15
0

- 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:
2021-11-16 15:46:05 +00:00
committed by Git OBS Bridge
parent 4a98153a70
commit 2eec112797
4 changed files with 10 additions and 5 deletions

View File

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