Changelog for
python310-zstd-1.5.5.1-lp154.35.4.x86_64.rpm :
* Wed May 03 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 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Tue Feb 28 2023 Matej Cepl - Update to version 1.5.4.0: - Update libzstd to 1.5.4
* Wed Oct 12 2022 Yogalakshmi Arunachalam - 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 04 2022 Dirk Müller - update to 1.5.2.5:
* Update bundled libzstd to 1.5.2
* Add support of setting build options via envvars
* Fixed config for github actions to build wheels
* Force disable all ASM for AMD code
* Mon Jan 10 2022 Dirk Müller - update to 1.5.1.0:
* update libzstd to 1.5.1 - follow upstream
* fix passing VERSION string to compiler
* Mon Dec 06 2021 Dirk Müller - update to 1.5.0.4:
* python 3.9/3.10 support
* Mon Jul 19 2021 Dirk Müller - update to 1.5.0.2:
* simplify tests
* add new function for them: ZSTD_external(): 0/1
* fix build - missing new file: zstd_errors.h
* Removed old function which generated custom block header
* Updated zstd to new upstream version 1.5.0- drop test-once.patch: not needed
* Mon Feb 01 2021 Dirk Müller - update to 1.4.8.1:
* Allow ultra-fast levels from -100 to -1
* Update bundled zstd library to 1.4.8 release
* Wed Jan 13 2021 pgajdosAATTsuse.com- use %pytest_arch macro
* Fri Jul 17 2020 Dirk Mueller - update to 1.4.5.1:
* Follows upstream 1.4.5 release
* Tue Jan 21 2020 Ondřej Súkup - update to 1.4.4.0
* Follow upstream 1.4.4
* Mon Sep 09 2019 Tomáš Chvátal - Update to 1.4.3.2:
* Follow upstream 1.4.3
* Tue Aug 13 2019 Tomáš Chvátal - Skip the version comparison tests, they are pretty useless
* Mon Jul 22 2019 Tomáš Chvátal - Update to 1.4.1.0:
* Follow upstream 1.4.1
* Mon May 06 2019 pgajdosAATTsuse.com- version update to 1.4.0.0
* Add LICENSE to MANIFEST.in
* Fix version tests - don\'t sort, just reverse
* Remove debug logging
* Mon Mar 04 2019 Tomáš Chvátal - Switch to pkgconfig style dependency
* Mon Mar 04 2019 John Vandenberg - Initial spec for v1.3.8.1, adding test-external.patch to allow tests to run with an external library, and test-once.patch to avoid custom hack to run tests which actually runs them twice.