diff --git a/astroid-3.3.0-gh.tar.gz b/astroid-3.3.0-gh.tar.gz deleted file mode 100644 index ae06908..0000000 --- a/astroid-3.3.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5da09c3adce28afa8686b9753fe7d0c7ad04ace41cfe34f62761c659402de0d -size 463962 diff --git a/astroid-3.3.4-gh.tar.gz b/astroid-3.3.4-gh.tar.gz new file mode 100644 index 0000000..959b73a --- /dev/null +++ b/astroid-3.3.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cbc787cb73974a3190384aef9c426b8bffd32a77e2ff1b6f78b7d7e60ae891 +size 465703 diff --git a/python-astroid.changes b/python-astroid.changes index 898c489..a1a2472 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 24 13:54:23 UTC 2024 - Dirk Müller + +- update to 3.3.4: + * Fix regression with f-string inference. + * Fix bug with ``manager.clear_cache()`` not fully clearing + cache + * Fix a crash from inferring empty format specs. + * Fix inference regression with property setters. + * Add annotation-only instance attributes to attrs classes to + fix `no-member` false positives. + * Restore support for soft-deprecated members of the ``typing`` + module with python 3.13. + * Fix a crash introduced in 3.3.0 involving invalid format + strings. + ------------------------------------------------------------------- Tue Aug 6 09:29:26 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-astroid.spec b/python-astroid.spec index 37dc622..e4ed161 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 3.3.0 +Version: 3.3.4 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later