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-propcache/0001-Update-Cython-to-version-3.2.3-184.patch33
-rw-r--r--meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb1
2 files changed, 34 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-propcache/0001-Update-Cython-to-version-3.2.3-184.patch b/meta-python/recipes-devtools/python/python3-propcache/0001-Update-Cython-to-version-3.2.3-184.patch
new file mode 100644
index 0000000000..26c4a2b20a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-propcache/0001-Update-Cython-to-version-3.2.3-184.patch
@@ -0,0 +1,33 @@
1From 049909ed3db8527aaae86a15d3c7998988ea77a0 Mon Sep 17 00:00:00 2001
2From: James Hilliard <james.hilliard1@gmail.com>
3Date: Mon, 29 Dec 2025 13:21:12 -0700
4Subject: [PATCH] Update Cython to version 3.2.3 (#184)
5
6Upstream-Status: Backport [https://github.com/aio-libs/propcache/pull/184]
7Co-authored-by: J. Nick Koston <nick@koston.org>
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 packaging/pep517_backend/_backend.py | 2 +-
11 requirements/cython.txt | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py
15index ce79c4e..e05a9dd 100644
16--- a/packaging/pep517_backend/_backend.py
17+++ b/packaging/pep517_backend/_backend.py
18@@ -376,7 +376,7 @@ def get_requires_for_build_wheel(
19 if is_pure_python_build:
20 c_ext_build_deps = []
21 else:
22- c_ext_build_deps = ['Cython ~= 3.1.0']
23+ c_ext_build_deps = ['Cython ~= 3.2.0']
24
25 return _setuptools_get_requires_for_build_wheel(
26 config_settings=config_settings,
27diff --git a/requirements/cython.txt b/requirements/cython.txt
28index 97dc5a1..209c15a 100644
29--- a/requirements/cython.txt
30+++ b/requirements/cython.txt
31@@ -1 +1 @@
32-cython==3.1.4
33+cython==3.2.3
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
index 53ec5b33b9..4f681613aa 100644
--- a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
@@ -9,6 +9,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest cython
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://0001-build-wheel-in-place.patch \ 11 file://0001-build-wheel-in-place.patch \
12 file://0001-Update-Cython-to-version-3.2.3-184.patch \
12" 13"
13 14
14DEPENDS += " \ 15DEPENDS += " \