Update HTML docs source to match release.
This commit is contained in:
parent
a8d8b77e87
commit
62ef76011a
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ numpy-1.4.1.tar.gz
|
||||
/numpy-1.15.0.tar.gz
|
||||
/numpy-html-1.15.0.zip
|
||||
/numpy-1.15.1.tar.gz
|
||||
/numpy-html-1.15.1.zip
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: numpy
|
||||
Version: 1.15.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 1
|
||||
Summary: A fast multidimensional array facility for Python
|
||||
|
||||
@ -19,7 +19,7 @@ Summary: A fast multidimensional array facility for Python
|
||||
License: BSD and Python
|
||||
URL: http://www.numpy.org/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://docs.scipy.org/doc/numpy/numpy-html-1.15.0.zip
|
||||
Source1: https://docs.scipy.org/doc/numpy/numpy-html-%{version}.zip
|
||||
|
||||
BuildRequires: python2-devel lapack-devel python2-setuptools gcc-gfortran python2-nose
|
||||
BuildRequires: Cython python2-pytest
|
||||
@ -314,6 +314,9 @@ popd &> /dev/null
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1:1.15.1-2
|
||||
- Update docs to match release
|
||||
|
||||
* Wed Aug 22 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1:1.15.1-1
|
||||
- Update to latest version
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (numpy-1.15.1.tar.gz) = 76271923bcbbd602af3995e9c9de6e657bdaa289f59129b44e367bfa60d9210df13885ca33726a7d0c06d4cd0f7add394dd100c36b3a52f6050846a5c51a2268
|
||||
SHA512 (numpy-html-1.15.0.zip) = 7d8968f64ddceb864ef0744140d10279b7dbb1f5c7e21a6ced01c6079ea633eca0b087e7158e8cd4bd106ccb4c575f27a74207b7399324591cf5e9bfa3c01fb8
|
||||
SHA512 (numpy-html-1.15.1.zip) = e1e58dd6965805cf0b3fd3340ae77cd4f916e5eba7ad788d5ad58373c51b1154947bbd1d6b9d6ff20524e60d2f082dc590c7f1f80f4ee570861a6d0b4d1a006d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user