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

BIN
astroid-3.3.10-gh.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-astroid
Version: 3.3.9
Version: 3.3.10
Release: 0
Summary: Representation of Python source as an AST for pylint
License: LGPL-2.1-or-later