2 Commits

Author SHA256 Message Date
cf078417bf Accepting request 1295268 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1295268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=60
2025-07-24 16:41:57 +00:00
f8769f5066 - 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/package/show/devel:languages:python/python-astroid?expand=0&rev=119
2025-07-23 10:33:28 +00:00
4 changed files with 13 additions and 4 deletions

BIN
astroid-3.3.10-gh.tar.gz (Stored with Git LFS)

Binary file not shown.

3
astroid-3.3.11-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bb714e739c650e7e31186e1765f7edd33171b2f423ddbddb43b1c37cb6cfbb5
size 469464

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 23 08:27:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -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