summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzstd_0.15.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyzstd: upgrade 0.15.7 -> 0.15.9Wang Mingyu2023-06-271-18/+0
| | | | | | | | | | | | 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>
* python3-pyzstd: Disable LTO on clang+armKhem Raj2023-05-031-0/+5
| | | | | | clang-16 segfaults on arm while compiling with -flto Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: add new recipeJohannes Pointner2023-04-271-0/+13
Add recipe for python bindings to ZStandard (zstd) compression library Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>