Update to 1.4.2

This commit is contained in:
Orion Poplawski
2024-12-16 21:20:12 -07:00
parent ad0b0d8755
commit 87c06f6c67
2 changed files with 9 additions and 6 deletions
+8 -5
View File
@@ -1,14 +1,14 @@
%global upname Bottleneck
%global upname bottleneck
Name: python-%{upname}
Version: 1.3.7
Release: 9%{?dist}
Version: 1.4.2
Release: 1%{?dist}
Summary: Collection of fast NumPy array functions written in Cython
# Automatically converted from old format: BSD - review is highly recommended.
License: LicenseRef-Callaway-BSD
URL: https://pypi.org/project/Bottleneck/
Source0: https://files.pythonhosted.org/packages/source/B/%{upname}/%{upname}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/b/%{upname}/%{upname}-%{version}.tar.gz
# https://github.com/pydata/bottleneck/pull/432
Patch0001: 0001-Fix-doc-build-with-Sphinx-6.patch
@@ -99,10 +99,13 @@ rm -rf %{buildroot}%{python3_sitearch}/.pytest_cache
%license LICENSE
%doc README* RELEASE*
%{python3_sitearch}/bottleneck
%{python3_sitearch}/%{upname}-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/Bottleneck-%{version}-py%{python3_version}.egg-info
%changelog
* Tue Dec 17 2024 Orion Poplawski <orion@nwra.com> - 1.4.2-1
- Update to 1.4.2
* Tue Dec 17 2024 Orion Poplawski <orion@nwra.com> - 1.3.7-9
- Rebuild with numpy 2.0