forked from pool/python-calmjs.parse
- Update to 1.3.0:
- Introduce the extractor unparser - an unparser that will
unparse a valid AST into a dict.
- Correct the JoinAttr ruletype such that the intended empty
definition value is passed to walk if it was defined as such
to avoid an unintended infinite recursion.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs.parse?expand=0&rev=11
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 15:28:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 1.2.5:
|
||||
- Update to 1.3.0:
|
||||
- Introduce the extractor unparser - an unparser that will
|
||||
unparse a valid AST into a dict.
|
||||
- Correct the JoinAttr ruletype such that the intended empty
|
||||
definition value is passed to walk if it was defined as such
|
||||
to avoid an unintended infinite recursion.
|
||||
- Will now import Iterable from the Python 3.3+ location as the
|
||||
previous location is marked for removal in Python 3.9. The import
|
||||
will still have a fallback to the previous location in order to
|
||||
|
||||
Reference in New Issue
Block a user