diff mbox series

[AUH] python3-testtools: upgrading to 2.7.1 SUCCEEDED

Message ID 0101018bd36a23c4-68be40ac-dcd9-4ad4-b351-303469da86be-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-testtools: upgrading to 2.7.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 15, 2023, 2:37 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-testtools-upgrade-2.7.0-2.7.1.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 c7c3665b59211eb474749340690789ff31070831 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 15 Nov 2023 07:47:18 +0000
Subject: [PATCH] python3-testtools: upgrade 2.7.0 -> 2.7.1

---
 meta/recipes-devtools/python/python-testtools.inc               | 2 +-
 .../{python3-testtools_2.7.0.bb => python3-testtools_2.7.1.bb}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-testtools_2.7.0.bb => python3-testtools_2.7.1.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc
index 76f99c2058..759166d63d 100644
--- a/meta/recipes-devtools/python/python-testtools.inc
+++ b/meta/recipes-devtools/python/python-testtools.inc
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
 
 inherit pypi
 
-SRC_URI[sha256sum] = "eec326f4275e6a55e5540302d01a0ae0a9e48991d7aade38a5c8ed093c37993a"
+SRC_URI[sha256sum] = "df6de96010e29ee21f637a147eabf30d50b25e3841dd1d68f93ee89ce77e366c"
 
 DEPENDS += " \
     ${PYTHON_PN}-pbr \
diff --git a/meta/recipes-devtools/python/python3-testtools_2.7.0.bb b/meta/recipes-devtools/python/python3-testtools_2.7.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-testtools_2.7.0.bb
rename to meta/recipes-devtools/python/python3-testtools_2.7.1.bb