15
0

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
This commit is contained in:
2025-06-24 18:48:55 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 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,10 @@
-------------------------------------------------------------------
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>

View File

@@ -17,12 +17,12 @@
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
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}
@@ -36,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}"