8d61fb7cee
- Update to 0.18.0 * Support for Python 3.14 * Build free-threaded wheels for CPython 3.13 and 3.14, even if the feature is not supported * Deprecate the read_size and write_size parameters of ZstdFile and SeekableZstdFile * Deprecate richmem_compress and RichMemZstdCompressor * Rework documentation to suggest using compression.zstd from Python stdlib, and provide a migration guide * Include the zstd library license in package distributions - Add sed command to remove shebang from src/__main__.py - Don't remove zstd folder in %setup section, it's temporarily required
Markéta Machová2025-11-26 11:26:59 +00:00
39079b9da2
Accepting request 1278681 from home:glaubitz:branches:devel:languages:python
Matej Cepl2025-05-20 14:45:04 +00:00
0f23cb723e
Accepting request 1218886 from devel:languages:python
Ana Guerrero2024-10-29 13:35:38 +00:00
4170dba310
- 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
Dirk Mueller2024-10-28 22:36:47 +00:00