obsolete python-numeric[-devel] [release 2.0.1-2mamba;Thu Aug 15 2024]

This commit is contained in:
Silvan Calarco 2024-08-19 00:12:03 +02:00
parent 58878d4e0a
commit a3252fdb01

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-numpy Name: python-numpy
Version: 2.0.1 Version: 2.0.1
Release: 1mamba Release: 2mamba
Summary: NumPy: Scientific computing with Python NumPy Summary: NumPy: Scientific computing with Python NumPy
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -42,18 +42,12 @@ This allows NumPy to seamlessly and speedily integrate with a wide variety of da
%if 0%{?with_pyver} %if 0%{?with_pyver}
%define py_requires_append \ %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 %pyver_package
%endif %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 %prep
%setup -q -n numpy-%{version} %setup -q -n numpy-%{version}
@ -92,6 +86,9 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num
%endif %endif
%changelog %changelog
* Thu Aug 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-2mamba
- obsolete python-numeric[-devel]
* Sun Jul 21 2024 Automatic Build System <autodist@openmamba.org> 2.0.1-1mamba * Sun Jul 21 2024 Automatic Build System <autodist@openmamba.org> 2.0.1-1mamba
- automatic version update by autodist - automatic version update by autodist