summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzstd
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyzstd: upgrade 0.18.0 -> 0.19.0Liu Yiding6 days1-27/+0
| | | | | | | | | | | | | 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>
* python3-pyzstd: Bump upper version of setuptools to > 80Khem Raj2025-05-251-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: Switch to PEP-517 build backendKhem Raj2025-04-101-0/+27
Add ptest support while here Signed-off-by: Khem Raj <raj.khem@gmail.com>