- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=21
This commit is contained in:
2021-07-19 06:46:57 +00:00
committed by Git OBS Bridge
parent 70661bbf1a
commit 96d46f7e43
5 changed files with 16 additions and 17 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>