Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-cython* to *3.0.12* has Succeeded.
Next steps:
- apply the patch: git am 0001-python3-cython-upgrade-3.0.11-3.0.12.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From 1bf04264e72ace8028a63efd1718df52aa1b511d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 15 Feb 2025 07:40:15 +0000
Subject: [PATCH] python3-cython: upgrade 3.0.11 -> 3.0.12
---
...t-import-relative-paths-in-generated-C-code.-GH.patch | 9 +++------
...python3-cython_3.0.11.bb => python3-cython_3.0.12.bb} | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/python/{python3-cython_3.0.11.bb =>
python3-cython_3.0.12.bb} (93%)
diff --git
a/meta/recipes-devtools/python/python3-cython/0001-Output-import-relative-paths-in-generated-C-code.-GH.patch
b/meta/recipes-devtools/python/python3-cython/0001-Output-import-relative-paths-in-generated-C-code.-GH.patch
index bbafc29416..a23a3d6bef 100644
---
a/meta/recipes-devtools/python/python3-cython/0001-Output-import-relative-paths-in-generated-C-code.-GH.patch
+++
b/meta/recipes-devtools/python/python3-cython/0001-Output-import-relative-paths-in-generated-C-code.-GH.patch
@@ -1,4 +1,4 @@
-From 9b5f3b09f76899eba510c2d8f3ed2b0f752a4d1b Mon Sep 17 00:00:00 2001
+From 35e70067ac3ad2d7757a2292fae87ec9df8febea Mon Sep 17 00:00:00 2001
From: Oscar Benjamin <[email protected]>
Date: Sat, 24 Aug 2024 08:30:31 +0100
Subject: [PATCH] Output import-relative paths in generated C code. (GH-6341)
@@ -16,7 +16,7 @@ Signed-off-by: Ross Burton <[email protected]>
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py
-index a6bb1688e..0fbb15368 100644
+index 7704d1d..c2c6fda 100644
--- a/Cython/Compiler/ExprNodes.py
+++ b/Cython/Compiler/ExprNodes.py
@@ -21,6 +21,7 @@ import re
@@ -42,7 +42,7 @@ index a6bb1688e..0fbb15368 100644
# This combination makes CPython create a new dict for
"frame.f_locals" (see GH #1836).
diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py
-index 43c6b5f07..8c29d6db7 100644
+index 43c6b5f..8c29d6d 100644
--- a/Cython/Compiler/ModuleNode.py
+++ b/Cython/Compiler/ModuleNode.py
@@ -13,6 +13,7 @@ from collections import defaultdict
@@ -68,6 +68,3 @@ index 43c6b5f07..8c29d6db7 100644
code.putln('%s,' % escaped_filename.as_c_string_literal())
else:
# Some C compilers don't like an empty array
---
-2.34.1
-
diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb
b/meta/recipes-devtools/python/python3-cython_3.0.12.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-cython_3.0.11.bb
rename to meta/recipes-devtools/python/python3-cython_3.0.12.bb
index c1d45eaff5..f1951e3ae6 100644
--- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb
+++ b/meta/recipes-devtools/python/python3-cython_3.0.12.bb
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c"
SRC_URI +=
"file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch"
-SRC_URI[sha256sum] =
"7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff"
+SRC_URI[sha256sum] =
"b988bb297ce76c671e28c97d017b95411010f7c77fa6623dd0bb47eed1aee1bc"
inherit pypi setuptools3 cython
--
2.44.1
0001-python3-cython-upgrade-3.0.11-3.0.12.patch
Description: Binary data
packages/core2-64-poky-linux/python3-cython: SRC_URI changed from "https://files.pythonhosted.org/packages/source/c/cython/cython-3.0.11.tar.gz;downloadfilename=cython-3.0.11.tar.gz file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch" to "https://files.pythonhosted.org/packages/source/c/cython/cython-3.0.12.tar.gz;downloadfilename=cython-3.0.12.tar.gz file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch" packages/core2-64-poky-linux/python3-cython: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython: PV changed from "3.0.11" to "3.0.12" packages/core2-64-poky-linux/python3-cython/python3-cython-dbg: PKGSIZE changed from 27934008 to 27965768 (+0%) packages/core2-64-poky-linux/python3-cython/python3-cython-dbg: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython/python3-cython-dbg: PV changed from "3.0.11" to "3.0.12" packages/core2-64-poky-linux/python3-cython/python3-cython-dev: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython/python3-cython-dev: PV changed from "3.0.11" to "3.0.12" packages/core2-64-poky-linux/python3-cython/python3-cython-doc: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython/python3-cython-doc: PV changed from "3.0.11" to "3.0.12" packages/core2-64-poky-linux/python3-cython/python3-cython-locale: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython/python3-cython-locale: PV changed from "3.0.11" to "3.0.12" packages/core2-64-poky-linux/python3-cython/python3-cython-src: PKGSIZE changed from 22875035 to 22910364 (+0%) packages/core2-64-poky-linux/python3-cython/python3-cython-src: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython/python3-cython-src: PV changed from "3.0.11" to "3.0.12" packages/core2-64-poky-linux/python3-cython/python3-cython-staticdev: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython/python3-cython-staticdev: PV changed from "3.0.11" to "3.0.12" packages/core2-64-poky-linux/python3-cython/python3-cython: PKGSIZE changed from 15165839 to 15174857 (+0%) packages/core2-64-poky-linux/python3-cython/python3-cython: PKGV changed from 3.0.11 [default] to 3.0.12 [default] packages/core2-64-poky-linux/python3-cython/python3-cython: PV changed from "3.0.11" to "3.0.12" Changes to packages/core2-64-poky-linux/python3-cython (sysroot): /usr/lib/python3.13/site-packages/Cython-3.0.11.dist-info moved to /usr/lib/python3.13/site-packages/Cython-3.0.12.dist-info
Changes to packages/core2-64-poky-linux/python3-cython (sysroot): /usr/lib/python3.13/site-packages/Cython-3.0.11.dist-info moved to /usr/lib/python3.13/site-packages/Cython-3.0.12.dist-info
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211420): https://lists.openembedded.org/g/openembedded-core/message/211420 Mute This Topic: https://lists.openembedded.org/mt/111198708/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
