From f83c6106b068de022028ece1ae68ec86355e3f96 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 12 Nov 2017 13:02:31 -0500 Subject: python-cryptography: update to version 2.1.3 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python-cryptography.inc | 4 ++-- .../python/python-cryptography_2.1.2.bb | 21 --------------------- .../python/python-cryptography_2.1.3.bb | 21 +++++++++++++++++++++ .../python/python3-cryptography_2.1.2.bb | 10 ---------- .../python/python3-cryptography_2.1.3.bb | 10 ++++++++++ 5 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.1.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.1.3.bb diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 371ba7303e..c21c59d5cc 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -10,8 +10,8 @@ DEPENDS += " \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "f0565d3e85cea64f0f01382e525a33dd" -SRC_URI[sha256sum] = "d7f348e4f5df146a0e75998544bab6d42313cf19a81a6e49990ab7b27cc9c73b" +SRC_URI[md5sum] = "65c0963048a88fcf725cfa265ed2fd5c" +SRC_URI[sha256sum] = "68a26c353627163d74ee769d4749f2ee243866e9dac43c93bb33ebd8fbed1199" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.1.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.1.2.bb deleted file mode 100644 index f5b1e0b3b5..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.1.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_2.1.3.bb b/meta-python/recipes-devtools/python/python-cryptography_2.1.3.bb new file mode 100644 index 0000000000..f5b1e0b3b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.1.3.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_2.1.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.1.2.bb deleted file mode 100644 index f807042ec0..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.1.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_2.1.3.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.1.3.bb new file mode 100644 index 0000000000..f807042ec0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.1.3.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