Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e85caa1fc0 | |||
| 2d1554748f | |||
| ae5cd1b7f0 | |||
| e50345d5e7 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:746c6a780f7e64dc717ac1cc28ffbab7841df0672cad851d26cf15faa11a4692
|
|
||||||
size 1220251
|
|
||||||
3
cpyparsing-2.4.7.2.4.1.tar.gz
Normal file
3
cpyparsing-2.4.7.2.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d917f01a74b3fc614f939eb99fc328a08c9b1de58095660c0f29597744bf1d30
|
||||||
|
size 1229338
|
||||||
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 17 01:23:54 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.4.7.4.1:
|
||||||
|
* Adds some features for use internally by Coconut 3.1.2+.
|
||||||
|
* Add maxStartLoc keyword argument to scanString and transform.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 04:15:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Normalize metadata directory name.
|
||||||
|
- Run the testsuite.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 3 10:05:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Jan 3 10:05:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cPyparsing
|
# spec file for package python-cPyparsing
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,15 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-cPyparsing
|
Name: python-cPyparsing
|
||||||
Version: 2.4.7.2.3.2
|
Version: 2.4.7.2.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cython implementation of PyParsing
|
Summary: Cython implementation of PyParsing
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/evhub/cpyparsing
|
URL: https://github.com/evhub/cpyparsing
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/cPyparsing/cPyparsing-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/cPyparsing/cpyparsing-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@@ -38,7 +36,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Cython implementation of PyParsing created for use in Coconut and Undebt.
|
Cython implementation of PyParsing created for use in Coconut and Undebt.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cPyparsing-%{version}
|
%setup -q -n cpyparsing-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@@ -49,12 +47,12 @@ export CFLAGS="%{optflags}"
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# no tests in PyPi tarball and no release tags in GitHub repo https://github.com/evhub/cpyparsing/issues/3
|
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python ./tests/cPyparsing_test.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitearch}/cPyparsing.cpython-*-*-linux-gnu.so
|
%{python_sitearch}/cPyparsing.cpython-*-*-linux-gnu.so
|
||||||
%{python_sitearch}/cPyparsing-%{version}.dist-info
|
%{python_sitearch}/cpyparsing-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user