- update to 2.15.6:

* Harden ``get_module_part()`` against ``"."``.
  * Avoid expensive list/tuple multiplication operations that
    would result in ``MemoryError``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=93
This commit is contained in:
Dirk Mueller 2023-07-16 11:41:00 +00:00 committed by Git OBS Bridge
parent babc8d198d
commit 9c2fe1fac6
4 changed files with 12 additions and 4 deletions

View File

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

BIN
astroid-2.15.6-gh.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 16 11:40:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.15.6:
* Harden ``get_module_part()`` against ``"."``.
* Avoid expensive list/tuple multiplication operations that
would result in ``MemoryError``.
-------------------------------------------------------------------
Mon May 15 16:15:33 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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