17
0

Compare commits

4 Commits

Author SHA256 Message Date
e85caa1fc0 Accepting request 1288105 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1288105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cPyparsing?expand=0&rev=14
2025-06-24 18:48:55 +00:00
2d1554748f - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cPyparsing?expand=0&rev=31
2025-06-17 01:24:17 +00:00
ae5cd1b7f0 Accepting request 1264860 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cPyparsing?expand=0&rev=13
2025-04-16 18:38:49 +00:00
e50345d5e7 - Normalize metadata directory name.
- Run the testsuite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cPyparsing?expand=0&rev=29
2025-03-26 04:16:13 +00:00
4 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:746c6a780f7e64dc717ac1cc28ffbab7841df0672cad851d26cf15faa11a4692
size 1220251

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d917f01a74b3fc614f939eb99fc328a08c9b1de58095660c0f29597744bf1d30
size 1229338

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,13 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cPyparsing
Version: 2.4.7.2.3.2
Version: 2.4.7.2.4.1
Release: 0
Summary: Cython implementation of PyParsing
License: Apache-2.0
Group: Development/Languages/Python
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 devel}
BuildRequires: %{python_module pip}
@@ -38,7 +36,7 @@ BuildRequires: python-rpm-macros
Cython implementation of PyParsing created for use in Coconut and Undebt.
%prep
%setup -q -n cPyparsing-%{version}
%setup -q -n cpyparsing-%{version}
%build
export CFLAGS="%{optflags}"
@@ -49,12 +47,12 @@ export CFLAGS="%{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%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}
%doc README.md
%license LICENSE.txt
%{python_sitearch}/cPyparsing.cpython-*-*-linux-gnu.so
%{python_sitearch}/cPyparsing-%{version}.dist-info
%{python_sitearch}/cpyparsing-%{version}.dist-info
%changelog