obsolete python-cookiecutter-py310 [release 2.6.0-2mamba;Fri Mar 15 2024]

This commit is contained in:
Silvan Calarco 2024-03-16 08:42:10 +01:00
parent aa31f6ed4b
commit 46149c5ad9

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-) %define pkgname %(echo %name | cut -d- -f2-)
Name: python-cookiecutter Name: python-cookiecutter
Version: 2.6.0 Version: 2.6.0
Release: 1mamba Release: 2mamba
Summary: A command-line utility that creates projects from project templates Summary: A command-line utility that creates projects from project templates
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -28,6 +28,10 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%{summary}. %{summary}.
%if 0%{?with_pyver} %if 0%{?with_pyver}
%if "%{?with_pyver}" == "3"
%define py_requires_append \
Obsoletes: python-cookiecutter-py310 < 2.6.0-2mamba
%endif
%pyver_package %pyver_package
%endif %endif
@ -64,6 +68,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Mar 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-2mamba
- obsolete python-cookiecutter-py310
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 2.6.0-1mamba * Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 2.6.0-1mamba
- automatic version update by autodist - automatic version update by autodist