diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 559a1d3..8809888 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -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 - 1.2.1-13 +- Fix URL + * Thu Oct 03 2019 Miro HronĨok - 1.2.1-12 - Rebuilt for Python 3.8.0rc1 (#1748018)