Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cPyparsing for
openSUSE:Factory checked in at 2025-06-24 20:48:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cPyparsing (Old)
and /work/SRC/openSUSE:Factory/.python-cPyparsing.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cPyparsing"
Tue Jun 24 20:48:55 2025 rev:14 rq:1288105 version:2.4.7.2.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cPyparsing/python-cPyparsing.changes
2025-04-20 20:07:18.647452151 +0200
+++
/work/SRC/openSUSE:Factory/.python-cPyparsing.new.7067/python-cPyparsing.changes
2025-06-24 20:50:48.784398359 +0200
@@ -1,0 +2,7 @@
+Tue Jun 17 01:23:54 UTC 2025 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
cPyparsing-2.4.7.2.3.2.tar.gz
New:
----
cpyparsing-2.4.7.2.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cPyparsing.spec ++++++
--- /var/tmp/diff_new_pack.7gdRdc/_old 2025-06-24 20:50:49.380422751 +0200
+++ /var/tmp/diff_new_pack.7gdRdc/_new 2025-06-24 20:50:49.384422914 +0200
@@ -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 @@
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}"