diff --git a/1.2.5.tar.gz b/1.2.5.tar.gz deleted file mode 100644 index eeb370a..0000000 --- a/1.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2ea7507b46f3e520f603ab35b276abce2366c8c0d117da4dc76f61990127151 -size 129159 diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz new file mode 100644 index 0000000..558d58a --- /dev/null +++ b/1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab954752724fd24af9c36a54ea9ed566f7845881d9aab665b4923373d0bf47cc +size 147176 diff --git a/python-calmjs.parse.changes b/python-calmjs.parse.changes index 2a6c87d..14b998c 100644 --- a/python-calmjs.parse.changes +++ b/python-calmjs.parse.changes @@ -1,7 +1,12 @@ ------------------------------------------------------------------- Tue Nov 16 15:28:20 UTC 2021 - Matej Cepl -- 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 diff --git a/python-calmjs.parse.spec b/python-calmjs.parse.spec index 0e764eb..04ec8e9 100644 --- a/python-calmjs.parse.spec +++ b/python-calmjs.parse.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-calmjs.parse -Version: 1.2.5 +Version: 1.3.0 Release: 0 Summary: Various parsers for ECMA standards License: MIT