Version 1.10.4
This commit is contained in:
parent
a9b3f95abf
commit
4735f357dd
2 changed files with 8 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Python wrapper for the Blosc high performance compressor
|
||||
Name: python-blosc
|
||||
Version: 1.10.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Python wrapper for the Blosc high performance compressor
|
||||
Version: 1.10.4
|
||||
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
|
||||
|
|
@ -51,10 +51,13 @@ 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/PYTHON-BLOSC.txt
|
||||
%license LICENSES/BLOSC.txt
|
||||
%doc README.rst RELEASE_NOTES.rst
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10.4-1
|
||||
- Latest bugfix version (#1966828)
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.10.2-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (blosc-1.10.2.tar.gz) = c1144e5b0f25863f66100ca9cdaa0bc97a89c99dbb8f31023bbd0695d764f9847fab563059191a2c3266a347b7d39b5c156612a97e97fdefc277e1e608da87d8
|
||||
SHA512 (blosc-1.10.4.tar.gz) = 60d4a988d87f1b4fcd7e787137049c4053ec402ae3a3eee5cebff2651c5f2c09a351f886117e51ec87ab1ba59b9ac336e70ef119bfa0073c283437fbd23a694c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue