15
0

- 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
This commit is contained in:
2024-10-22 13:46:29 +00:00
committed by Git OBS Bridge
parent 0682f33bdd
commit e46f8d438c
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 22 13:46:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>