From 38d05d5aaa7cb671827bdc5e1ff1d650764031e3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 19 May 2017 13:40:04 -0400 Subject: python-cryptography: update to version 1.8.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-cryptography.inc | 4 ++-- .../python/python-cryptography_1.7.2.bb | 21 --------------------- .../python/python-cryptography_1.8.1.bb | 21 +++++++++++++++++++++ .../python/python3-cryptography_1.7.2.bb | 10 ---------- .../python/python3-cryptography_1.8.1.bb | 10 ++++++++++ 5 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_1.8.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_1.8.1.bb diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 601b12b6a7..5339e6a4cf 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -9,8 +9,8 @@ DEPENDS += " \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "fade66de437392ed1ba6980768626204" -SRC_URI[sha256sum] = "878cb68b3da3d493ffd68f36db11c29deee623671d3287c3f8d685117ffda9a9" +SRC_URI[md5sum] = "9f28a9c141995cd2300d0976b4fac3fb" +SRC_URI[sha256sum] = "323524312bb467565ebca7e50c8ae5e9674e544951d28a2904a50012a8828190" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ 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 deleted file mode 100644 index f5b1e0b3b5..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_1.7.2.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.8.1.bb b/meta-python/recipes-devtools/python/python-cryptography_1.8.1.bb new file mode 100644 index 0000000000..f5b1e0b3b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_1.8.1.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.7.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb deleted file mode 100644 index f807042ec0..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_1.7.2.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.8.1.bb b/meta-python/recipes-devtools/python/python3-cryptography_1.8.1.bb new file mode 100644 index 0000000000..f807042ec0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_1.8.1.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