summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch25
-rw-r--r--meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb (renamed from meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.5.bb)4
-rw-r--r--meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb4
3 files changed, 29 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch b/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch
new file mode 100644
index 0000000000..571333e44e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch
@@ -0,0 +1,25 @@
1From 17bc1de2c08f9303886d654572b1ba64259a8a68 Mon Sep 17 00:00:00 2001
2From: Khem Raj <khem.raj@oss.qualcomm.com>
3Date: Fri, 20 Mar 2026 15:06:51 -0700
4Subject: [PATCH] pyprojects: Bump setuptools check to be <= 82.x
5
6This ensures build with 82.0.1 goes on
7
8Upstream-Status: Pending
9
10Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
11---
12 pyproject.toml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/pyproject.toml b/pyproject.toml
16index ea1c514..bbc83b7 100644
17--- a/pyproject.toml
18+++ b/pyproject.toml
19@@ -1,5 +1,5 @@
20 [build-system]
21-requires = ["setuptools>=68,<=82.0.0"]
22+requires = ["setuptools>=68,<=83.0.0"]
23 build-backend = "backend"
24 backend-path = ["_mypyc_hook"]
25
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.5.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb
index e69d7536a9..e6056a3512 100644
--- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.5.bb
+++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/ousret/charset_normalizer"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05"
5 5
6#SRC_URI += "file://0001-pyproject.toml-Update-mypy-requirement.patch" 6SRC_URI += "file://0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch"
7 7
8SRC_URI[sha256sum] = "95adae7b6c42a6c5b5b559b1a99149f090a57128155daeea91732c8d970d8644" 8SRC_URI[sha256sum] = "1ae6b62897110aa7c79ea2f5dd38d1abca6db663687c0b1ad9aed6f6bae3d9d6"
9 9
10DEPENDS += "python3-setuptools-scm-native python3-mypy-native" 10DEPENDS += "python3-setuptools-scm-native python3-mypy-native"
11 11
diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb
index 934b236983..6231125237 100644
--- a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." 1DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" 2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "OFL-1.0 & MIT & CC-BY-4.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7c083fdfe0b927a9de368a17fbf13b20" 5LIC_FILES_CHKSUM = "file://xstatic/pkg/font_awesome/data/LICENSE.txt;md5=57f9201afe70f877988912a7b233de47"
6 6
7PYPI_PACKAGE = "xstatic_font_awesome" 7PYPI_PACKAGE = "xstatic_font_awesome"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"