From patchwork Sat Nov 15 16:38:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 74673 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F912CED61E for ; Sat, 15 Nov 2025 16:39:05 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.11950.1763224736778355896 for ; Sat, 15 Nov 2025 08:38:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=3j/FkmG8; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=LDRG+Fb3; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019a88625200-95d668b8-4478-4f3f-b4c1-4dfad2c57d14-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1763224736; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=5PMafC9VJLw0jsTs2gXkO3KZJ6Cm+kNMmq9ASkwMl1Y=; b=3j/FkmG80QiVoaBiJLVytV8We4P9l5lSYFg66v1pBcd+NQw1xNtu8hVklIAINLlO mJFY9E5TAjRp/Gj3KaA5T9UKy/HfLf3IqabeO/ti9YMnvBPrFnYjz9AgFRSuk0wWFc3 AIiIpu9f/hSvWSkLqNYl2xNARIoY0AetbnkRGlfo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224736; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=5PMafC9VJLw0jsTs2gXkO3KZJ6Cm+kNMmq9ASkwMl1Y=; b=LDRG+Fb3R3jUpRZJ/KtB4p6xhr3lgXdNJmvcbDx6W3F3QSRXDcraN4iZalOWqvkw r75r1tEP9YLhNDj2ZFfeuExYgNMaAz5P9U9PT6D/1Ob2Sitau+slMfYdqe65UlA8Wgc /OWlvEtW2ehe6Uh59fmqihKjFsf1SgbAaMcuYBy4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-testtools: upgrading to 2.8.0 SUCCEEDED Message-ID: <0101019a88625200-95d668b8-4478-4f3f-b4c1-4dfad2c57d14-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:38:56 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Nov 2025 16:39:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226380 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 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 \