Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-pyzstd: upgrade 0.15.9 -> 0.15.10 | Wang Mingyu | 2024-04-02 | 1 | -18/+0 |
| | | | | | | | | | | | | | | | | License-Update: add contributors to Copyright Changelog: ========== -Fix SeekableZstdFile class can't open new file in appending mode. -Support sub-interpreter on CPython 3.12+, can utilize per-interpreter GIL. -On CPython(3.5~3.12)+Linux, use another output buffer code that can utilize the mremap mechanism. -Change repository URL and maintainer following the deletion of the GitHub account of the original author, Ma Lin (animalize) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-pyzstd: upgrade 0.15.7 -> 0.15.9 | Wang Mingyu | 2023-06-27 | 1 | -0/+18 |
Changelog: ========== Add SeekableZstdFile class, it's a subclass of ZstdFile, supports Zstandard Seekable Format. Add mode argument to ZstdFile.flush() method, now it can flush a zstd frame. Add read_size and write_size arguments to ZstdFile.__init__() method, can work with Network File Systems better. Optimize ZstdFile performance to C language level. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |