forked from pool/python-cPyparsing
Accepting request 1129800 from devel:languages:python
- update to 2.4.7.2.3.2: * Fix adaptive parsing errors. * Performance tuning. OBS-URL: https://build.opensuse.org/request/show/1129800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cPyparsing?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b776ba87c388d0bb57e25236ca5f20508aa2b3c57a521ac4db4d7e6983d7545
|
||||
size 1219078
|
||||
3
cPyparsing-2.4.7.2.3.2.tar.gz
Normal file
3
cPyparsing-2.4.7.2.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:746c6a780f7e64dc717ac1cc28ffbab7841df0672cad851d26cf15faa11a4692
|
||||
size 1220251
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 12:28:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user