diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-12-09 15:02:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-10 08:56:14 -0800 |
| commit | e26c6f86c8392e983a9d5da615631b0e9b54c78f (patch) | |
| tree | d2823167f03803134cddd68b8dda185d192f7977 /meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch | |
| parent | a5bf664a15ac15b1af9d3c3b28ae49bd06a91b1d (diff) | |
| download | meta-openembedded-e26c6f86c8392e983a9d5da615631b0e9b54c78f.tar.gz | |
python3-pyzstd: upgrade 0.18.0 -> 0.19.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch deleted file mode 100644 index f7b43b12a7..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | From bc9b975c9f41e43481a2eb0623b4180926baecec Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Wed, 9 Apr 2025 14:38:31 -0700 | ||
| 4 | Subject: [PATCH] Bump setuptools dependency from 74 to 89 | ||
| 5 | |||
| 6 | Upstream sticks to 0.74 since setuptools have dropped msvc9compiler | ||
| 7 | support beyond that which is needed for python 3.9 on windows. We | ||
| 8 | do not have this problem on Linux | ||
| 9 | |||
| 10 | Upstream-Status: Inappropriate [OE-specific] | ||
| 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 12 | --- | ||
| 13 | pyproject.toml | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 17 | index dd885e4..5d4d511 100644 | ||
| 18 | --- a/pyproject.toml | ||
| 19 | +++ b/pyproject.toml | ||
| 20 | @@ -1,6 +1,6 @@ | ||
| 21 | [build-system] | ||
| 22 | # setuptools 64+ support --build-option | ||
| 23 | # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows | ||
| 24 | -requires = ["setuptools>=64,<74"] | ||
| 25 | +requires = ["setuptools>=64,<89"] | ||
| 26 | backend-path = ["build_script"] | ||
| 27 | build-backend = "pyzstd_pep517" | ||
