From patchwork Thu May 15 12:31:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 63026 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 58EFBC54ECC for ; Thu, 15 May 2025 12:31:49 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.11025.1747312305912840272 for ; Thu, 15 May 2025 05:31:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=GtZwTHKY; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=CNYcONBC; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 01010196d3ede437-30c4ae99-0e2b-4086-9301-146582d67f89-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=1747312305; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fSXS+ua5pWP3vXR1JxVXciNczS5XTQOvspn5HjMOaKE=; b=GtZwTHKYTL/j1OEWyiCgnX+iw/DJqKKp2WPpbJSSOUbh6qdDg3DL6SsmZCsjBrTT EmM1TZZ7wqgskP/PY48xjCVd4+XK+VArFRGYRNoNryQDrGBqX20eWTe4WFadGo71hLx XIOi2qEcm3VtLNbTgqswuG1iwWO/dyoVKlM4CR1I= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1747312305; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fSXS+ua5pWP3vXR1JxVXciNczS5XTQOvspn5HjMOaKE=; b=CNYcONBC6SA471edO7sIv3afcYSde6W7sfrOGunFuQRHFDwaW5NVt4yOXYXG4JsU np4mH8ansJSP5XSPowQzQ2PsRaTP5STlE4K4kXsajcTjh0AbjSUuaZ69/O+M98S3sKr oUvF8x371rC9Wi6vGuEpIc/aJ5mjDmqee5ZIKHV0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling , Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-cryptography,python3-cryptography-vectors: upgrading to 44.0.3,44.0.3 SUCCEEDED Message-ID: <01010196d3ede437-30c4ae99-0e2b-4086-9301-146582d67f89-000000@us-west-2.amazonses.com> Date: Thu, 15 May 2025 12:31:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.15-54.240.27.33 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 ; Thu, 15 May 2025 12:31:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216581 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-cryptography,python3-cryptography-vectors* to *44.0.3,44.0.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cryptography-python3-cryptography-vectors-up.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 654c5ec4b6fe3c6acc18bbc13df83c2532cf5b10 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 May 2025 05:58:21 +0000 Subject: [PATCH] python3-cryptography,python3-cryptography-vectors: upgrade 44.0.2 -> 44.0.3,44.0.2 -> 44.0.3 --- meta/recipes-devtools/python/python3-cryptography-common.inc | 2 +- meta/recipes-devtools/python/python3-cryptography-crates.inc | 4 ++-- meta/recipes-devtools/python/python3-cryptography-vectors.bb | 2 +- meta/recipes-devtools/python/python3-cryptography.bb | 2 +- .../0001-pyproject.toml-remove-benchmark-disable-option.patch | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/python/python3-cryptography-common.inc b/meta/recipes-devtools/python/python3-cryptography-common.inc index 368a364cf0..24dff7e37d 100644 --- a/meta/recipes-devtools/python/python3-cryptography-common.inc +++ b/meta/recipes-devtools/python/python3-cryptography-common.inc @@ -3,4 +3,4 @@ # # Additionally AUH will detect that they share this .inc file and # perform a lockstep upgrade for both. -PV = "44.0.2" +PV = "44.0.3" diff --git a/meta/recipes-devtools/python/python3-cryptography-crates.inc b/meta/recipes-devtools/python/python3-cryptography-crates.inc index b3aa66002e..c65b1841a8 100644 --- a/meta/recipes-devtools/python/python3-cryptography-crates.inc +++ b/meta/recipes-devtools/python/python3-cryptography-crates.inc @@ -19,7 +19,7 @@ SRC_URI += " \ crate://crates.io/once_cell/1.20.2 \ crate://crates.io/openssl/0.10.68 \ crate://crates.io/openssl-macros/0.1.1 \ - crate://crates.io/openssl-sys/0.9.104 \ + crate://crates.io/openssl-sys/0.9.108 \ crate://crates.io/pem/3.0.4 \ crate://crates.io/pkg-config/0.3.31 \ crate://crates.io/portable-atomic/1.10.0 \ @@ -56,7 +56,7 @@ SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce444 SRC_URI[once_cell-1.20.2.sha256sum] = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" SRC_URI[openssl-0.10.68.sha256sum] = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" SRC_URI[openssl-macros-0.1.1.sha256sum] = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" -SRC_URI[openssl-sys-0.9.104.sha256sum] = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +SRC_URI[openssl-sys-0.9.108.sha256sum] = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" SRC_URI[pem-3.0.4.sha256sum] = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" SRC_URI[pkg-config-0.3.31.sha256sum] = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" SRC_URI[portable-atomic-1.10.0.sha256sum] = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb index 075115f3f9..188b35b89f 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \ # NOTE: Make sure to keep this recipe at the same version as python3-cryptography # Upgrade both recipes at the same time require python3-cryptography-common.inc -SRC_URI[sha256sum] = "ab32e156b6e7eaf6d8c727a32245967dcce049487301482fca38c0c5fdc84e4b" +SRC_URI[sha256sum] = "340e790dd7dbe81a0bbec128bfb4ab58e4e10081b05ecb24a8c69380909a3a4b" PYPI_PACKAGE = "cryptography_vectors" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index 566e80c4f9..bfd1b179e7 100644 --- a/meta/recipes-devtools/python/python3-cryptography.bb +++ b/meta/recipes-devtools/python/python3-cryptography.bb @@ -11,7 +11,7 @@ LDSHARED += "-pthread" # NOTE: Make sure to keep this recipe at the same version as python3-cryptography-vectors # Upgrade both recipes at the same time require python3-cryptography-common.inc -SRC_URI[sha256sum] = "c63454aa261a0cf0c5b4718349629793e9e634993538db841165b3df74f37ec0" +SRC_URI[sha256sum] = "fe19d8bc5536a91a24a8133328880a41831b6c5df54599a8417b62fe015d3053" SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ file://check-memfree.py \ diff --git a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch index 19ade60c03..a1948a467d 100644 --- a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch +++ b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch @@ -1,4 +1,4 @@ -From 682c99345a7c8cba87e9cea1187aa007eed962fa Mon Sep 17 00:00:00 2001 +From fe576b26dcfe15eeff4bac7ec2d925444d51cf08 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Tue, 17 May 2022 17:22:48 +0800 Subject: [PATCH] pyproject.toml: remove --benchmark-disable option @@ -26,7 +26,7 @@ Signed-off-by: Tim Orling 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index 13d8b2c..e93dee9 100644 +index ca3f620..1651697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ exclude = [