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 2b6e31522342ff18ff5929e9ea2006d6068e4f33 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
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 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 \
-- 
2.47.1

packages/x86-64-v3-poky-linux/python3-testtools: PV changed from "2.7.2" to 
"2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/t/testtools/testtools-2.7.2.tar.gz;downloadfilename=testtools-2.7.2.tar.gz";
 to 
"https://files.pythonhosted.org/packages/source/t/testtools/testtools-2.8.0.tar.gz;downloadfilename=testtools-2.8.0.tar.gz";
packages/x86-64-v3-poky-linux/python3-testtools: PKGV changed from 2.7.2 
[default] to 2.8.0 [default]
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-dbg: PV 
changed from "2.7.2" to "2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-dbg: PKGV 
changed from 2.7.2 [default] to 2.8.0 [default]
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-dev: PV 
changed from "2.7.2" to "2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-dev: PKGV 
changed from 2.7.2 [default] to 2.8.0 [default]
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-doc: PV 
changed from "2.7.2" to "2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-doc: PKGV 
changed from 2.7.2 [default] to 2.8.0 [default]
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-locale: PV 
changed from "2.7.2" to "2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-locale: PKGV 
changed from 2.7.2 [default] to 2.8.0 [default]
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-src: PV 
changed from "2.7.2" to "2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-src: PKGV 
changed from 2.7.2 [default] to 2.8.0 [default]
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-staticdev: PV 
changed from "2.7.2" to "2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools-staticdev: 
PKGV changed from 2.7.2 [default] to 2.8.0 [default]
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools: PKGSIZE 
changed from 1812715 to 1827244 (+1%)
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools: PV changed 
from "2.7.2" to "2.8.0"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools: FILELIST: 
directory renamed 
/usr/lib/python3.13/site-packages/testtools-2.7.2.dist-info/licenses -> 
/usr/lib/python3.13/site-packages/testtools-2.8.0.dist-info/licenses, directory 
renamed /usr/lib/python3.13/site-packages/testtools-2.7.2.dist-info -> 
/usr/lib/python3.13/site-packages/testtools-2.8.0.dist-info, removed 
"/usr/lib/python3.13/site-packages/testtools/__pycache__/utils.cpython-313.pyc 
/usr/lib/python3.13/site-packages/testtools/utils.py"
packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools: PKGV changed 
from 2.7.2 [default] to 2.8.0 [default]
Changes to packages/x86-64-v3-poky-linux/python3-testtools (sysroot):
  /usr/lib/python3.13/site-packages/testtools-2.7.2.dist-info moved to 
/usr/lib/python3.13/site-packages/testtools-2.8.0.dist-info
  /usr/lib/python3.13/site-packages/testtools/__pycache__/utils.cpython-313.pyc 
was removed
  /usr/lib/python3.13/site-packages/testtools/utils.py was removed

Attachment: 0001-python3-testtools-upgrade-2.7.2-2.8.0.patch
Description: Binary data

packages/x86-64-v3-poky-linux/python3-testtools/python3-testtools: FILELIST: 
directory renamed /usr/lib/python3.13/site-packages/testtools-2.7.2.dist-info 
-> /usr/lib/python3.13/site-packages/testtools-2.8.0.dist-info, directory 
renamed /usr/lib/python3.13/site-packages/testtools-2.7.2.dist-info/licenses -> 
/usr/lib/python3.13/site-packages/testtools-2.8.0.dist-info/licenses, removed 
"/usr/lib/python3.13/site-packages/testtools/utils.py 
/usr/lib/python3.13/site-packages/testtools/__pycache__/utils.cpython-313.pyc"
Changes to packages/x86-64-v3-poky-linux/python3-testtools (sysroot):
  /usr/lib/python3.13/site-packages/testtools-2.7.2.dist-info moved to 
/usr/lib/python3.13/site-packages/testtools-2.8.0.dist-info
  /usr/lib/python3.13/site-packages/testtools/__pycache__/utils.cpython-313.pyc 
was removed
  /usr/lib/python3.13/site-packages/testtools/utils.py was removed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#226380): 
https://lists.openembedded.org/g/openembedded-core/message/226380
Mute This Topic: https://lists.openembedded.org/mt/116309777/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

  • [OE-core] [AUH] python3-tes... Auto Upgrade Helper via lists.openembedded.org

Reply via email to