From babc8d198d71df217303de1f01d9fc1ac9f990b0389a006eac6f0c497de236bb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 May 2023 16:20:18 +0000 Subject: [PATCH] - update to 2.15.5: * Handle ``objects.Super`` in ``helpers.object_type()``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=91 --- astroid-2.15.4-gh.tar.gz | 3 --- astroid-2.15.5-gh.tar.gz | 3 +++ python-astroid.changes | 6 ++++++ python-astroid.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 astroid-2.15.4-gh.tar.gz create mode 100644 astroid-2.15.5-gh.tar.gz diff --git a/astroid-2.15.4-gh.tar.gz b/astroid-2.15.4-gh.tar.gz deleted file mode 100644 index ed837fe..0000000 --- a/astroid-2.15.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2b2d239476464c63fbfbd0dbebe589cf5ecd48820015dbb9f1c1c986fd2d6dc -size 461609 diff --git a/astroid-2.15.5-gh.tar.gz b/astroid-2.15.5-gh.tar.gz new file mode 100644 index 0000000..d8a0262 --- /dev/null +++ b/astroid-2.15.5-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c819b8f9c97a8365d907d837f1655dca3a0052a494e0c91ec9ad5df48f7a4101 +size 461755 diff --git a/python-astroid.changes b/python-astroid.changes index 194a1c9..7066209 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 15 16:15:33 UTC 2023 - Dirk Müller + +- update to 2.15.5: + * Handle ``objects.Super`` in ``helpers.object_type()``. + ------------------------------------------------------------------- Fri Apr 28 07:12:30 UTC 2023 - Steve Kowalik diff --git a/python-astroid.spec b/python-astroid.spec index e10ad29..1a1b69c 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 2.15.4 +Version: 2.15.5 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later