From fbfa3ba1cb4996cb71f0dbdbca0980a17cb8f8e83451b9f003c19aa876669bb6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 25 Apr 2023 22:01:09 +0000 Subject: [PATCH] - update to 2.15.4: * Add visitor function for ``TryStar`` to ``AsStringVisitor`` and add ``TryStar`` to ``astroid.nodes.ALL_NODE_CLASSES``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=87 --- astroid-2.15.3-gh.tar.gz | 3 --- astroid-2.15.4-gh.tar.gz | 3 +++ python-astroid.changes | 7 +++++++ python-astroid.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 astroid-2.15.3-gh.tar.gz create mode 100644 astroid-2.15.4-gh.tar.gz diff --git a/astroid-2.15.3-gh.tar.gz b/astroid-2.15.3-gh.tar.gz deleted file mode 100644 index c69b763..0000000 --- a/astroid-2.15.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce1aa602081088c6ccd92a469df5db50eb02ea0986614537c2a018217a432279 -size 461474 diff --git a/astroid-2.15.4-gh.tar.gz b/astroid-2.15.4-gh.tar.gz new file mode 100644 index 0000000..ed837fe --- /dev/null +++ b/astroid-2.15.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b2d239476464c63fbfbd0dbebe589cf5ecd48820015dbb9f1c1c986fd2d6dc +size 461609 diff --git a/python-astroid.changes b/python-astroid.changes index 9401745..09879b8 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 25 22:00:42 UTC 2023 - Dirk Müller + +- update to 2.15.4: + * Add visitor function for ``TryStar`` to ``AsStringVisitor`` + and add ``TryStar`` to ``astroid.nodes.ALL_NODE_CLASSES``. + ------------------------------------------------------------------- Fri Apr 21 12:22:11 UTC 2023 - Dirk Müller diff --git a/python-astroid.spec b/python-astroid.spec index 4e9c5b7..f2c3b4c 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 2.15.3 +Version: 2.15.4 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later