python3-pyzstd: Bump upper version of setuptools to > 80

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-05-24 00:38:14 -07:00
parent 5df267759c
commit f544e2b185
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
From e648bb2439cad0d2ce47875edc7944d0b446fdb4 Mon Sep 17 00:00:00 2001 From bc9b975c9f41e43481a2eb0623b4180926baecec Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com> From: Khem Raj <raj.khem@gmail.com>
Date: Wed, 9 Apr 2025 14:38:31 -0700 Date: Wed, 9 Apr 2025 14:38:31 -0700
Subject: [PATCH] Bump setuptools dependency from 74 to 79 Subject: [PATCH] Bump setuptools dependency from 74 to 89
Upstream sticks to 0.74 since setuptools have dropped msvc9compiler Upstream sticks to 0.74 since setuptools have dropped msvc9compiler
support beyond that which is needed for python 3.9 on windows. We support beyond that which is needed for python 3.9 on windows. We
@ -14,7 +14,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml
index dd885e4..9f273b3 100644 index dd885e4..5d4d511 100644
--- a/pyproject.toml --- a/pyproject.toml
+++ b/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
@ -22,6 +22,6 @@ index dd885e4..9f273b3 100644
# setuptools 64+ support --build-option # setuptools 64+ support --build-option
# setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows
-requires = ["setuptools>=64,<74"] -requires = ["setuptools>=64,<74"]
+requires = ["setuptools>=64,<79"] +requires = ["setuptools>=64,<89"]
backend-path = ["build_script"] backend-path = ["build_script"]
build-backend = "pyzstd_pep517" build-backend = "pyzstd_pep517"

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aedb5a2679cd1552fb61c181ef974b9e"
PYPI_PACKAGE = "pyzstd" PYPI_PACKAGE = "pyzstd"
SRC_URI += "file://0001-Bump-setuptools-dependency-from-74-to-79.patch" SRC_URI += "file://0001-Bump-setuptools-dependency-from-74-to-89.patch"
SRC_URI[sha256sum] = "d84271f8baa66c419204c1dd115a4dec8b266f8a2921da21b81764fa208c1db6" SRC_URI[sha256sum] = "d84271f8baa66c419204c1dd115a4dec8b266f8a2921da21b81764fa208c1db6"
inherit pypi python_setuptools_build_meta ptest-python-pytest inherit pypi python_setuptools_build_meta ptest-python-pytest