From 5e57612d37bc8deff883d4c132bf27bfef8c91bc93c9c064ea3f63586f1db457 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 09:23:45 +0000 Subject: [PATCH] - update to 1.5.5.1: * Update bindled libzstd to 1.5.5 * Fix decompression of multiple concatenated frames in one input string * Generic automated builds are pushed to PyPi. * `x86` and `x64` builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler. * `armhf` and `arm64` builded under Ubuntu 18.04. * `armhf` builded on Raspberry PI 2B and optimized for it. * `arm64` builded on Raspberry PI 4B and optimized for it. * PyPy builds on `arm64` missing `2.7` as it are broken. * MacOsX builds done inside 11.7 hackintosh * Don't fail with exception if defined number of threads to compress is bigger than libzstd can take. * Silently drop it value down to max threads. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=32 --- python-zstd.changes | 19 +++++++++++++++++++ python-zstd.spec | 2 +- zstd-1.5.4.0.tar.gz | 3 --- zstd-1.5.5.1.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 zstd-1.5.4.0.tar.gz create mode 100644 zstd-1.5.5.1.tar.gz diff --git a/python-zstd.changes b/python-zstd.changes index 8e70360..52c4746 100644 --- a/python-zstd.changes +++ b/python-zstd.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed May 3 09:23:08 UTC 2023 - Dirk Müller + +- update to 1.5.5.1: + * Update bindled libzstd to 1.5.5 + * Fix decompression of multiple concatenated frames in one + input string + * Generic automated builds are pushed to PyPi. + * `x86` and `x64` builded under Ubuntu 16.04. And with sse+sse2 + optimizations enabled via compiler. + * `armhf` and `arm64` builded under Ubuntu 18.04. + * `armhf` builded on Raspberry PI 2B and optimized for it. + * `arm64` builded on Raspberry PI 4B and optimized for it. + * PyPy builds on `arm64` missing `2.7` as it are broken. + * MacOsX builds done inside 11.7 hackintosh + * Don't fail with exception if defined number of threads to + compress is bigger than libzstd can take. + * Silently drop it value down to max threads. + ------------------------------------------------------------------- Fri Apr 21 12:39:26 UTC 2023 - Dirk Müller diff --git a/python-zstd.spec b/python-zstd.spec index 22a1f8e..4e53816 100644 --- a/python-zstd.spec +++ b/python-zstd.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-zstd -Version: 1.5.4.0 +Version: 1.5.5.1 Release: 0 Summary: ZSTD Bindings for Python License: BSD-2-Clause diff --git a/zstd-1.5.4.0.tar.gz b/zstd-1.5.4.0.tar.gz deleted file mode 100644 index f079c0c..0000000 --- a/zstd-1.5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0d11df70a978529341b576e69a4f0b2a23e746686e24f9b90260a33ce49042d -size 620235 diff --git a/zstd-1.5.5.1.tar.gz b/zstd-1.5.5.1.tar.gz new file mode 100644 index 0000000..650b77c --- /dev/null +++ b/zstd-1.5.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef980abf0e1e072b028d2d76ef95b476632651c96225cf30b619c6eef625672 +size 1106585