diff options
author | 2023-09-28 17:02:57 -0700 | |
---|---|---|
committer | 2023-09-29 23:11:56 +0100 | |
commit | b9ebf704ebedbb099b8efd81b736884864b72e20 (patch) | |
tree | 15985059b90117e32689fce85d6a3dbae47895ab | |
parent | 97f97ff02514303b71a07e53d2a486a12861814e (diff) | |
download | openembedded-core-b9ebf704ebedbb099b8efd81b736884864b72e20.tar.gz |
python3-cryptography{-vectors}: upgrade to 41.0.4
https://cryptography.io/en/latest/changelog/#v41-0-4
41.0.4 - 2023-09-19
Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-vectors_41.0.4.bb (renamed from meta/recipes-devtools/python/python3-cryptography-vectors_41.0.3.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_41.0.4.bb (renamed from meta/recipes-devtools/python/python3-cryptography_41.0.3.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.3.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.4.bb index 1b499e0299..6b5d8adee9 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.3.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.4.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] = "80de0452c4b34f56f5518e81ebd75b6b905f5728aaed521d42e41f4ebc8a43fb" +SRC_URI[sha256sum] = "440af2813ea7aeb52181ec651a36d9ae8f0976e8b3a62b411a800fe6fa57a19e" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta/recipes-devtools/python/python3-cryptography_41.0.3.bb b/meta/recipes-devtools/python/python3-cryptography_41.0.4.bb index b6ea6608eb..94977789c8 100644 --- a/meta/recipes-devtools/python/python3-cryptography_41.0.3.bb +++ b/meta/recipes-devtools/python/python3-cryptography_41.0.4.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \ " LDSHARED += "-pthread" -SRC_URI[sha256sum] = "6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34" +SRC_URI[sha256sum] = "7febc3094125fc126a7f6fb1f420d0da639f3f32cb15c8ff0dc3997c4549f51a" SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ file://0001-Fix-include-directory-when-cross-compiling-9129.patch \ |