From 93538449f4b8f6d2301aa0b85cae632f9bb902a5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 05:24:22 +0000 Subject: [PATCH] python3-cryptography,python3-cryptography-vectors: upgrade 46.0.5 -> 46.0.7,46.0.5 -> 46.0.7 --- .../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..0515cf7705 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.7" diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb index 800bf1b0e0..9047e690ea 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] = "08f3d13846fdd86d4c1138a88c695cee203b3dd3825c784d64a3b06d000cdda1" 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..914e1fb1d0 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 18b5240acb0317db2f316dbbde5017fa8809f3cb 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 2365843..eac1a07 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..5d693bd275 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 faed421bcec6de8c3b38d58a030ff15a137f4977 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 5da79a4..2365843 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..a2a2d3ac0c 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] = "e4cfd68c5f3e0bfdad0d38e023239b96a2fe84146481852dffbcca442c245aa5" 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..a213253ca6 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 e571927a71355b2fab8e2401f1475e66d6ee7281 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 9545f54..2b5e345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ exclude = [ -- 2.47.1