diff --git a/beniget-0.4.2.post1.tar.gz b/beniget-0.4.2.post1.tar.gz deleted file mode 100644 index c28e888d05cdf687f97d282b535483475f00f6d5..0000000000000000000000000000000000000000 Binary files a/beniget-0.4.2.post1.tar.gz and /dev/null differ diff --git a/beniget-0.5.0.tar.gz b/beniget-0.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..180028ac11c95bf3513f84968599c949519415bc Binary files /dev/null and b/beniget-0.5.0.tar.gz differ diff --git a/python-beniget.spec b/python-beniget.spec index 3fd7e7b7b5937dd0f8b9e21feca52bb2e8a3392c..b136b6b48ac52a3c83cbb260558c426bfccf27b8 100644 --- a/python-beniget.spec +++ b/python-beniget.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-beniget -Version: 0.4.2.post1 +Version: 0.5.0 Release: 1 Summary: Extract semantic information about static Python code License: BSD-3-Clause @@ -21,6 +21,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-gast +BuildRequires: python3-requests-mock %description -n python3-beniget A static analyzer for Python2 and Python3 code. Beniget provides a static over-approximation of the global and @@ -80,6 +81,12 @@ pytest -v tests/*.py %{_docdir}/* %changelog +* Fri Dec 19 2025 zhang-ke - 0.5.0-1 +- Update to 0.5.0 +- Update Python versions under test to include latests versions up to 3.15-dev. +- Simplify visit_Name and fix annotations definitions linking to deleted names +- Correct process-types configuration key + * Wed Apr 30 2025 liangqifeng - 0.4.2.post1-1 - Update to 0.4.2.post1