Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-traitlets* to *5.13.0* has Succeeded.
Next steps:
- apply the patch: git am 0001-python3-traitlets-upgrade-5.11.2-5.13.0.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 dceddd0e7cc1028091b5cd01b1e69c2d3e610ad6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 4 Nov 2023 00:53:51 +0000
Subject: [PATCH] python3-traitlets: upgrade 5.11.2 -> 5.13.0
---
...{python3-traitlets_5.11.2.bb => python3-traitlets_5.13.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-traitlets_5.11.2.bb =>
python3-traitlets_5.13.0.bb} (76%)
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.11.2.bb
b/meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-traitlets_5.11.2.bb
rename to meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb
index f2f70b818..c16c1ef0e 100644
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://ipython.org"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a"
-SRC_URI[sha256sum] =
"7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e"
+SRC_URI[sha256sum] =
"9b232b9430c8f57288c1024b34a8f0251ddcc47268927367a0dd3eeaca40deb5"
inherit pypi python_hatchling
--
2.39.2
packages/core2-64-poky-linux/python3-traitlets: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets: SRC_URI changed from "https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.11.2.tar.gz;downloadfilename=traitlets-5.11.2.tar.gz" to "https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.13.0.tar.gz;downloadfilename=traitlets-5.13.0.tar.gz" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-dbg: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-dbg: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-dev: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-dev: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-doc: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-doc: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-locale: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-locale: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-src: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-src: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-staticdev: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets/python3-traitlets-staticdev: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets: PKGV changed from 5.11.2 [default] to 5.13.0 [default] packages/core2-64-poky-linux/python3-traitlets/python3-traitlets: PV changed from "5.11.2" to "5.13.0" packages/core2-64-poky-linux/python3-traitlets/python3-traitlets: PKGSIZE changed from 695516 to 717223 (+3%) Changes to packages/core2-64-poky-linux/python3-traitlets (sysroot): /usr/lib/python3.11/site-packages/traitlets-5.11.2.dist-info moved to /usr/lib/python3.11/site-packages/traitlets-5.13.0.dist-info
Changes to packages/core2-64-poky-linux/python3-traitlets (sysroot): /usr/lib/python3.11/site-packages/traitlets-5.11.2.dist-info moved to /usr/lib/python3.11/site-packages/traitlets-5.13.0.dist-info
0001-python3-traitlets-upgrade-5.11.2-5.13.0.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106181): https://lists.openembedded.org/g/openembedded-devel/message/106181 Mute This Topic: https://lists.openembedded.org/mt/102377499/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
