Update to 1.8.1

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-05-05 15:11:25 +02:00
commit c3d26207d6
3 changed files with 9 additions and 46 deletions

View file

@ -1,15 +1,13 @@
Summary: Python wrapper for the Blosc high performance compressor
Name: python-blosc
Version: 1.5.1
Release: 3%{?dist}
Version: 1.8.1
Release: 1%{?dist}
License: MIT
URL: https://github.com/Blosc/python-blosc
Source0: https://github.com/Blosc/python-blosc/archive/v%{version}/blosc-%{version}.tar.gz
# remove the build-time CPU detection
Patch0: python-blosc-alt-arch.patch
BuildRequires: gcc
BuildRequires: blosc-devel >= 1.9.0
BuildRequires: blosc-devel >= 1.16.0
BuildRequires: numpy
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-numpy
@ -20,6 +18,7 @@ BuildRequires: python%{python3_pkgversion}-psutil
%package -n python%{python3_pkgversion}-blosc
Summary: Python wrapper for the blosc high performance compressor
Requires: blosc%{_isa} >= 1.16.0
%{?python_provide:%python_provide python%{python3_pkgversion}-blosc}
%{?fedora:Recommends: python%{python3_pkgversion}-numpy}
@ -32,6 +31,7 @@ Summary: Python wrapper for the blosc high performance compressor
%build
export BLOSC_DIR=%{_libdir}/blosc CFLAGS="%{optflags}"
export DISABLE_BLOSC_AVX2=1
%py3_build
%install
@ -48,6 +48,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -c 'import sys, blosc; sys
%doc README.rst RELEASE_NOTES.rst
%changelog
* Sun May 5 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.1-1
- Update to latest version (#1684965)
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild