1.14.1
This commit is contained in:
parent
fe76e90829
commit
016934cc77
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@ numpy-1.4.1.tar.gz
|
||||
/numpy-1.13.3.tar.gz
|
||||
/numpy-html-1.13.0.zip
|
||||
/numpy-1.14.0rc1.tar.gz
|
||||
/numpy-1.14.1.tar.gz
|
||||
|
11
numpy.spec
11
numpy.spec
@ -5,13 +5,13 @@
|
||||
%endif
|
||||
|
||||
#uncomment next line for a release candidate or a beta
|
||||
%global relc rc1
|
||||
#%%global relc rc1
|
||||
|
||||
%global modname numpy
|
||||
|
||||
Name: numpy
|
||||
Version: 1.14.0
|
||||
Release: 0.%relc%{?dist}.1
|
||||
Version: 1.14.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: A fast multidimensional array facility for Python
|
||||
|
||||
@ -19,7 +19,7 @@ Group: Development/Languages
|
||||
# Everything is BSD except for class SafeEval in numpy/lib/utils.py which is Python
|
||||
License: BSD and Python
|
||||
URL: http://www.numpy.org/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}%relc.tar.gz
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://docs.scipy.org/doc/numpy/numpy-html-1.13.0.zip
|
||||
|
||||
BuildRequires: python2-devel lapack-devel python2-setuptools gcc-gfortran python2-nose
|
||||
@ -323,6 +323,9 @@ popd &> /dev/null
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2018 Gwyn Ciesla <limburgher@gmail.com> - 1:1.14.1-1
|
||||
- 1.14.1
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.14.0-0.rc1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (numpy-1.14.0rc1.tar.gz) = 9d7df68b89b66e0aa6736ce1659435ec231552616f9df059603b092e8d755708c334902d711b83922728786c9b74006192fd8a5f2a4a1b16916b3474563156ab
|
||||
SHA512 (numpy-1.14.1.tar.gz) = 8cf537f9d7818840ea4c81d2bdb9e6c90c75385024d0d52eb52578173bee9207b7b4a2e8f4287dee30c00c1cbb7aa52e44dbd73cc581884fb63b79bc4630195d
|
||||
SHA512 (numpy-html-1.13.0.zip) = 2dd769ec0d4967ba1797339170b0f9bf694a0a304cffb8482a037ba043a3bd3a9207e63a1ffed2d7ae96205d3a1a72fa1b15eeac4bd2e565544363dd9742f542
|
||||
|
Loading…
Reference in New Issue
Block a user