diff mbox series

[AUH] python3-poetry-core: upgrading to 2.3.0 SUCCEEDED

Message ID 0101019c1955a9d9-4d7f9a9a-1ab5-4fc2-b103-d9f05e850977-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-poetry-core: upgrading to 2.3.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 1, 2026, 1:12 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-poetry-core* to *2.3.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-poetry-core-upgrade-2.2.1-2.3.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 9c64e798157c279ca3c817502f5af47fb208a0bb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 1 Feb 2026 08:56:03 +0000
Subject: [PATCH] python3-poetry-core: upgrade 2.2.1 -> 2.3.0

---
 ..._2.2.1.bb => python3-poetry-core_2.3.0.bb} | 69 ++++++++++++++++---
 1 file changed, 59 insertions(+), 10 deletions(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_2.2.1.bb => python3-poetry-core_2.3.0.bb} (17%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-poetry-core_2.2.1.bb b/meta/recipes-devtools/python/python3-poetry-core_2.3.0.bb
similarity index 17%
rename from meta/recipes-devtools/python/python3-poetry-core_2.2.1.bb
rename to meta/recipes-devtools/python/python3-poetry-core_2.3.0.bb
index 45af8768e9..be0dc115ca 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_2.2.1.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_2.3.0.bb
@@ -1,3 +1,53 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- src/poetry/core/_vendor/lark/LICENSE
+# +++ src/poetry/core/_vendor/lark/LICENSE
+# @@ -1,18 +1,18 @@
+# -Copyright © 2017 Erez Shinan
+# -
+# -Permission is hereby granted, free of charge, to any person obtaining a copy of
+# -this software and associated documentation files (the "Software"), to deal in
+# -the Software without restriction, including without limitation the rights to
+# -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+# -the Software, and to permit persons to whom the Software is furnished to do so,
+# -subject to the following conditions:
+# -
+# -The above copyright notice and this permission notice shall be included in all
+# -copies or substantial portions of the Software.
+# -
+# -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+# -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR
+# -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+# -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+# +Copyright © 2017 Erez Shinan
+# +
+# +Permission is hereby granted, free of charge, to any person obtaining a copy of
+# +this software and associated documentation files (the "Software"), to deal in
+# +the Software without restriction, including without limitation the rights to
+# +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+# +the Software, and to permit persons to whom the Software is furnished to do so,
+# +subject to the following conditions:
+# +
+# +The above copyright notice and this permission notice shall be included in all
+# +copies or substantial portions of the Software.
+# +
+# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+# +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR
+# +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+# +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+# 
+#
+
 SUMMARY = "Poetry PEP 517 Build Backend"
 DESCRIPTION = "Poetry PEP 517 Build Backend"
 HOMEPAGE = "https://github.com/python-poetry/poetry-core"
@@ -5,17 +55,16 @@  BUGTRACKER = "https://github.com/python-poetry/poetry-core"
 CHANGELOG = "https://github.com/python-poetry/poetry-core/blob/master/CHANGELOG.md"
 
 LICENSE = "Apache-2.0 & BSD-2-Clause & BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "\
-    file://LICENSE;md5=78c39cfd009863ae44237a7ab1f9cedc \
-    file://src/poetry/core/_vendor/fastjsonschema/LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532 \
-    file://src/poetry/core/_vendor/lark/LICENSE;md5=fcfbf1e2ecc0f37acbb5871aa0267500 \
-    file://src/poetry/core/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
-    file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
-    file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
-    file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
-"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=78c39cfd009863ae44237a7ab1f9cedc \
+                    file://src/poetry/core/_vendor/fastjsonschema/LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532 \
+                    file://src/poetry/core/_vendor/lark/LICENSE;md5=ba5edf8d60cf416b5588b1e6f152fcef \
+                    file://src/poetry/core/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
+                    file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
+                    file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
+                    file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
+                    "
 
-SRC_URI[sha256sum] = "97e50d8593c8729d3f49364b428583e044087ee3def1e010c6496db76bd65ac5"
+SRC_URI[sha256sum] = "f6da8f021fe380d8c9716085f4dcc5d26a5120a2452e077196333892af5de307"
 
 inherit python_poetry_core pypi