14
0
forked from pool/python-zstd
Files
python-zstd/python-zstd.changes
Dirk Mueller ce7deaece5 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=24
2022-06-04 13:46:07 +00:00

94 lines
3.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Jun 4 13:44:26 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 11:50:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.5.1.0:
* update libzstd to 1.5.1 - follow upstream
* fix passing VERSION string to compiler
-------------------------------------------------------------------
Mon Dec 6 20:32:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0.4:
* python 3.9/3.10 support
-------------------------------------------------------------------
Mon Jul 19 06:45:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 1 22:30:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 10:28:07 UTC 2021 - pgajdos@suse.com
- use %pytest_arch macro
-------------------------------------------------------------------
Fri Jul 17 07:56:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.4.5.1:
* Follows upstream 1.4.5 release
-------------------------------------------------------------------
Tue Jan 21 11:12:36 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.4.4.0
* Follow upstream 1.4.4
-------------------------------------------------------------------
Mon Sep 9 15:13:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.4.3.2:
* Follow upstream 1.4.3
-------------------------------------------------------------------
Tue Aug 13 16:33:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip the version comparison tests, they are pretty useless
-------------------------------------------------------------------
Mon Jul 22 10:54:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.4.1.0:
* Follow upstream 1.4.1
-------------------------------------------------------------------
Mon May 6 10:46:18 UTC 2019 - pgajdos@suse.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 4 13:22:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to pkgconfig style dependency
-------------------------------------------------------------------
Mon Mar 4 10:10:45 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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.