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