From 22f53766b8396443f0b2602dce582693b2f5232c0f79b02ad8ed18c1107dca82 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 21 Dec 2020 16:43:37 +0000 Subject: [PATCH] Accepting request 857756 from home:andythe_great:branches:devel:languages:python:numeric - 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. OBS-URL: https://build.opensuse.org/request/show/857756 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=17 --- blosc-1.9.1.tar.gz | 3 --- blosc-1.9.2.tar.gz | 3 +++ python-blosc.changes | 15 +++++++++++++++ python-blosc.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 blosc-1.9.1.tar.gz create mode 100644 blosc-1.9.2.tar.gz diff --git a/blosc-1.9.1.tar.gz b/blosc-1.9.1.tar.gz deleted file mode 100644 index 601b116..0000000 --- a/blosc-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47414c24230f1f91da6d5cdc51cd6d6b575000c7d0e7534a9da10da8d2978fe5 -size 809621 diff --git a/blosc-1.9.2.tar.gz b/blosc-1.9.2.tar.gz new file mode 100644 index 0000000..cae3edf --- /dev/null +++ b/blosc-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89196a2112035836f027a29835ee247b0c7a45cece4cd9e4b740a1428aa174bf +size 816897 diff --git a/python-blosc.changes b/python-blosc.changes index f9d10e0..6505aa7 100644 --- a/python-blosc.changes +++ b/python-blosc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Dec 20 18:35:01 UTC 2020 - andy great + +- 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 diff --git a/python-blosc.spec b/python-blosc.spec index b482c65..2de83ca 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-blosc -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Blosc data compressor for Python License: MIT