15
0

- 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:
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

@@ -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