Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lark-parser for openSUSE:Factory checked in at 2022-05-25 20:33:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lark-parser (Old) and /work/SRC/openSUSE:Factory/.python-lark-parser.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lark-parser" Wed May 25 20:33:59 2022 rev:10 rq:978932 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lark-parser/python-lark-parser.changes 2021-06-01 10:34:26.260504133 +0200 +++ /work/SRC/openSUSE:Factory/.python-lark-parser.new.2254/python-lark-parser.changes 2022-05-25 20:34:06.920190226 +0200 @@ -1,0 +2,20 @@ +Tue May 24 07:13:03 UTC 2022 - Alberto Planas Dominguez <apla...@suse.com> + +- Update to 1.1.2 + * Tree instances now have a pretty print with the "rich" library, + when doing rich.print(tree) + * Bugfix for recursive regexes (with the "regex" library) + * Refactors, cleanups, and better mypy support + * Clean up tree templates implementation to reduce mypy errors + * Remove redefinitions related to standalone parser + * Added Tree.rich() method to make Tree a Rich renderable + * Rename lexer_state->lexer_thread, and make a few adjustments for + the benefit of Lark-Cython + * Use isinstance() checks in expcetions match_examples() + * change MAXREPEAT to int + * Tests: Small fixes +- For previous changes check + https://github.com/lark-parser/lark/releases +- Drop Python2 support + +------------------------------------------------------------------- Old: ---- lark-0.11.3.tar.gz New: ---- lark-1.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lark-parser.spec ++++++ --- /var/tmp/diff_new_pack.iRy4TD/_old 2022-05-25 20:34:07.344190817 +0200 +++ /var/tmp/diff_new_pack.iRy4TD/_new 2022-05-25 20:34:07.348190823 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-lark-parser # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-lark-parser -Version: 0.11.3 +Version: 1.1.2 Release: 0 Summary: A parsing library for Python License: MPL-2.0 ++++++ lark-0.11.3.tar.gz -> lark-1.1.2.tar.gz ++++++ ++++ 12345 lines of diff (skipped)