Accepting request 1098939 from devel:languages:python

- 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/request/show/1098939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=47
This commit is contained in:
Ana Guerrero 2023-07-19 17:09:38 +00:00 committed by Git OBS Bridge
commit d1541c0f34
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