14
0
forked from pool/python-pyzstd

- Update to 0.17.0

* Upgrade zstd source code from v1.5.6 to v1.5.7
  * Raise an exception when attempting to decompress empty data
  * Add `ZstdFile.name` property
  * Deprecate `(de)compress_stream` functions
  * Use a leading `_` for private objects
  * Build wheels for Windows ARM64
  * Support for PyPy 3.11
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=13
This commit is contained in:
2025-05-20 14:45:04 +00:00
committed by Git OBS Bridge
parent 8ef4a66bcd
commit 2df147e40d
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 20 11:41:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.17.0
* Upgrade zstd source code from v1.5.6 to v1.5.7
* Raise an exception when attempting to decompress empty data
* Add `ZstdFile.name` property
* Deprecate `(de)compress_stream` functions
* Use a leading `_` for private objects
* Build wheels for Windows ARM64
* Support for PyPy 3.11
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Mon Oct 28 22:36:13 UTC 2024 - Dirk Müller <dmueller@suse.com>