diff mbox series

[v2] python3-cryptography(-vectors): upgrade 41.0.4 -> 41.0.5

Message ID 1699238255-22657-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 46dd3a06bdb0784765749c5c0939a26dccee770c
Headers show
Series [v2] python3-cryptography(-vectors): upgrade 41.0.4 -> 41.0.5 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 6, 2023, 2:37 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.4.
Added a function to support an upcoming pyOpenSSL release.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...vectors_41.0.4.bb => python3-cryptography-vectors_41.0.5.bb} | 2 +-
 ...n3-cryptography_41.0.4.bb => python3-cryptography_41.0.5.bb} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-cryptography-vectors_41.0.4.bb => python3-cryptography-vectors_41.0.5.bb} (91%)
 rename meta/recipes-devtools/python/{python3-cryptography_41.0.4.bb => python3-cryptography_41.0.5.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.4.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-cryptography-vectors_41.0.4.bb
rename to meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb
index 6b5d8adee9..44c67fdd76 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.4.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.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
 
-SRC_URI[sha256sum] = "440af2813ea7aeb52181ec651a36d9ae8f0976e8b3a62b411a800fe6fa57a19e"
+SRC_URI[sha256sum] = "75e82aea2982729312af735adb2983f347bb21fff88ad5dda3673ed70e1d1caf"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git a/meta/recipes-devtools/python/python3-cryptography_41.0.4.bb b/meta/recipes-devtools/python/python3-cryptography_41.0.5.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-cryptography_41.0.4.bb
rename to meta/recipes-devtools/python/python3-cryptography_41.0.5.bb
index 94977789c8..17b08f05cd 100644
--- a/meta/recipes-devtools/python/python3-cryptography_41.0.4.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_41.0.5.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
                    "
 LDSHARED += "-pthread"
 
-SRC_URI[sha256sum] = "7febc3094125fc126a7f6fb1f420d0da639f3f32cb15c8ff0dc3997c4549f51a"
+SRC_URI[sha256sum] = "392cb88b597247177172e02da6b7a63deeff1937fa6fec3bbf902ebd75d97ec7"
 
 SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \
             file://0001-Fix-include-directory-when-cross-compiling-9129.patch \