Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lark for openSUSE:Factory checked in at 2023-12-21 23:37:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lark (Old) and /work/SRC/openSUSE:Factory/.python-lark.new.1840 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lark" Thu Dec 21 23:37:49 2023 rev:7 rq:1134338 version:1.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lark/python-lark.changes 2023-10-24 20:08:04.863922192 +0200 +++ /work/SRC/openSUSE:Factory/.python-lark.new.1840/python-lark.changes 2023-12-21 23:37:52.196910918 +0100 @@ -1,0 +2,29 @@ +Wed Dec 20 21:59:06 UTC 2023 - Dirk Müller <[email protected]> + +- update to 1.1.8: + * Populate the `Token.end_*` fields for ignored tokens + * Include .lark files in package data + * Add an error message when using Lark.save() when + parser!='lalr' + * Add and improve docstrings + * Small update to PR #1338 + * Fix 1345 attempt two + * Earley now uses OrderedSet for better output stability + * ContextualLexer now uses self.basic_lexer for easy + extensibility (iss⦠+ * Improved typing around LALR and ParserState + * Typing fixes. Mypy now produces 0 type errors + * Standalone: Added support for interactive parser. +- update to 1.1.7: + * Bugfix in propagate_positions (issue #1304) +- update to 1.1.6: + * Added strict-mode, enabled by `strict=True`, implemented + using interegular by @MegaIng + * Read more here: https://lark- + parser.readthedocs.io/en/latest/how_to_use.html#strict-mode + * Cache: Replace md5 hashing with sha256. + * Support for Python-style comments in Lark grammar + * Updates to python.lark + * Bugfixes and cleanup + +------------------------------------------------------------------- Old: ---- lark-1.1.5.tar.gz New: ---- lark-1.1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lark.spec ++++++ --- /var/tmp/diff_new_pack.mVQtHu/_old 2023-12-21 23:37:53.668964600 +0100 +++ /var/tmp/diff_new_pack.mVQtHu/_new 2023-12-21 23:37:53.684965184 +0100 @@ -16,31 +16,28 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-lark -Version: 1.1.5 +Version: 1.1.8 Release: 0 Summary: A parsing library for Python License: MIT Group: Development/Languages/Python URL: https://github.com/lark-parser/lark Source: https://github.com/lark-parser/lark/archive/%{version}.tar.gz#/lark-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest >= 6} +BuildRequires: %{python_module regex} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Suggests: python-regex Suggests: python-Js2Py Suggests: python-atomicwrites -# SECTION TEST -BuildRequires: %{python_module regex} -BuildRequires: %{python_module pytest >= 6} -# /SECTION -BuildArch: noarch +Suggests: python-regex # Upstream renamed the package with v0.12.0, SUSE had the old name until 1.1.2 Provides: python-lark-parser = %{version}-%{release} Obsoletes: python-lark-parser <= 1.1.2 +BuildArch: noarch %python_subpackages %description @@ -52,10 +49,10 @@ %setup -q -n lark-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ lark-1.1.5.tar.gz -> lark-1.1.8.tar.gz ++++++ ++++ 3461 lines of diff (skipped)
