15
0

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