From e4202c91241457b6c9bc4c948ced5315f79337f7 Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 15 Jul 2021 05:34:06 +0800 Subject: python3-cryptography-vectors: upgrade 3.4.6 -> 3.4.7 Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1k. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-cryptography-vectors_3.4.6.bb | 19 ------------------- .../python/python3-cryptography-vectors_3.4.7.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.7.bb diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.6.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.6.bb deleted file mode 100644 index b5f34daefe..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.6.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Test vectors for the cryptography package." -HOMEPAGE = "https://cryptography.io/" -SECTION = "devel/python" -LICENSE = "Apache-2.0 | BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" - -SRC_URI[sha256sum] = "e5f88a5fb03d60b4f20eed4920638b6a3ed32a363523a77086528d557a2c2da8" - -PYPI_PACKAGE = "cryptography_vectors" - -inherit pypi setuptools3 - -DEPENDS += " \ - ${PYTHON_PN}-cryptography \ -" - -BBCLASSEXTEND = "native nativesdk" - -UPSTREAM_CHECK_REGEX = "" diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.7.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.7.bb new file mode 100644 index 0000000000..565e223bfc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.7.bb @@ -0,0 +1,19 @@ +SUMMARY = "Test vectors for the cryptography package." +HOMEPAGE = "https://cryptography.io/" +SECTION = "devel/python" +LICENSE = "Apache-2.0 | BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" + +SRC_URI[sha256sum] = "a7ac3aaa57514687696ad65f833e5e39b6fa3c5d41de2b8c938346ee119204c2" + +PYPI_PACKAGE = "cryptography_vectors" + +inherit pypi setuptools3 + +DEPENDS += " \ + ${PYTHON_PN}-cryptography \ +" + +BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "" -- cgit v1.2.3-54-g00ecf