Hello community,

here is the log from the commit of package python-lark-parser for 
openSUSE:Factory checked in at 2020-07-06 16:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lark-parser (Old)
 and      /work/SRC/openSUSE:Factory/.python-lark-parser.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lark-parser"

Mon Jul  6 16:17:56 2020 rev:8 rq:818516 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lark-parser/python-lark-parser.changes    
2020-04-16 22:59:43.059513021 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-lark-parser.new.3060/python-lark-parser.changes
  2020-07-06 16:18:56.817254675 +0200
@@ -1,0 +2,34 @@
+Fri Jul  3 09:25:30 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to 0.9.0
+  * Added error handling to LALR!
+    + on_error option to Lark.parse().
+    + Parser now comes with a puppet for advanced error handling.
+  * Support for better regexps with the regex module, when using
+    Lark(..., regex=True)
+
+- Update to 0.8.9
+  * Bugfix for PyInstaller (2) (Fixing the last two releases)
+
+- Update to 0.8.8
+  * Reverted EOF commit due to unexpected problems.
+
+- Update to 0.8.7
+  * Bugfix for PyInstaller
+
+- Update to 0.8.6
+  * Grammar caching: It's now possible to cache the results of the
+    LALR grammar analysis, for x2 to x3 faster loading. Use
+    Lark(..., cache=True) or specify a file name.
+  * Grammar templates: Added support for grammar "functions" that
+    expand in preprocessing.
+  * Lark online IDE: Technically not a feature, but it's possible to
+    run Lark in the browser. Now we also have a simple IDE on github
+    pages: https://lark-parser.github.io/lark/ide/app.html
+  * Other changes:
+    + Improved performance for large grammars
+    + More debug prints when in debug mode
+    + Better support for PyInstaller
+    + Lots of bugfixes: mypy stubs, v_args, docs, and more.
+
+-------------------------------------------------------------------

Old:
----
  lark-0.8.5.tar.gz

New:
----
  lark-0.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-lark-parser.spec ++++++
--- /var/tmp/diff_new_pack.eOQigS/_old  2020-07-06 16:18:57.461256653 +0200
+++ /var/tmp/diff_new_pack.eOQigS/_new  2020-07-06 16:18:57.461256653 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-lark-parser
-Version:        0.8.5
+Version:        0.9.0
 Release:        0
 Summary:        A parsing library for Python
 License:        MPL-2.0
@@ -31,8 +31,9 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildArch:      noarch
+Requires:       python-regex
 Suggests:       python-Js2Py >= 0.68
+BuildArch:      noarch
 %python_subpackages
 
 %description

++++++ lark-0.8.5.tar.gz -> lark-0.9.0.tar.gz ++++++
++++ 8037 lines of diff (skipped)


Reply via email to