similarity index 26%
rename from meta/recipes-devtools/python/python3-testtools_2.7.2.bb
rename to meta/recipes-devtools/python/python3-testtools_2.8.0.bb
@@ -1,14 +1,44 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE
+# +++ LICENSE
+# @@ -21,6 +21,7 @@
+# * Tristan Seligmann
+# * Julian Edwards
+# * Jonathan Jacobs
+# + * Jelmer Vernooij
+#
+# and are collectively referred to as "testtools developers".
+#
+# @@ -42,7 +43,7 @@
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+#
+# -Some code in testtools/run.py taken from Python's unittest module:
+# +Some code in testtools/run.py and testtools/testcase.py taken from Python's unittest module:
+# Copyright (c) 1999-2003 Steve Purcell
+# Copyright (c) 2003-2010 Python Software Foundation
+#
+#
+#
+
SUMMARY = "Extensions to the Python standard library unit testing framework"
HOMEPAGE = "https://pypi.org/project/testtools/"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fd7d57d2bdc8678de824fb404cb1a4"
DEPENDS += "python3-hatch-vcs-native"
inherit pypi python_hatchling
-SRC_URI[sha256sum] = "5be5bbc1f0fa0f8b60aca6ceec07845d41d0c475cf445bfadb4d2c45ec397ea3"
+SRC_URI[sha256sum] = "b4496f147a7b79440242496889a734179795df345b57d5aa406a09c90572dba1"
RDEPENDS:${PN} += "\
python3-compression \
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-testtools* to *2.8.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-testtools-upgrade-2.7.2-2.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 3a11e7ca6d7dc0ca8e54a67ad9700f8362095b60 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Tue, 16 Dec 2025 01:30:28 +0000 Subject: [PATCH] python3-testtools: upgrade 2.7.2 -> 2.8.0 --- ...ls_2.7.2.bb => python3-testtools_2.8.0.bb} | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-testtools_2.7.2.bb => python3-testtools_2.8.0.bb} (26%)