diff options
author | 2023-11-06 10:37:35 +0800 | |
---|---|---|
committer | 2023-11-08 10:58:57 +0000 | |
commit | 46dd3a06bdb0784765749c5c0939a26dccee770c (patch) | |
tree | a48542a2e9c42f157d2f61f8cd698888b3c268bc | |
parent | 9291d7e7aca8ff93d036770e4fb42901c3ea1d60 (diff) | |
download | openembedded-core-46dd3a06bdb0784765749c5c0939a26dccee770c.tar.gz |
python3-cryptography(-vectors): upgrade 41.0.4 -> 41.0.5
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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb (renamed from meta/recipes-devtools/python/python3-cryptography-vectors_41.0.4.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_41.0.5.bb (renamed from meta/recipes-devtools/python/python3-cryptography_41.0.4.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
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 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 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 \ |