From 22d8f9a3370f4531e62163b8c1139c29b8bbe854 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Apr 2026 05:42:22 +0000 Subject: [PATCH] python3-cryptography,python3-cryptography-vectors: upgrade 46.0.5 -> 46.0.6,46.0.5 -> 46.0.6 --- .../python/python3-cryptography-common.inc | 2 +- .../python/python3-cryptography-vectors.bb | 2 +- .../0001-bump-uv_build-to-0.10.0-14271.patch | 7 ++----- ...-pyproject.toml-bump-uv_build-version-requirement.patch | 4 ++-- meta/recipes-devtools/python/python3-cryptography.bb | 2 +- ...01-pyproject.toml-remove-benchmark-disable-option.patch | 4 ++-- 6 files changed, 9 insertions(+), 12 deletions(-) diff --git a/meta/recipes-devtools/python/python3-cryptography-common.inc b/meta/recipes-devtools/python/python3-cryptography-common.inc index 4e4434bd66..df73806888 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.5" +PV = "46.0.6" diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb index 800bf1b0e0..c7dacdfa48 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors.bb @@ -12,7 +12,7 @@ require python3-cryptography-common.inc SRC_URI += "file://0001-pyproject.toml-bump-uv_build-version-requirement.patch \ file://0001-bump-uv_build-to-0.10.0-14271.patch \ " -SRC_URI[sha256sum] = "ffbccee9455201c01b37c63d65d9f83b362d40c2bed9caac248ebbdfa4e4fc7c" +SRC_URI[sha256sum] = "cbb5762ba5c7fbc7383f48714602d71ef6bded635d0ec2c90712fd730c80bf52" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors/0001-bump-uv_build-to-0.10.0-14271.patch b/meta/recipes-devtools/python/python3-cryptography-vectors/0001-bump-uv_build-to-0.10.0-14271.patch index 9fa4d1cd47..3107e21c7f 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors/0001-bump-uv_build-to-0.10.0-14271.patch +++ b/meta/recipes-devtools/python/python3-cryptography-vectors/0001-bump-uv_build-to-0.10.0-14271.patch @@ -1,4 +1,4 @@ -From 1f6626557e4766ffa40874984f1e29197ed66eb8 Mon Sep 17 00:00:00 2001 +From 686f2a867544a5bd9545fa24087de53925a11574 Mon Sep 17 00:00:00 2001 From: Ridai Govinda Pombo Date: Tue, 3 Mar 2026 10:38:12 +0800 Subject: [PATCH] bump uv_build to 0.10.0 (#14271) @@ -12,7 +12,7 @@ Signed-off-by: Hongxu Jia 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index f01d2c1..f7af712 100644 +index 9e3afd4..ffe38d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ @@ -22,6 +22,3 @@ index f01d2c1..f7af712 100644 build-backend = "uv_build" [project] --- -2.34.1 - 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 6faaf1051d..ba15dd328c 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 6d4c14a2781fb02903fd4d59f638cf72ee370b8d Mon Sep 17 00:00:00 2001 +From 2ff14a061307315c91d2afa71d6f24a3e75e0432 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin 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 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index 2ed12a3..f01d2c1 100644 +index 0e71df2..9e3afd4 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 fc5cb50b02..a7b2112489 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] = "abace499247268e3757271b2f1e244b36b06f8515cf27c4d49468fc9eb16e93d" +SRC_URI[sha256sum] = "27550628a518c5c6c903d84f637fbecf287f6cb9ced3804838a1295dc1fd0759" 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 5c2e3c53ba..785208313c 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 6d6fbe77732ce3c4d2dcf3a5f75bb20ea352bf4a Mon Sep 17 00:00:00 2001 +From baebbc4c2be4e2e96f5e97e011e17bb745d38bd2 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 95ced11..75bfcbb 100644 +index f9752f8..95b7f13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ exclude = [ -- 2.47.1