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 2021-06-01 10:34:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lark-parser (Old) and /work/SRC/openSUSE:Factory/.python-lark-parser.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lark-parser" Tue Jun 1 10:34:16 2021 rev:9 rq:895736 version:0.11.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lark-parser/python-lark-parser.changes 2020-07-06 16:18:56.817254675 +0200 +++ /work/SRC/openSUSE:Factory/.python-lark-parser.new.1898/python-lark-parser.changes 2021-06-01 10:34:26.260504133 +0200 @@ -1,0 +2,10 @@ +Wed May 26 08:33:40 UTC 2021 - pgaj...@suse.com + +- version update to 0.11.3 + * lot of changes, see + https://github.com/lark-parser/lark/releases +- removed sources + * testdata.tar.gz (unneeded) +- %check: use %pytest rpm macro + +------------------------------------------------------------------- Old: ---- lark-0.9.0.tar.gz testdata.tar.gz New: ---- lark-0.11.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lark-parser.spec ++++++ --- /var/tmp/diff_new_pack.DXiOyY/_old 2021-06-01 10:34:26.716504909 +0200 +++ /var/tmp/diff_new_pack.DXiOyY/_new 2021-06-01 10:34:26.720504915 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-lark-parser # -# 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,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lark-parser -Version: 0.9.0 +Version: 0.11.3 Release: 0 Summary: A parsing library for Python License: MPL-2.0 @@ -26,8 +26,8 @@ URL: https://github.com/lark-parser Source: https://github.com/lark-parser/lark/archive/%{version}.tar.gz#/lark-%{version}.tar.gz # extracted test gramars from nearley -> https://github.com/kach/nearley -Source1: testdata.tar.gz BuildRequires: %{python_module Js2Py >= 0.68} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -42,7 +42,7 @@ With Lark, one can parse any context-free grammar with little code. %prep -%setup -q -n lark-%{version} -a1 +%setup -q -n lark-%{version} %build %python_build @@ -52,7 +52,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +# __main__.py: Skipping tests for Nearley grammar imports (js2py required) +%pytest -k 'not (TestNearley or test_imports or test_override_rule)' %files %{python_files} %license LICENSE ++++++ lark-0.9.0.tar.gz -> lark-0.11.3.tar.gz ++++++ ++++ 18997 lines of diff (skipped)