- 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
This commit is contained in:
Dirk Mueller 2023-04-25 22:01:09 +00:00 committed by Git OBS Bridge
parent 4c4d017ded
commit fbfa3ba1cb
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce1aa602081088c6ccd92a469df5db50eb02ea0986614537c2a018217a432279
size 461474

3
astroid-2.15.4-gh.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2b2d239476464c63fbfbd0dbebe589cf5ecd48820015dbb9f1c1c986fd2d6dc
size 461609

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 25 22:00:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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