summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyzstd: Remove setup.py tweak for lto/clangKhem Raj2025-12-101-5/+0
| | | | | | | | This tweak was specific to clang-16, its no longer needed moreover, setup.py is no longer there in latest 0.19.x release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: Add ptest dependency on backports.zstdKhem Raj2025-12-101-0/+2
| | | | | | This module is needed by ptests in 0.19+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: upgrade 0.18.0 -> 0.19.0Liu Yiding2025-12-101-0/+20
1. Changelog - The project has been completely refactored to use the Zstandard implementation from the standard library ([PEP-784](https://peps.python.org/pep-0784/)) - The refactor has some minor impact on public APIs, such as changing the exception raised on invalid input 2. Drop 0001-Bump-setuptools-dependency-from-74-to-89.patch as setuptools in requires was removed in pyproject.toml 3. HOMEPAGE has been changed to https://github.com/Rogdham/pyzstd. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>