15
0

- update to 3.3.8:

* Fix inability to import `collections.abc` in python 3.13.1.
    The reported fixes in astroid 3.3.6 and 3.3.7 did not actually
    fix this issue.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=111
This commit is contained in:
2025-01-02 14:15:11 +00:00
committed by Git OBS Bridge
parent e46f8d438c
commit 0b9585663a
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 2 14:14:36 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.3.8:
* Fix inability to import `collections.abc` in python 3.13.1.
The reported fixes in astroid 3.3.6 and 3.3.7 did not actually
fix this issue.
-------------------------------------------------------------------
Tue Oct 22 13:46:15 UTC 2024 - Dirk Müller <dmueller@suse.com>