14
0
forked from pool/python-zstd

Accepting request 1010315 from home:yarunachalam:branches:devel:languages:python

- Update to version 1.5.2.6 
  * Fix a nasty bug - corrupted compression of empty string, and decompression too.
  * Wheels
    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.
    There is no Python-3.10 for armhf yeat.
    PyPy builds on arm64 missing 2.7 and 3.7 as they are broken.
    MacOsX builds done inside 11.6 hackintosh
    There is no builds for Windows.

OBS-URL: https://build.opensuse.org/request/show/1010315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=26
This commit is contained in:
2022-10-13 06:49:21 +00:00
committed by Git OBS Bridge
parent ce7deaece5
commit 68bcc8fcd5
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Oct 12 18:36:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.5.2.6
* Fix a nasty bug - corrupted compression of empty string, and decompression too.
* Wheels
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.
There is no Python-3.10 for armhf yeat.
PyPy builds on arm64 missing 2.7 and 3.7 as they are broken.
MacOsX builds done inside 11.6 hackintosh
There is no builds for Windows.
-------------------------------------------------------------------
Sat Jun 4 13:44:26 UTC 2022 - Dirk Müller <dmueller@suse.com>