14
0
forked from pool/python-pyzstd

- update to 0.16.2:

* Build wheels for Python 3.13
  * Deprecate support for Python version before 3.9 and stop
    building wheels for them
  * Compatibility with Python 3.13
  * Upgrade zstd source code from v1.5.5 to v1.5.6
  * Fix pyzstd_pep517 parameter name in
    `get_requires_for_build_wheel`
  * Deprecate support for Python version before 3.8 and stop
    building wheels for them
  * Minor fixes in type hints
  * Refactor README & CHANGELOG files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=11
This commit is contained in:
2024-10-28 22:36:47 +00:00
committed by Git OBS Bridge
parent 0c5cddc567
commit 8ef4a66bcd
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Oct 28 22:36:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.16.2:
* Build wheels for Python 3.13
* Deprecate support for Python version before 3.9 and stop
building wheels for them
* Compatibility with Python 3.13
* Upgrade zstd source code from v1.5.5 to v1.5.6
* Fix pyzstd_pep517 parameter name in
`get_requires_for_build_wheel`
* Deprecate support for Python version before 3.8 and stop
building wheels for them
* Minor fixes in type hints
* Refactor README & CHANGELOG files
-------------------------------------------------------------------
Thu May 2 08:04:33 UTC 2024 - Dirk Müller <dmueller@suse.com>