diff --git a/python-numpy.spec b/python-numpy.spec index 822a997..505d0e5 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-numpy Version: 2.0.1 -Release: 1mamba +Release: 2mamba Summary: NumPy: Scientific computing with Python NumPy Group: System/Libraries/Python Vendor: openmamba @@ -42,18 +42,12 @@ This allows NumPy to seamlessly and speedily integrate with a wide variety of da %if 0%{?with_pyver} %define py_requires_append \ -Obsoletes: python-numpy-devel < 1.26.0-2mamba +Obsoletes: python-numpy-devel < 1.26.0-2mamba \ +Obsoletes: python-numeric <= 24.2-3mamba \ +Obsoletes: python-numeric-devel <= 24.2-3mamba %pyver_package %endif -%package devel -Group: Development/Libraries -Summary: C header files provided by NumPy -Requires: python-numpy-py3 = %{?epoch:%epoch:}%{version}-%{release} - -%description devel -C header files provided by NumPy. - %prep %setup -q -n numpy-%{version} @@ -92,6 +86,9 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num %endif %changelog +* Thu Aug 15 2024 Silvan Calarco 2.0.1-2mamba +- obsolete python-numeric[-devel] + * Sun Jul 21 2024 Automatic Build System 2.0.1-1mamba - automatic version update by autodist