Signed-off-by: Khem Raj <[email protected]> --- ...1-Update-Cython-to-version-3.2.3-184.patch | 33 +++++++++++++++++++ .../python/python3-propcache_0.4.1.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-propcache/0001-Update-Cython-to-version-3.2.3-184.patch
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 @@ +From 049909ed3db8527aaae86a15d3c7998988ea77a0 Mon Sep 17 00:00:00 2001 +From: James Hilliard <[email protected]> +Date: Mon, 29 Dec 2025 13:21:12 -0700 +Subject: [PATCH] Update Cython to version 3.2.3 (#184) + +Upstream-Status: Backport [https://github.com/aio-libs/propcache/pull/184] +Co-authored-by: J. Nick Koston <[email protected]> +Signed-off-by: Khem Raj <[email protected]> +--- + packaging/pep517_backend/_backend.py | 2 +- + requirements/cython.txt | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py +index ce79c4e..e05a9dd 100644 +--- a/packaging/pep517_backend/_backend.py ++++ b/packaging/pep517_backend/_backend.py +@@ -376,7 +376,7 @@ def get_requires_for_build_wheel( + if is_pure_python_build: + c_ext_build_deps = [] + else: +- c_ext_build_deps = ['Cython ~= 3.1.0'] ++ c_ext_build_deps = ['Cython ~= 3.2.0'] + + return _setuptools_get_requires_for_build_wheel( + config_settings=config_settings, +diff --git a/requirements/cython.txt b/requirements/cython.txt +index 97dc5a1..209c15a 100644 +--- a/requirements/cython.txt ++++ b/requirements/cython.txt +@@ -1 +1 @@ +-cython==3.1.4 ++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..0a681ac6c8 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 SRC_URI += " \ file://0001-build-wheel-in-place.patch \ + file://0001-Update-Cython-to-version-3.2.3-184.patch \ " DEPENDS += " \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123083): https://lists.openembedded.org/g/openembedded-devel/message/123083 Mute This Topic: https://lists.openembedded.org/mt/117019813/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
