From b709685e87381a2f5620bd4d051ca5cb829bd0e7 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 22 Feb 2017 19:15:31 -0500 Subject: python-cryptography: update to version 1.7.2 Verify the license terms remain the same and update the checksum Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-cryptography.inc | 6 +++--- .../python/python-cryptography_1.6.bb | 21 --------------------- .../python/python-cryptography_1.7.2.bb | 21 +++++++++++++++++++++ .../python/python3-cryptography_1.6.bb | 10 ---------- .../python/python3-cryptography_1.7.2.bb | 10 ++++++++++ 5 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_1.6.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_1.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 50483bdfd2..601b12b6a7 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -1,6 +1,6 @@ SUMMARY = "Provides cryptographic recipes and primitives to python developers" LICENSE = "Apache-2.0 | BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1f375ab4f6b9a7c9eec25377c52d3aa1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388" DEPENDS += " \ ${PYTHON_PN}-cffi \ @@ -9,8 +9,8 @@ DEPENDS += " \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "33ed393be75f04cd889a02a11acbab39" -SRC_URI[sha256sum] = "4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f" +SRC_URI[md5sum] = "fade66de437392ed1ba6980768626204" +SRC_URI[sha256sum] = "878cb68b3da3d493ffd68f36db11c29deee623671d3287c3f8d685117ffda9a9" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.6.bb b/meta-python/recipes-devtools/python/python-cryptography_1.6.bb deleted file mode 100644 index f5b1e0b3b5..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_1.6.bb +++ /dev/null @@ -1,21 +0,0 @@ -inherit pypi setuptools -require python-cryptography.inc - -SRC_URI += " \ - file://run-ptest \ -" - -DEPENDS += " \ - ${PYTHON_PN}-enum34 \ -" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-enum34 \ - ${PYTHON_PN}-ipaddress \ -" - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-enum34 \ - ${PYTHON_PN}-ipaddress \ - ${PYTHON_PN}-contextlib \ -" diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb b/meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb new file mode 100644 index 0000000000..f5b1e0b3b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb @@ -0,0 +1,21 @@ +inherit pypi setuptools +require python-cryptography.inc + +SRC_URI += " \ + file://run-ptest \ +" + +DEPENDS += " \ + ${PYTHON_PN}-enum34 \ +" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum34 \ + ${PYTHON_PN}-ipaddress \ +" + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-enum34 \ + ${PYTHON_PN}-ipaddress \ + ${PYTHON_PN}-contextlib \ +" diff --git a/meta-python/recipes-devtools/python/python3-cryptography_1.6.bb b/meta-python/recipes-devtools/python/python3-cryptography_1.6.bb deleted file mode 100644 index f807042ec0..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_1.6.bb +++ /dev/null @@ -1,10 +0,0 @@ -inherit pypi setuptools3 -require python-cryptography.inc - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-lang \ -" diff --git a/meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb new file mode 100644 index 0000000000..f807042ec0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb @@ -0,0 +1,10 @@ +inherit pypi setuptools3 +require python-cryptography.inc + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-lang \ +" -- cgit 1.2.3-korg