diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-31 13:11:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-02 22:28:23 -0800 |
| commit | dd76a0223582f2e039c145f56105f5a4387fd1a2 (patch) | |
| tree | 41f2607362f8cc258e3d146a29d8c89a06d331e4 /meta-python/recipes-devtools/python/python3-propcache/0001-Update-Cython-to-version-3.2.3-184.patch | |
| parent | 1b3e5162d32ba18527d69384549c60b2460d08b8 (diff) | |
| download | meta-openembedded-dd76a0223582f2e039c145f56105f5a4387fd1a2.tar.gz | |
python3-propcache: Update Cython to version 3.2.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-propcache/0001-Update-Cython-to-version-3.2.3-184.patch')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-propcache/0001-Update-Cython-to-version-3.2.3-184.patch | 33 |
1 files changed, 33 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 @@ | |||
| 1 | From 049909ed3db8527aaae86a15d3c7998988ea77a0 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: James Hilliard <james.hilliard1@gmail.com> | ||
| 3 | Date: Mon, 29 Dec 2025 13:21:12 -0700 | ||
| 4 | Subject: [PATCH] Update Cython to version 3.2.3 (#184) | ||
| 5 | |||
| 6 | Upstream-Status: Backport [https://github.com/aio-libs/propcache/pull/184] | ||
| 7 | Co-authored-by: J. Nick Koston <nick@koston.org> | ||
| 8 | Signed-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 | |||
| 14 | diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py | ||
| 15 | index 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, | ||
| 27 | diff --git a/requirements/cython.txt b/requirements/cython.txt | ||
| 28 | index 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 | ||
