diff mbox series

[AUH] python3-web3: upgrading to 6.8.0 SUCCEEDED

Message ID 20230805073949.B0DF6C0015E@smtp.lore.kernel.org
State New
Headers show
Series [AUH] python3-web3: upgrading to 6.8.0 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-web3* to *6.8.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-web3-upgrade-6.7.0-6.8.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 2b8cc59411a876d00a31a6fa5af660a04620a902 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Sat, 5 Aug 2023 01:28:23 -0500
Subject: [PATCH] python3-web3: upgrade 6.7.0 -> 6.8.0

---
 .../python/{python3-web3_6.7.0.bb => python3-web3_6.8.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-web3_6.7.0.bb => python3-web3_6.8.0.bb} (85%)
diff mbox series

Patch

From 2b8cc59411a876d00a31a6fa5af660a04620a902 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Sat, 5 Aug 2023 01:28:23 -0500
Subject: [PATCH] python3-web3: upgrade 6.7.0 -> 6.8.0

---
 .../python/{python3-web3_6.7.0.bb => python3-web3_6.8.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-web3_6.7.0.bb => python3-web3_6.8.0.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb b/meta-python/recipes-devtools/python/python3-web3_6.8.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-web3_6.7.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_6.8.0.bb
index c84263967..3b144e6fc 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.8.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
 
-SRC_URI[sha256sum] = "dc05e4130ed2e1e67a18a6f012cd3095440f37c0b8334038071d5510176debb5"
+SRC_URI[sha256sum] = "5db6ed63bca526a5542d9a84778c8b549199009b9f71079ff53a7b82dadf0d0b"
 
 inherit pypi setuptools3
 
-- 
2.25.1