From patchwork Sat Jun 15 18:23:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45204 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 0C6F3C3DA5D for ; Sat, 15 Jun 2024 18:23:30 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.18607.1718475798992373982 for ; Sat, 15 Jun 2024 11:23:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=EI9JoK/6; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=LlSghJNE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101901d23b9fd-8e5c44f2-d4a1-47a4-b6d7-30f9cc885535-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1718475799; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7qQ2WDrqYaamaCadptMDL45mQhdoj7CQjwWHQX4fs+A=; b=EI9JoK/6uJ7QHWfNeswsvoPhf7TCDt4dUmSrdLJs22VeKPTXp6qk0qfXY2zQ46Um cYz1JRJPyhPa/P1QvJyOwYWnLJ8iLSdtOBO10Cx9iiBi72yCsSlnldQdCms2t2cc3FE dBaokeq/WO2ZJFXaXZ60Js3/xg5L1Klz7QWbl0ng= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475799; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7qQ2WDrqYaamaCadptMDL45mQhdoj7CQjwWHQX4fs+A=; b=LlSghJNEEvxA0YscwlnRERWOTY0rWSoSSahcm9BWlcM0IdQ9LOvIvf3bSkIOroh7 R/CaL4pVQY1zTs/7s5VwvT9CCw6+JYh3XtHkfl9rQM0b+8WchFS2xQlwf/XfPMj0jmC K7W/XLMhZM93hStFyxblmME357DBTl9f8l+23RGI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-hypothesis: upgrading to 6.103.2 SUCCEEDED Message-ID: <010101901d23b9fd-8e5c44f2-d4a1-47a4-b6d7-30f9cc885535-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Jun 2024 18:23:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200701 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-hypothesis* to *6.103.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-6.103.0-6.103.2.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 6306d26d3e2ee93787f3a701e9cbc3ee784afde5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 09:43:13 +0000 Subject: [PATCH] python3-hypothesis: upgrade 6.103.0 -> 6.103.2 --- ...hon3-hypothesis_6.103.0.bb => python3-hypothesis_6.103.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.103.0.bb => python3-hypothesis_6.103.2.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb index 18ef7992a1..b935bb02cf 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.103.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "7fe91917b99fc98ac150ec295775a687448c7c42c2276ab6e4a6969a4b285bb5" +SRC_URI[sha256sum] = "83504e31e90a0d7d6e8eb93e51525dc1a48d79c932a50ad6035e29f8295328cd" RDEPENDS:${PN} += " \ python3-attrs \