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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2ea7507b46f3e520f603ab35b276abce2366c8c0d117da4dc76f61990127151
size 129159

3
1.3.0.tar.gz Normal file
View File

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

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

View File

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