Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a16e12bb5a | ||
|
|
87c06f6c67 | ||
|
|
ad0b0d8755 | ||
|
|
6ca88239ef | ||
|
|
bd8ec18302 | ||
|
|
fed942f23d |
@@ -1,13 +1,14 @@
|
||||
%global upname Bottleneck
|
||||
%global upname bottleneck
|
||||
|
||||
Name: python-%{upname}
|
||||
Version: 1.3.7
|
||||
Release: 5%{?dist}
|
||||
Name: python-Bottleneck
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of fast NumPy array functions written in Cython
|
||||
|
||||
License: BSD
|
||||
# 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
|
||||
|
||||
@@ -27,7 +28,7 @@ BuildArch: noarch
|
||||
This package contains the HTML-docs for %{name}.
|
||||
|
||||
|
||||
%package -n python3-%{upname}
|
||||
%package -n python3-Bottleneck
|
||||
Summary: Collection of fast NumPy array functions written in Cython
|
||||
|
||||
BuildRequires: python3-devel
|
||||
@@ -41,10 +42,8 @@ BuildRequires: python3-sphinx
|
||||
Requires: python3-numpy%{?_isa}
|
||||
Requires: python3-scipy%{?_isa}
|
||||
|
||||
%{?python_provide:%python_provide python3-%{upname}}
|
||||
|
||||
%description -n python3-%{upname}
|
||||
python3-%{upname} is a collection of fast NumPy array functions
|
||||
%description -n python3-Bottleneck
|
||||
python3-Bottleneck is a collection of fast NumPy array functions
|
||||
written in Cython.
|
||||
|
||||
|
||||
@@ -94,14 +93,29 @@ rm -rf %{buildroot}%{python3_sitearch}/.pytest_cache
|
||||
%doc README* RELEASE* doc/html
|
||||
|
||||
|
||||
%files -n python3-%{upname}
|
||||
%files -n python3-Bottleneck
|
||||
%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
|
||||
|
||||
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.3.7-8
|
||||
- convert license to SPDX
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.3.7-6
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (Bottleneck-1.3.7.tar.gz) = ffeacb13e5a99db85e1580b9f2ead98239b4fd0b253a3c242a5507a026b439b9927ea49becec7e4d2d8f8e4ced15f43514c0af99379389db141ae50c4513e011
|
||||
SHA512 (bottleneck-1.4.2.tar.gz) = 6998a00375527fe77edd159311780a6551ee21dc2ef0ede7f47f6ca26542af4858df0065b2e8e82c3e5914069d0f467a770f460d04da5288d5a01ffd310d6292
|
||||
|
||||
Reference in New Issue
Block a user