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 *46.0.5,46.0.5* 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 64556baf18d4e7196cb942eaf555938ff8cc8783 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Wed, 18 Feb 2026 10:09:09 +0000
Subject: [PATCH] python3-cryptography-vectors,python3-cryptography: upgrade
46.0.4 -> 46.0.5,46.0.4 -> 46.0.5
---
meta/recipes-devtools/python/python3-cryptography-common.inc | 2 +-
meta/recipes-devtools/python/python3-cryptography-vectors.bb | 2 +-
...001-pyproject.toml-bump-uv_build-version-requirement.patch | 4 ++--
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 789ce89e53..4e4434bd66 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 = "46.0.4"
+PV = "46.0.5"
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb
b/meta/recipes-devtools/python/python3-cryptography-vectors.bb
index 1408b6b010..31e37e95cd 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM =
"file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
# Upgrade both recipes at the same time
require python3-cryptography-common.inc
SRC_URI += "file://0001-pyproject.toml-bump-uv_build-version-requirement.patch"
-SRC_URI[sha256sum] =
"fb8e489f5688d9751fd9631d4be0a0df3275698e78d6d753c1b8cf3ce4127c78"
+SRC_URI[sha256sum] =
"ffbccee9455201c01b37c63d65d9f83b362d40c2bed9caac248ebbdfa4e4fc7c"
PYPI_PACKAGE = "cryptography_vectors"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
diff --git
a/meta/recipes-devtools/python/python3-cryptography-vectors/0001-pyproject.toml-bump-uv_build-version-requirement.patch
b/meta/recipes-devtools/python/python3-cryptography-vectors/0001-pyproject.toml-bump-uv_build-version-requirement.patch
index 23af7c200d..6faaf1051d 100644
---
a/meta/recipes-devtools/python/python3-cryptography-vectors/0001-pyproject.toml-bump-uv_build-version-requirement.patch
+++
b/meta/recipes-devtools/python/python3-cryptography-vectors/0001-pyproject.toml-bump-uv_build-version-requirement.patch
@@ -1,4 +1,4 @@
-From f2f6b2b391a34a10ad5d94f5c8c70c32a72a34a3 Mon Sep 17 00:00:00 2001
+From 6d4c14a2781fb02903fd4d59f638cf72ee370b8d Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <[email protected]>
Date: Thu, 18 Dec 2025 20:20:13 +0100
Subject: [PATCH] pyproject.toml: bump uv_build version requirement
@@ -10,7 +10,7 @@ Signed-off-by: Alexander Kanavin <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
-index 9beed0d..0c421f3 100644
+index 2ed12a3..f01d2c1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
diff --git a/meta/recipes-devtools/python/python3-cryptography.bb
b/meta/recipes-devtools/python/python3-cryptography.bb
index 036bfd2117..fc5cb50b02 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] =
"bfd019f60f8abc2ed1b9be4ddc21cfef059c841d86d710bb69909a688cbb8f59"
+SRC_URI[sha256sum] =
"abace499247268e3757271b2f1e244b36b06f8515cf27c4d49468fc9eb16e93d"
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 866b7a058f..5c2e3c53ba 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 1fb7785f80037fa1258added61470d0c73fd3222 Mon Sep 17 00:00:00 2001
+From 6d6fbe77732ce3c4d2dcf3a5f75bb20ea352bf4a Mon Sep 17 00:00:00 2001
From: Mingli Yu <[email protected]>
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 <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
-index b3d8c31..6593057 100644
+index 95ced11..75bfcbb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -134,7 +134,7 @@ exclude = [
--
2.47.1
packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors: FILELIST: directory renamed /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.4.dist-info -> /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.5.dist-info Changes to packages/x86-64-v3-poky-linux/python3-cryptography-vectors (sysroot): /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.4.dist-info moved to /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.5.dist-info packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography: FILELIST: directory renamed /usr/lib/python3.14/site-packages/cryptography-46.0.4.dist-info -> /usr/lib/python3.14/site-packages/cryptography-46.0.5.dist-info, directory renamed /usr/lib/python3.14/site-packages/cryptography-46.0.4.dist-info/licenses -> /usr/lib/python3.14/site-packages/cryptography-46.0.5.dist-info/licenses Changes to packages/x86-64-v3-poky-linux/python3-cryptography (sysroot): /usr/lib/python3.14/site-packages/cryptography-46.0.4.dist-info moved to /usr/lib/python3.14/site-packages/cryptography-46.0.5.dist-info
packages/x86-64-v3-poky-linux/python3-cryptography-vectors: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors: SRC_URI changed from "https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-46.0.4.tar.gz;downloadfilename=cryptography_vectors-46.0.4.tar.gz file://0001-pyproject.toml-bump-uv_build-version-requirement.patch" to "https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-46.0.5.tar.gz;downloadfilename=cryptography_vectors-46.0.5.tar.gz file://0001-pyproject.toml-bump-uv_build-version-requirement.patch" packages/x86-64-v3-poky-linux/python3-cryptography-vectors: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-dbg: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-dbg: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-dev: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-dev: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-doc: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-doc: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-locale: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-locale: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-src: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-src: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-staticdev: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors-staticdev: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors: FILELIST: directory renamed /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.4.dist-info -> /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.5.dist-info packages/x86-64-v3-poky-linux/python3-cryptography-vectors/python3-cryptography-vectors: PV changed from "46.0.4" to "46.0.5" Changes to packages/x86-64-v3-poky-linux/python3-cryptography-vectors (sysroot): /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.4.dist-info moved to /usr/lib/python3.14/site-packages/cryptography_vectors-46.0.5.dist-info packages/x86-64-v3-poky-linux/python3-cryptography: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography: SRC_URI changed from "https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-46.0.4.tar.gz;downloadfilename=cryptography-46.0.4.tar.gz file://0001-pyproject.toml-remove-benchmark-disable-option.patch file://check-memfree.py file://run-ptest crate://crates.io/asn1/0.22.0 crate://crates.io/asn1_derive/0.22.0 crate://crates.io/autocfg/1.5.0 crate://crates.io/base64/0.22.1 crate://crates.io/bitflags/2.9.4 crate://crates.io/cc/1.2.37 crate://crates.io/cfg-if/1.0.3 crate://crates.io/find-msvc-tools/0.1.1 crate://crates.io/foreign-types/0.3.2 crate://crates.io/foreign-types-shared/0.1.1 crate://crates.io/heck/0.5.0 crate://crates.io/indoc/2.0.6 crate://crates.io/itoa/1.0.15 crate://crates.io/libc/0.2.175 crate://crates.io/memoffset/0.9.1 crate://crates.io/once_cell/1.21.3 crate://crates.io/openssl/0.10.74 crate://crates.io/openssl-macros/0.1.1 crate://crates.io/openssl-sys/0.9.110 crate://crates.io/pem/3.0.5 crate://cra tes.io/pkg-config/0.3.32 crate://crates.io/portable-atomic/1.11.1 crate://crates.io/proc-macro2/1.0.101 crate://crates.io/pyo3/0.26.0 crate://crates.io/pyo3-build-config/0.26.0 crate://crates.io/pyo3-ffi/0.26.0 crate://crates.io/pyo3-macros/0.26.0 crate://crates.io/pyo3-macros-backend/0.26.0 crate://crates.io/quote/1.0.40 crate://crates.io/self_cell/1.2.0 crate://crates.io/shlex/1.3.0 crate://crates.io/syn/2.0.106 crate://crates.io/target-lexicon/0.13.3 crate://crates.io/unicode-ident/1.0.19 crate://crates.io/unindent/0.2.4 crate://crates.io/vcpkg/0.2.15" to "https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-46.0.5.tar.gz;downloadfilename=cryptography-46.0.5.tar.gz file://0001-pyproject.toml-remove-benchmark-disable-option.patch file://check-memfree.py file://run-ptest crate://crates.io/asn1/0.22.0 crate://crates.io/asn1_derive/0.22.0 crate://crates.io/autocfg/1.5.0 crate://crates.io/base64/0.22.1 crate://crates.io/bitflags/2.9.4 crate://crates.io/cc/1.2.37 crate://crates.io/cfg-if/1.0.3 crate://crates.io/find-msvc-tools/0.1.1 crate://crates.io/foreign-types/0.3.2 crate://crates.io/foreign-types-shared/0.1.1 crate://crates.io/heck/0.5.0 crate://crates.io/indoc/2.0.6 crate://crates.io/itoa/1.0.15 crate://crates.io/libc/0.2.175 crate://crates.io/memoffset/0.9.1 crate://crates.io/once_cell/1.21.3 crate://crates.io/openssl/0.10.74 crate://crates.io/openssl-macros/0.1.1 crate://crates.io/openssl-sys/0.9.110 crate://crates.io/pem/3.0.5 crate://crates.io/pkg-config/0.3.32 crate://crates.io/portable-atomic/1.11.1 crate://crates.io/proc-macro2/1.0.101 crate://crates.io/pyo3/0.26.0 crate://crates.io/pyo3-build-config/0.26.0 crate://crates.io/pyo3-ffi/0.26.0 crate://crates.io/pyo3-macros/0.26.0 crate://crates.io/pyo3-macros-backend/0.26.0 crate://crates.io/quote/1.0.40 crate://crates.io/self_cell/1.2.0 crate://crates.io/shlex/1.3.0 crate://crates.io/syn/2.0.106 crate://crates.io/target-lexicon/0.13.3 crate://crates.io/unicode-ident/1.0.19 crate:/ /crates.io/unindent/0.2.4 crate://crates.io/vcpkg/0.2.15" packages/x86-64-v3-poky-linux/python3-cryptography: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-dbg: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-dbg: PKGSIZE changed from 1201864 to 1201696 (-0%) packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-dbg: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-dev: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-dev: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-doc: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-doc: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-locale: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-locale: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-ptest: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-ptest: PKGSIZE changed from 1820813 to 1822520 (+0%) packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-ptest: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-src: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-src: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-staticdev: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography-staticdev: PV changed from "46.0.4" to "46.0.5" packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography: PKGV changed from 46.0.4 [default] to 46.0.5 [default] packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography: PKGSIZE changed from 5062514 to 5059351 (-0%) packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography: FILELIST: directory renamed /usr/lib/python3.14/site-packages/cryptography-46.0.4.dist-info -> /usr/lib/python3.14/site-packages/cryptography-46.0.5.dist-info, directory renamed /usr/lib/python3.14/site-packages/cryptography-46.0.4.dist-info/licenses -> /usr/lib/python3.14/site-packages/cryptography-46.0.5.dist-info/licenses packages/x86-64-v3-poky-linux/python3-cryptography/python3-cryptography: PV changed from "46.0.4" to "46.0.5" Changes to packages/x86-64-v3-poky-linux/python3-cryptography (sysroot): /usr/lib/python3.14/site-packages/cryptography-46.0.4.dist-info moved to /usr/lib/python3.14/site-packages/cryptography-46.0.5.dist-info
0001-python3-cryptography-vectors-python3-cryptography-up.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231329): https://lists.openembedded.org/g/openembedded-core/message/231329 Mute This Topic: https://lists.openembedded.org/mt/117879842/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
