From patchwork Tue Dec 16 08:02:28 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: 76652 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 0BA35D5CCBB for ; Tue, 16 Dec 2025 08:02:39 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17389.1765872134497055278 for ; Tue, 16 Dec 2025 00:02:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=mCTjaoIU; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=sUTfqmLo; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019b262ea1b3-429dd2ff-d493-42d6-8202-5dc1ad4ec10b-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=1765872149; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=oCnN29cKryYqc9qW3WJg5x0KPCL+lFY6wpOacZ5GJi4=; b=mCTjaoIU37OFbowpd49wezM/ql62FILaAH6BQqwi3teVALCRkfs6Atd7I5GfBDzd tOjakAl+mpHxRYUN5m6nHRKUvhtbrL8l6luTrq4hPMA95fCzWxdBmBjOFW0NSjgk3ds 7G96Db13iBi+mKgr/pkhS4D1/U8dMoizOtcIpt1E= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1765872149; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=oCnN29cKryYqc9qW3WJg5x0KPCL+lFY6wpOacZ5GJi4=; b=sUTfqmLo53w0obTBSEPLgaMLk4dI2oV9PrRDqfwP7RP71Da42QwPQdgzCdYY/uMS BCMFIWjOns4YJM4Xk4b6Prya+YUBzHR1vqSWRqGXBzWoQ/shrwmrK6HOQGw5SKMwGP8 OO70fxfzUtfQG3+Wx7ZQmPzxtorI/h1uxIgg4eUw= 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: <0101019b262ea1b3-429dd2ff-d493-42d6-8202-5dc1ad4ec10b-000000@us-west-2.amazonses.com> Date: Tue, 16 Dec 2025 08:02:28 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.12.16-54.240.27.29 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 ; Tue, 16 Dec 2025 08:02:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/227827 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 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%) 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 \