diff mbox series

[AUH] python3-rich: upgrading to 13.5.2 SUCCEEDED

Message ID 20230805073939.AF5EEC001DE@smtp.lore.kernel.org
State New
Headers show
Series [AUH] python3-rich: upgrading to 13.5.2 SUCCEEDED | expand

Commit Message

auh@moto-timo.dev Aug. 5, 2023, 7:39 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-rich-upgrade-13.4.2-13.5.2.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 1f7bf7fd6c89ef9f217d4791021f0a0959670391 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Sat, 5 Aug 2023 00:49:58 -0500
Subject: [PATCH] python3-rich: upgrade 13.4.2 -> 13.5.2

---
 .../{python3-rich_13.4.2.bb => python3-rich_13.5.2.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/python-rich/{python3-rich_13.4.2.bb => python3-rich_13.5.2.bb} (85%)
diff mbox series

Patch

From 1f7bf7fd6c89ef9f217d4791021f0a0959670391 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Sat, 5 Aug 2023 00:49:58 -0500
Subject: [PATCH] python3-rich: upgrade 13.4.2 -> 13.5.2

---
 .../{python3-rich_13.4.2.bb => python3-rich_13.5.2.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/python-rich/{python3-rich_13.4.2.bb => python3-rich_13.5.2.bb} (85%)

diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.4.2.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.5.2.bb
similarity index 85%
rename from meta-python/recipes-extended/python-rich/python3-rich_13.4.2.bb
rename to meta-python/recipes-extended/python-rich/python3-rich_13.5.2.bb
index e7ddf7098..2c31a3375 100644
--- a/meta-python/recipes-extended/python-rich/python3-rich_13.4.2.bb
+++ b/meta-python/recipes-extended/python-rich/python3-rich_13.5.2.bb
@@ -8,7 +8,7 @@  LICENSE = "MIT"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303"
 
-SRC_URI[sha256sum] = "d653d6bccede5844304c605d5aac802c7cf9621efd700b46c7ec2b51ea914898"
+SRC_URI[sha256sum] = "fb9d6c0a0f643c99eed3875b5377a184132ba9be4d61516a55273d3554d75a39"
 
 inherit pypi python_poetry_core
 
-- 
2.25.1