From patchwork Sun Oct 15 19:45:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 32327 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 CD51AC04AAC for ; Sun, 15 Oct 2023 19:45:22 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.102710.1697399114853211253 for ; Sun, 15 Oct 2023 12:45:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=JxAQL27Y; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=lgWa6eqJ; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.23, mailfrom: 0101018b34df0964-1c9a275d-3335-409f-8a38-e6d6c792fda7-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1697399114; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cpc0Ucw1IKa7MjcQdgYHTHQ1OdPSgUmeQLcCOUuvGfI=; b=JxAQL27Yt5CFnjyfLsYrZC5fewn6GJwdQJaXWDUU0DBL9OXTObaHojjM3AwwU0CR AtBFP8lKEMOjmbnkyAV8NZLldPry0OZLXGc1UmFBU1cNA91AHTkAzFm+1sXbm/VQgpo 0FKDhWO/WtP4y8XBpr+7yJDG+2UeBYLHkcYoZIVw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1697399114; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cpc0Ucw1IKa7MjcQdgYHTHQ1OdPSgUmeQLcCOUuvGfI=; b=lgWa6eqJXiDPNo38If1hLRV3mL0i5rYWTZme5yaWgixb0sFuqKo1PCcQnzToP4GW bNfUTZGe+fpA0CWyxVolZigczv9K7zld92hF50j6oq10sf03JHwqfPBJNsEiCHrfO3V 3yXU1wrZZsLWuo3saL03yfkeG18e9FU0euP+0Piw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 1.26.1 SUCCEEDED Message-ID: <0101018b34df0964-1c9a275d-3335-409f-8a38-e6d6c792fda7-000000@us-west-2.amazonses.com> Date: Sun, 15 Oct 2023 19:45:14 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.15-54.240.27.23 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 ; Sun, 15 Oct 2023 19:45:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189201 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-numpy* to *1.26.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-1.26.0-1.26.1.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 cb5e5eb31f139dab87cbcef578e7bda7ca58fee6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Oct 2023 11:50:44 +0000 Subject: [PATCH] python3-numpy: upgrade 1.26.0 -> 1.26.1 --- .../python/{python3-numpy_1.26.0.bb => python3-numpy_1.26.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_1.26.0.bb => python3-numpy_1.26.1.bb} (96%) diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.0.bb b/meta/recipes-devtools/python/python3-numpy_1.26.1.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_1.26.0.bb rename to meta/recipes-devtools/python/python3-numpy_1.26.1.bb index 3ae40a33fb..55ce0b72da 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.26.0.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.26.1.bb @@ -13,7 +13,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix_reproducibility.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf" +SRC_URI[sha256sum] = "c8c6c72d4a9f831f328efb1312642a1cafafaa88981d9ab76368d50d07d93cbe" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"