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

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