diff --git a/executing-2.2.0.tar.gz b/executing-2.2.0.tar.gz deleted file mode 100644 index bef73cfb1f07de9946fb130a5455e7cb144eaef6..0000000000000000000000000000000000000000 Binary files a/executing-2.2.0.tar.gz and /dev/null differ diff --git a/executing-2.2.1.tar.gz b/executing-2.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..00315b39c07352b5b6018642a9404d52ce2f6428 Binary files /dev/null and b/executing-2.2.1.tar.gz differ diff --git a/python-executing.spec b/python-executing.spec index 493e1d28b9e775b79711173e94744f692112cfce..b630261569ea7933be383bc890d7b7919c0e4c75 100644 --- a/python-executing.spec +++ b/python-executing.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-executing -Version: 2.2.0 +Version: 2.2.1 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/91/50/a9d80c47ff289c611ff12e63f7c5d13942c65d68125160cefd768c73e6e4/executing-2.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/e/executing/executing-%{version}.tar.gz BuildArch: noarch Requires: python3-typing @@ -498,6 +498,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 22 2025 liyue - 2.2.1-1 +- Update to 2.2.1 +- Fix: SentinelNodeFinder now uses mangled_name for correct name handling (#95) +- Add Python 3.14 to classifiers +- Refactor code and incorporate review feedback + * Wed Aug 13 2025 zengliwen - 2.2.0-1 - Update to 2.2.0 - Add many_calls tests to EXECUTING_SLOW_TESTS