diff mbox series

[AUH] python3-hypothesis: upgrading to 6.103.2 SUCCEEDED

Message ID 010101901d23b9fd-8e5c44f2-d4a1-47a4-b6d7-30f9cc885535-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-hypothesis: upgrading to 6.103.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 15, 2024, 6:23 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-hypothesis-upgrade-6.103.0-6.103.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 6306d26d3e2ee93787f3a701e9cbc3ee784afde5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Jun 2024 09:43:13 +0000
Subject: [PATCH] python3-hypothesis: upgrade 6.103.0 -> 6.103.2

---
 ...hon3-hypothesis_6.103.0.bb => python3-hypothesis_6.103.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.103.0.bb => python3-hypothesis_6.103.2.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb
index 18ef7992a1..b935bb02cf 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "7fe91917b99fc98ac150ec295775a687448c7c42c2276ab6e4a6969a4b285bb5"
+SRC_URI[sha256sum] = "83504e31e90a0d7d6e8eb93e51525dc1a48d79c932a50ad6035e29f8295328cd"
 
 RDEPENDS:${PN} += " \
     python3-attrs \