forked from pool/python-blosc
Accepting request 857883 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/857883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=18
This commit is contained in:
commit
56bbffed1c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:47414c24230f1f91da6d5cdc51cd6d6b575000c7d0e7534a9da10da8d2978fe5
|
|
||||||
size 809621
|
|
3
blosc-1.9.2.tar.gz
Normal file
3
blosc-1.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89196a2112035836f027a29835ee247b0c7a45cece4cd9e4b740a1428aa174bf
|
||||||
|
size 816897
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 18:35:01 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
- Update to version 1.9.2.
|
||||||
|
* Internal C-Blosc updated to 1.20.1. This fixes
|
||||||
|
https://github.com/Blosc/python-blosc/issues/229, and also
|
||||||
|
brings many new updates in internal codecs, providing
|
||||||
|
interesting bumps in performance in some cases.
|
||||||
|
* Due to recent addition of more cores in new CPUs, the number of
|
||||||
|
internal threads to be used by default has been increased from
|
||||||
|
4 to 8.
|
||||||
|
* Allow zero-copy decompression by allowing bytes-like input.
|
||||||
|
* Fix DeprecationWarning due to invalid escape sequence and use
|
||||||
|
array.tobytes for Python 3.9.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 20 18:37:32 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Thu Aug 20 18:37:32 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-blosc
|
Name: python-blosc
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Blosc data compressor for Python
|
Summary: Blosc data compressor for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user