obsolete python-numpydoc-py310 [release 1.6.0-2mamba;Thu Mar 14 2024]

This commit is contained in:
Silvan Calarco 2024-03-14 18:15:08 +01:00
parent f2622e0026
commit fb56d04709

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-numpydoc
Version: 1.6.0
Release: 1mamba
Release: 2mamba
Summary: Sphinx extension to support docstrings in Numpy format
Group: System/Libraries
Vendor: openmamba
@ -22,6 +22,11 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%{summary}.
%if 0%{?with_pyver}
%if "%{?with_pyver}" == "3"
%define py_requires_append \
Obsoletes: python-numpydoc-py310 < 1.6.0-2mamba \
Obsoletes: python-numpydoc < 1.6.0-2mamba
%endif
%pyver_package
%endif
@ -51,6 +56,9 @@ done
%{python_sitelib}/%{pkgname}/*
%changelog
* Thu Mar 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-2mamba
- obsolete python-numpydoc-py310
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist