From 3063863af94bc0b5dc5611d3d7e2ae1e63ba795a Mon Sep 17 00:00:00 2001 From: jonathanspw Date: Sun, 29 Jan 2023 03:32:05 -0600 Subject: [PATCH] update to 1.11.0 --- python-blosc.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python-blosc.spec b/python-blosc.spec index 3bbbfa2..c43e732 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -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