diff --git a/cPyparsing-2.4.7.2.3.0.tar.gz b/cPyparsing-2.4.7.2.3.0.tar.gz deleted file mode 100644 index 99bc37a..0000000 --- a/cPyparsing-2.4.7.2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b776ba87c388d0bb57e25236ca5f20508aa2b3c57a521ac4db4d7e6983d7545 -size 1219078 diff --git a/cPyparsing-2.4.7.2.3.2.tar.gz b/cPyparsing-2.4.7.2.3.2.tar.gz new file mode 100644 index 0000000..975bed7 --- /dev/null +++ b/cPyparsing-2.4.7.2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746c6a780f7e64dc717ac1cc28ffbab7841df0672cad851d26cf15faa11a4692 +size 1220251 diff --git a/python-cPyparsing.changes b/python-cPyparsing.changes index 7591b01..6cb6bf5 100644 --- a/python-cPyparsing.changes +++ b/python-cPyparsing.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 29 12:28:34 UTC 2023 - Dirk Müller + +- update to 2.4.7.2.3.2: + * Fix adaptive parsing errors. + * Performance tuning. + ------------------------------------------------------------------- Sat Nov 25 13:08:49 UTC 2023 - Dirk Müller diff --git a/python-cPyparsing.spec b/python-cPyparsing.spec index a3e90f9..35213b4 100644 --- a/python-cPyparsing.spec +++ b/python-cPyparsing.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cPyparsing -Version: 2.4.7.2.3.0 +Version: 2.4.7.2.3.2 Release: 0 Summary: Cython implementation of PyParsing License: Apache-2.0 @@ -27,7 +27,8 @@ URL: https://github.com/evhub/cpyparsing Source: https://files.pythonhosted.org/packages/source/c/cPyparsing/cPyparsing-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros %python_subpackages @@ -40,10 +41,10 @@ Cython implementation of PyParsing created for use in Coconut and Undebt. %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -52,6 +53,7 @@ export CFLAGS="%{optflags}" %files %{python_files} %doc README.md %license LICENSE.txt -%{python_sitearch}/* +%{python_sitearch}/cPyparsing.cpython-*-*-linux-gnu.so +%{python_sitearch}/cPyparsing-%{version}.dist-info %changelog