From 7bb838c1bfa927f5cd77557a009948694a94e48b Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 19 Feb 2021 22:55:22 +0100 Subject: python3-cryptography-vectors: update to 3.4.6 Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-cryptography-vectors_3.3.1.bb | 19 ------------------- .../python/python3-cryptography-vectors_3.4.6.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.6.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb deleted file mode 100644 index bcdbc6adbb..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.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] = "03789c305dda8dccb4b8c9c019963a742469d88365abbc82e8e898ac478f5ca4" - -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.6.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.6.bb new file mode 100644 index 0000000000..b5f34daefe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.6.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] = "e5f88a5fb03d60b4f20eed4920638b6a3ed32a363523a77086528d557a2c2da8" + +PYPI_PACKAGE = "cryptography_vectors" + +inherit pypi setuptools3 + +DEPENDS += " \ + ${PYTHON_PN}-cryptography \ +" + +BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "" -- cgit v1.2.3-54-g00ecf