diff --git a/pyleri-1.3.3.tar.gz b/pyleri-1.3.3.tar.gz deleted file mode 100644 index 6782091..0000000 --- a/pyleri-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:322e76f5a266e36bfd7c3b234b3ae86d42f9dece10350fee1c7cd5e7d5565eb0 -size 25030 diff --git a/pyleri-1.4.2.tar.gz b/pyleri-1.4.2.tar.gz new file mode 100644 index 0000000..dcfa484 --- /dev/null +++ b/pyleri-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dd44f33404198ad456e95b0faa909c4dd5a569bb7c0c93a76db154cdeffc09 +size 25507 diff --git a/python-pyleri.changes b/python-pyleri.changes index 0c435e0..dd59d70 100644 --- a/python-pyleri.changes +++ b/python-pyleri.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jan 7 19:54:30 UTC 2024 - Dirk Müller + +- update to 1.4.2: + * Fixed typing for delimiter on the List type. + * Small PEP-8 fix. +- update to 1.4.1: + * Added typing hints +- update to 1.4.0: + * Extra keyword argument `line_number` to `.as_str(..)` method + to include the line number with the error. + * Regular expression object not with flags before the required + `^` character. +- update to 1.3.4: + * Fixed bug with recursion in Prio element. (issue #18) + ------------------------------------------------------------------- Sat Jul 17 10:12:06 UTC 2021 - Martin Hauke diff --git a/python-pyleri.spec b/python-pyleri.spec index f15d07b..e2d3f52 100644 --- a/python-pyleri.spec +++ b/python-pyleri.spec @@ -1,6 +1,7 @@ # # spec file for package python-pyleri # +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,16 +19,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyleri -Version: 1.3.3 +Version: 1.4.2 Release: 0 Summary: Python Left-Right Parser License: MIT URL: https://github.com/transceptor-technology/pyleri Source: https://github.com/transceptor-technology/pyleri/archive/refs/tags/%{version}.tar.gz#/pyleri-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -38,10 +41,10 @@ Python Left-Right Parser. %setup -q -n pyleri-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -49,7 +52,8 @@ Python Left-Right Parser. %files %{python_files} %license LICENSE.txt -%doc ChangeLog README.md -%{python_sitelib}/pyleri* +%doc README.md +%{python_sitelib}/pyleri +%{python_sitelib}/pyleri-%{version}.dist-info %changelog