14
0
forked from pool/python-pyzstd

- 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
This commit is contained in:
2025-11-26 11:26:59 +00:00
committed by Git OBS Bridge
commit 8d61fb7cee
6 changed files with 203 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc