From patchwork Wed Aug 26 05:59:48 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 96376 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 B78F5C61DD3 for ; Wed, 26 Aug 2026 05:59:58 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.6364.1787723988855513680 for ; Tue, 25 Aug 2026 22:59:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=jhIyWRK2; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=yswu+Shp; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101a03ca73c23-693df253-bf27-4ccd-9d14-d6f12ac5d55c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1787723988; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=EojQbGAgpN/RI12pgzWiwXEZZenf/HCtFThQ2lUMI4o=; b=jhIyWRK2lIu8ACUtoSonv9nxQAeZnfSZ0AotDHwSvGw5vfvH4zaHez3BspsiKOce TQ9nIxd+RumFALY9AQQMkFBIizmEj6Ei7zM2DQIQFMhUvMylYk9ZfXlXNXQzAH04ZKv VXjxqmnoJlnoWIFye6kqaMEzkgIBN8joUcX21y+w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787723988; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=EojQbGAgpN/RI12pgzWiwXEZZenf/HCtFThQ2lUMI4o=; b=yswu+ShpEalOKtmtjSe/kNf6y9Tm1xwepIFEmyWBJKNTxLta8L+aJSAQ6NyU/jjU 7dV+60QhdmjakvvKARR0QPTJZBjWbLE1wDp7wRI8SDfGw7ig5aoetOAXrgxAeqznlcu BWIDnxZGtTPH6v+mZWWfU6czYzMqSXU/2v86D5ME= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling , Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-cryptography-vectors,python3-cryptography: upgrading to 50.0.1,50.0.1 SUCCEEDED Message-ID: <010101a03ca73c23-693df253-bf27-4ccd-9d14-d6f12ac5d55c-000000@us-west-2.amazonses.com> Date: Wed, 26 Aug 2026 05:59:48 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.26-54.240.27.192 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 ; Wed, 26 Aug 2026 05:59:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244304 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-cryptography-vectors,python3-cryptography* to *50.0.1,50.0.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cryptography-vectors-python3-cryptography-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 2c21d26fbde6aea51060c4d29ca2302429b8b730 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 26 Aug 2026 05:34:51 +0000 Subject: [PATCH] python3-cryptography-vectors,python3-cryptography: upgrade 50.0.0 -> 50.0.1,50.0.0 -> 50.0.1 Source: CHANGELOG.rst 50.0.1 - 2026-08-25 ~~~~~~~~~~~~~~~~~~~ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.2. --- .../python/python3-cryptography-common.inc | 2 +- .../python/python3-cryptography-vectors.bb | 2 +- meta/recipes-devtools/python/python3-cryptography.bb | 2 +- ...1-pyproject.toml-remove-benchmark-disable-option.patch | 8 +++----- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/python/python3-cryptography-common.inc b/meta/recipes-devtools/python/python3-cryptography-common.inc index 298c52d1d3..d37f52358d 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 = "50.0.0" +PV = "50.0.1" diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb index d62d681c6d..0f25199f68 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] = "6760814930443e6d73a6afcad09463d3ffdc42084ee0bdcfb2f05697250c3c8d" +SRC_URI[sha256sum] = "90066d0f7351b12ebac2b4ce594ce0a6f05c19ad3068e4d5cfc64d9d2bec8d80" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index d6a1bb53f3..f2ac4e1b89 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] = "eeac2acb5a20ed25e0ad6d1df9891a520b78b404266b6d11778f25d5d691a6c9" +SRC_URI[sha256sum] = "5dd9bda1c12b4162f6ff568eeb5e0ff956c28d14406e875cfe8a63a2d414ff20" 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 967b661c6e..454e08605a 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 c8fd85d80eb64fede8447842042977b70b3c96bc Mon Sep 17 00:00:00 2001 +From 74473daa46b315f3d98fbf9a6a58f52c9c29a365 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,17 +26,15 @@ Signed-off-by: Tim Orling 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index fb8185913..29d0b3e08 100644 +index b56cda9..781743b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ exclude = [ ] - + [tool.pytest.ini_options] -addopts = "-r s --capture=no --strict-markers --benchmark-disable" +addopts = "-r s --capture=no --strict-markers" testpaths = ["tests"] console_output_style = "progress-even-when-capture-no" markers = [ --- -2.43.0