diff --git a/astroid-3.3.5.tar.gz b/astroid-3.3.5.tar.gz deleted file mode 100644 index 169d28f2d8d5f3af1bfea50a4496e82199fa3d66..0000000000000000000000000000000000000000 Binary files a/astroid-3.3.5.tar.gz and /dev/null differ diff --git a/astroid-3.3.6.tar.gz b/astroid-3.3.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9ef2e323a0edb3bf48d8bc34ca96b8331e9b5851 Binary files /dev/null and b/astroid-3.3.6.tar.gz differ diff --git a/python-astroid.spec b/python-astroid.spec index b1fc93d2cbc4aa6c357a84bce0dedaa3d98401fe..75ad82e0f6c1404b6612d089ac31d958888d9363 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-astroid -Version: 3.3.5 +Version: 3.3.6 Release: 1 Summary: An abstract syntax tree for Python with inference support. License: LGPL-2.1-only and GPL-2.0-or-later @@ -64,6 +64,10 @@ source code. It is currently the library powering pylint capabilities. %{python3_sitelib}/astroid*.dist-info/ %changelog +* Tue May 13 2025 openeuler_bot - 3.3.6-1 +- Control setting local nodes outside of the supposed local's constructor. (version: 3.3.5) +- Fix Python 3.13 compatibility re: `collections.abc` (version: 3.3.5) + * Thu Oct 17 2024 jiangxinyu - 3.3.5-1 - Update package to version 3.3.5 - Fix Python 3.13 compatibility re: collections.abc