Bump release

This commit is contained in:
Orion Poplawski 2018-11-12 20:41:29 -07:00
commit 755badcfd2

View file

@ -8,7 +8,7 @@
Summary: Python wrapper for the Blosc high performance compressor
Name: python-%{module}
Version: 1.2.8
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
URL: https://github.com/FrancescAlted/python-blosc
Source0: https://pypi.python.org/packages/source/b/%{module}/%{module}-%{version}.tar.gz
@ -110,6 +110,9 @@ PYTHONPATH=%{buildroot}%{python3_other_sitearch} %{__python3_other} -c 'import s
%endif
%changelog
* Mon Nov 12 2018 Orion Poplawski <orion@cora.nwra.com> - 1.2.8-4
- Build for python36
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.8-3
- Fix provides filter
- Use %%python3_pkgversion for EPEL7 compatibility