Updated to new upstream release (rhbz#1451146)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
%global upname Bottleneck
|
||||
|
||||
Name: python-%{upname}
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of fast NumPy array functions written in Cython
|
||||
|
||||
@@ -64,7 +64,7 @@ written in Cython.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{upname}-%{version} -p 1
|
||||
%{__rm} -fr *.egg*
|
||||
%{__rm} -fr .egg* *.egg*
|
||||
|
||||
|
||||
%build
|
||||
@@ -95,15 +95,15 @@ export PYTHONPATH="$(/bin/pwd)/tmp_inst/%{python2_sitearch}"
|
||||
unset PYTHONPATH
|
||||
|
||||
# Clean unneeded stuff from docs.
|
||||
%{__rm} -rf doc/html/{.buildinfo,.doctrees,objects.inv}
|
||||
%{__rm} -rf doc/html/{.buildinfo,.doctrees}
|
||||
|
||||
|
||||
%check
|
||||
pushd tmp_inst/%{python2_sitearch}
|
||||
%{__python2} -c 'import bottleneck as bn; bn.test()'
|
||||
%{_bindir}/nosetests-%{python2_version} -vv
|
||||
popd
|
||||
pushd tmp_inst/%{python3_sitearch}
|
||||
%{__python3} -c 'import bottleneck as bn; bn.test()'
|
||||
%{_bindir}/nosetests-%{python3_version} -vv
|
||||
popd
|
||||
|
||||
|
||||
@@ -127,6 +127,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 16 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.1-1
|
||||
- Updated to new upstream release (rhbz#1451146)
|
||||
|
||||
* Sun Apr 09 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.0-1
|
||||
- Updated to new upstream release (rhbz#1105817)
|
||||
- Updated spec-file to recent guidelines
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (Bottleneck-1.2.0.tar.gz) = 2dce3626b33923b4ab08047910b38e5531090a58f63a380392b78352c3dc657b947dc6dcad306734beaf130855c10ff9fb0048c027821720660fc62a242daafb
|
||||
SHA512 (Bottleneck-1.2.1.tar.gz) = c766999cd1501b9f1dee0177b631ece12824d1f95c33077705f6387c911df583c3556ea22b208e455567f75e6e12e29b95855a6aea316bd1d6113bf47a04cf5a
|
||||
|
||||
Reference in New Issue
Block a user