| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-pyzstd: upgrade 0.17.0 -> 0.18.0 | Wang Mingyu | 2025-10-14 | 1 | -19/+0 |
| | | | | | | | | | | | | | | Changelog: ========== - Support for Python 3.14 - 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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-pyzstd: Bump upper version of setuptools to > 80 | Khem Raj | 2025-05-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-pyzstd: upgrade 0.16.2 -> 0.17.0 | Wang Mingyu | 2025-05-21 | 1 | -0/+19 |
| Changelog: =========== - 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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
