This commit is contained in:
Orion Poplawski
2019-10-04 10:55:59 -06:00
parent 1816070f6c
commit e160ed5e8e
+5 -2
View File
@@ -2,11 +2,11 @@
Name: python-%{upname}
Version: 1.2.1
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Collection of fast NumPy array functions written in Cython
License: BSD
URL: http://berkeleyanalytics.com/bottleneck
URL: https://pypi.org/project/Bottleneck/
Source0: https://files.pythonhosted.org/packages/source/B/%{upname}/%{upname}-%{version}.tar.gz
BuildRequires: gcc
@@ -102,6 +102,9 @@ popd
%changelog
* Fri Oct 4 2019 Orion Poplawski <orion@nwra.com> - 1.2.1-13
- Fix URL
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-12
- Rebuilt for Python 3.8.0rc1 (#1748018)