Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-calmjs.parse for openSUSE:Factory checked in at 2021-11-17 01:14:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-calmjs.parse (Old) and /work/SRC/openSUSE:Factory/.python-calmjs.parse.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-calmjs.parse" Wed Nov 17 01:14:21 2021 rev:4 rq:931812 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-calmjs.parse/python-calmjs.parse.changes 2020-03-30 23:04:24.444210834 +0200 +++ /work/SRC/openSUSE:Factory/.python-calmjs.parse.new.1890/python-calmjs.parse.changes 2021-11-17 01:15:32.282191487 +0100 @@ -1,0 +2,18 @@ +Tue Nov 16 15:28:20 UTC 2021 - Matej Cepl <mc...@suse.com> + +- 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 + maintain support for Python 2.7. + - Provide a test case helper to ensure that the generic Program repr + signature is provided to assist with test case portability. + - In the calmjs.parse.vlq module, implemented the decode_vlq helper + for completeness/symmetry to the encode_vlq helper. + +------------------------------------------------------------------- Old: ---- 1.2.4.tar.gz New: ---- 1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-calmjs.parse.spec ++++++ --- /var/tmp/diff_new_pack.jWObW3/_old 2021-11-17 01:15:32.798191511 +0100 +++ /var/tmp/diff_new_pack.jWObW3/_new 2021-11-17 01:15:32.798191511 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-calmjs.parse # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-calmjs.parse -Version: 1.2.4 +Version: 1.3.0 Release: 0 Summary: Various parsers for ECMA standards License: MIT URL: https://github.com/calmjs/calmjs.parse Source: https://github.com/calmjs/calmjs.parse/archive/%{version}.tar.gz BuildRequires: %{python_module ply >= 3.6} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -47,13 +46,13 @@ %install %python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/parse/testing -%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/parse/tests -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m calmjs.parse.parsers.optimize +%fdupes %{buildroot}%{$python_sitelib} +} %check export LANG=en_US.UTF-8 -%pytest +%pyunittest -v calmjs.parse.tests.make_suite %files %{python_files} %doc README.rst CHANGES.rst ++++++ 1.2.4.tar.gz -> 1.3.0.tar.gz ++++++ ++++ 3747 lines of diff (skipped)