From 2b6e31522342ff18ff5929e9ea2006d6068e4f33 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Nov 2025 11:27:49 +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%)

diff --git a/meta/recipes-devtools/python/python3-testtools_2.7.2.bb b/meta/recipes-devtools/python/python3-testtools_2.8.0.bb
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
index 8d7759b4a7..d18b53ab05 100644
--- a/meta/recipes-devtools/python/python3-testtools_2.7.2.bb
+++ b/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 Vernooĳ
+#  
+#  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 \
-- 
2.47.1

