diff mbox series

[AUH] python3-ruamel-yaml: upgrading to 0.17.33 SUCCEEDED

Message ID 0101018aec71b84d-0ec7e1e6-6f39-43c7-8e8e-b4b7fc51ccef-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-ruamel-yaml: upgrading to 0.17.33 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Oct. 1, 2023, 6:13 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-ruamel-yaml* to *0.17.33* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-ruamel-yaml-upgrade-0.17.32-0.17.33.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 7ec5092c9f2dc218b4aa6df081ab2c45ef91f096 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 1 Oct 2023 10:04:57 +0000
Subject: [PATCH] python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.33

---
 ...n3-ruamel-yaml_0.17.32.bb => python3-ruamel-yaml_0.17.33.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.32.bb => python3-ruamel-yaml_0.17.33.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.33.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.17.33.bb
index 4b5e77e6e3..7e646c7152 100644
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.33.bb
@@ -8,7 +8,7 @@  PYPI_PACKAGE = "ruamel.yaml"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2"
+SRC_URI[sha256sum] = "5c56aa0bff2afceaa93bffbfc78b450b7dc1e01d5edb80b3a570695286ae62b1"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-shell \