diff --git a/python-pypdf.spec b/python-pypdf.spec index f7ee6a0..8b6b298 100644 --- a/python-pypdf.spec +++ b/python-pypdf.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pypdf -Version: 3.7.0 -Release: 1mamba +Version: 3.7.1 +Release: 2mamba Summary: PDF toolkit Group: System/Libraries/Python Vendor: openmamba @@ -29,11 +29,13 @@ It is capable of: * encrypting and decrypting PDF files. %if 0%{?with_pyver} +%if "%{?with_pyver}" == "3" %define py_requires_append \ Provides: python-pyPdf \ Obsoletes: python-pyPdf < 3.2.1 \ Provides: python-pypdf \ Obsoletes: python-pypdf < 3.2.1 +%endif %pyver_package %endif @@ -63,6 +65,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Wed Apr 12 2023 Silvan Calarco 3.7.1-2mamba +- fix cross obsoletes + +* Mon Apr 10 2023 Automatic Build System 3.7.1-1mamba +- automatic version update by autodist + * Tue Mar 28 2023 Automatic Build System 3.7.0-1mamba - automatic version update by autodist