diff --git a/executing-1.2.0.tar.gz b/executing-1.2.0.tar.gz deleted file mode 100644 index b2a531fe80a91433f63518e0d8c846c9d0272ceb..0000000000000000000000000000000000000000 Binary files a/executing-1.2.0.tar.gz and /dev/null differ diff --git a/executing-2.2.0.tar.gz b/executing-2.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bef73cfb1f07de9946fb130a5455e7cb144eaef6 Binary files /dev/null and b/executing-2.2.0.tar.gz differ diff --git a/python-executing.spec b/python-executing.spec index e477ba7133f4914beff1c6643743a27496ef0d23..493e1d28b9e775b79711173e94744f692112cfce 100644 --- a/python-executing.spec +++ b/python-executing.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-executing -Version: 1.2.0 +Version: 2.2.0 Release: 1 Summary: Get the currently executing AST node of a frame, and other information License: MIT URL: https://github.com/alexmojaki/executing -Source0: https://files.pythonhosted.org/packages/8f/ac/89ff37d8594b0eef176b7cec742ac868fef853b8e18df0309e3def9f480b/executing-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/91/50/a9d80c47ff289c611ff12e63f7c5d13942c65d68125160cefd768c73e6e4/executing-2.2.0.tar.gz BuildArch: noarch Requires: python3-typing @@ -458,7 +458,7 @@ The plan is to extend to more operations in the future. %prep -%autosetup -n executing-1.2.0 +%autosetup -n executing-%{version} %build %py3_build @@ -498,5 +498,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 13 2025 zengliwen - 2.2.0-1 +- Update to 2.2.0 +- Add many_calls tests to EXECUTING_SLOW_TESTS +- fix: backward compatibility fix for changed source positions in 3.12.5 +- 3.13 support +- Catch exception if node is in unexpected statement +- test: optimized test preformance by moving deadcode check to the end + * Sun Jun 25 2023 Python_Bot - 1.2.0-1 - Package Spec generated