From e160ed5e8e3cd1190df047f548289fe4020ca12f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 4 Oct 2019 10:55:59 -0600 Subject: [PATCH] Fix URL --- python-Bottleneck.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)