From 6ddba798d154a572b7966400d1a0ba2c6c688020e24a0f995350059dc26e4d64 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Jul 2025 10:33:28 +0000 Subject: [PATCH] Accepting request 1295240 from home:glaubitz:branches:devel:languages:python - Update to 3.3.11 * Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``). * Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known ``six`` decorator. OBS-URL: https://build.opensuse.org/request/show/1295240 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=119 --- astroid-3.3.10-gh.tar.gz | 3 --- astroid-3.3.11-gh.tar.gz | 3 +++ python-astroid.changes | 9 +++++++++ python-astroid.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 astroid-3.3.10-gh.tar.gz create mode 100644 astroid-3.3.11-gh.tar.gz diff --git a/astroid-3.3.10-gh.tar.gz b/astroid-3.3.10-gh.tar.gz deleted file mode 100644 index e7df314..0000000 --- a/astroid-3.3.10-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49a49abfe129a58c17d623544461780f77a24acf27ddc921d9ed7fc31b73279e -size 467911 diff --git a/astroid-3.3.11-gh.tar.gz b/astroid-3.3.11-gh.tar.gz new file mode 100644 index 0000000..9cde653 --- /dev/null +++ b/astroid-3.3.11-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb714e739c650e7e31186e1765f7edd33171b2f423ddbddb43b1c37cb6cfbb5 +size 469464 diff --git a/python-astroid.changes b/python-astroid.changes index 5884d4e..ede7a77 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 23 08:27:09 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.3.11 + * Fix a crash when parsing an empty arbitrary expression with + ``extract_node`` (``extract_node("__()")``). + * Fix a crash when parsing a slice called in a decorator on a + function that is also decorated with a known ``six`` decorator. + ------------------------------------------------------------------- Wed May 14 09:35:21 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-astroid.spec b/python-astroid.spec index 3a991dd..fe3a82c 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 3.3.10 +Version: 3.3.11 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later