From 55c7f0afdf2ca3a1108173da49a3bf6fd8c83d02f7e3ebc61877f643e9569dd6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Oct 2024 13:46:29 +0000 Subject: [PATCH] - update to 3.3.5: * Control setting local nodes outside of the supposed local's constructor. * Fix Python 3.13 compatibility re: `collections.abc` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=109 --- astroid-3.3.4-gh.tar.gz | 3 --- astroid-3.3.5-gh.tar.gz | 3 +++ python-astroid.changes | 8 ++++++++ python-astroid.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 astroid-3.3.4-gh.tar.gz create mode 100644 astroid-3.3.5-gh.tar.gz diff --git a/astroid-3.3.4-gh.tar.gz b/astroid-3.3.4-gh.tar.gz deleted file mode 100644 index 959b73a..0000000 --- a/astroid-3.3.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8cbc787cb73974a3190384aef9c426b8bffd32a77e2ff1b6f78b7d7e60ae891 -size 465703 diff --git a/astroid-3.3.5-gh.tar.gz b/astroid-3.3.5-gh.tar.gz new file mode 100644 index 0000000..c92c715 --- /dev/null +++ b/astroid-3.3.5-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0c065acb7f3dc61f045ec6fddf247084277a3db527969bae375bccc03ed110 +size 465885 diff --git a/python-astroid.changes b/python-astroid.changes index a1a2472..3e06abe 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 22 13:46:15 UTC 2024 - Dirk Müller + +- update to 3.3.5: + * Control setting local nodes outside of the supposed local's + constructor. + * Fix Python 3.13 compatibility re: `collections.abc` + ------------------------------------------------------------------- Tue Sep 24 13:54:23 UTC 2024 - Dirk Müller diff --git a/python-astroid.spec b/python-astroid.spec index e4ed161..6c121ad 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 3.3.4 +Version: 3.3.5 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later