Update to 1.3.2

This commit is contained in:
Orion Poplawski 2016-05-16 13:30:55 -06:00
commit c657fe4594
4 changed files with 7 additions and 39 deletions

View file

@ -7,12 +7,11 @@
Summary: Python wrapper for the Blosc high performance compressor
Name: python-%{module}
Version: 1.2.8
Release: 3%{?dist}
Version: 1.3.2
Release: 1%{?dist}
License: MIT
URL: https://github.com/FrancescAlted/python-blosc
Source0: https://pypi.python.org/packages/source/b/%{module}/%{module}-%{version}.tar.gz
Patch0: 0001-tests-fix-error-with-new-numpy.patch
BuildRequires: blosc-devel
BuildRequires: python2-devel
@ -76,6 +75,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} python3 -c 'import sys, blosc; sys.ex
%doc README.rst RELEASE_NOTES.rst
%changelog
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-1
- Update to 1.3.2
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.8-3
- Fix provides filter
- Use %%python3_pkgversion for EPEL7 compatibility