15
0

Accepting request 1277372 from home:glaubitz:branches:devel:languages:python

- Update to 3.3.10
  * Avoid importing submodules sharing names with standard library modules.
  * Fix bug where ``pylint code.custom_extension`` would analyze ``code.py``
    or ``code.pyi`` instead if they existed.

OBS-URL: https://build.opensuse.org/request/show/1277372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=115
This commit is contained in:
2025-05-14 10:18:07 +00:00
committed by Git OBS Bridge
parent bb2fac6043
commit a8887b7f32
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 14 09:35:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.3.10
* Avoid importing submodules sharing names with standard library modules.
* Fix bug where ``pylint code.custom_extension`` would analyze ``code.py``
or ``code.pyi`` instead if they existed.
-------------------------------------------------------------------
Fri Mar 21 10:38:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>