update to 1.11.0

This commit is contained in:
jonathanspw 2023-01-29 03:32:05 -06:00
commit 3063863af9

View file

@ -1,6 +1,6 @@
Name: python-blosc
Summary: Python wrapper for the Blosc high performance compressor
Version: 1.10.6
Version: 1.11.0
Release: %autorelease
License: MIT
URL: https://github.com/Blosc/python-blosc
@ -30,8 +30,6 @@ Requires: blosc%{_isa} >= 1.16.0
%prep
%autosetup -p1
# Remove bundled copy
rm cpuinfo.py
# Overwrite setup.py with the last version that does not use skbuild and cmake
cp %{SOURCE1} .
@ -51,7 +49,7 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -c 'import sys, blosc; sys
%files -n python%{python3_pkgversion}-blosc
%{python3_sitearch}/blosc/
%{python3_sitearch}/blosc-%{version}*-py*.egg-info
%license LICENSES/BLOSC.txt
%license LICENSE.txt
%doc README.rst RELEASE_NOTES.rst
%changelog