From 9c2fe1fac62ffba37df82be145c5f012bed121f234cb64d06391ed4659ed7930 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Jul 2023 11:41:00 +0000 Subject: [PATCH] - 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 --- astroid-2.15.5-gh.tar.gz | 3 --- astroid-2.15.6-gh.tar.gz | 3 +++ python-astroid.changes | 8 ++++++++ python-astroid.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 astroid-2.15.5-gh.tar.gz create mode 100644 astroid-2.15.6-gh.tar.gz diff --git a/astroid-2.15.5-gh.tar.gz b/astroid-2.15.5-gh.tar.gz deleted file mode 100644 index d8a0262..0000000 --- a/astroid-2.15.5-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c819b8f9c97a8365d907d837f1655dca3a0052a494e0c91ec9ad5df48f7a4101 -size 461755 diff --git a/astroid-2.15.6-gh.tar.gz b/astroid-2.15.6-gh.tar.gz new file mode 100644 index 0000000..e508cd7 --- /dev/null +++ b/astroid-2.15.6-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2964fab540bfd52b21a58d3517696a639ea5c79ca8305fb616549e6f0308ed +size 462156 diff --git a/python-astroid.changes b/python-astroid.changes index 7066209..1eed022 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 16 11:40:36 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-astroid.spec b/python-astroid.spec index 1a1b69c..869760c 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -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