From 052ac9a2fb22627e85d6e44c795907c29c36965f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 2 Jan 2025 23:35:02 +0100 Subject: [PATCH] automatic version update by autodist [release 3.2.1-1mamba;Thu Jan 02 2025] --- python-pyparsing.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyparsing.spec b/python-pyparsing.spec index e0999d3..95687d7 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pyparsing -Version: 3.2.0 +Version: 3.2.1 Release: 1mamba Summary: An alternative approach to creating and executing simple grammars Group: System/Libraries @@ -23,6 +23,8 @@ The pyparsing module provides a library of classes that client code uses to cons %pyver_package %endif +%define debug_package %{nil} + %prep %setup -q -n pyparsing-%{version} @@ -49,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Thu Jan 02 2025 Automatic Build System 3.2.1-1mamba +- automatic version update by autodist + * Mon Oct 14 2024 Automatic Build System 3.2.0-1mamba - automatic version update by autodist