14
0
forked from pool/python-pyzstd
Commit Graph

1 Commits

Author SHA256 Message Date
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=15
2025-11-26 11:26:59 +00:00