From 74985f286eadd35f7e726c60a0616f423ae45000 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 25 Oct 2017 09:44:41 -0400 Subject: python-cryptography: update to version 2.1.2 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python-cryptography.inc | 10 +++++----- .../python/python-cryptography_2.0.3.bb | 21 --------------------- .../python/python-cryptography_2.1.2.bb | 21 +++++++++++++++++++++ .../python/python3-cryptography_2.0.3.bb | 10 ---------- .../python/python3-cryptography_2.1.2.bb | 10 ++++++++++ 5 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.1.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.1.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index a4d1bbba99..371ba7303e 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -6,17 +6,17 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388" DEPENDS += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-cffi-native \ - ${PYTHON_PN}-pyasn1 \ + ${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "24cbdab3fda22be31dd3aef2808f5d2f" -SRC_URI[sha256sum] = "d04bb2425086c3fe86f7bc48915290b13e798497839fbb18ab7f6dffcf98cc3a" +SRC_URI[md5sum] = "f0565d3e85cea64f0f01382e525a33dd" +SRC_URI[sha256sum] = "d7f348e4f5df146a0e75998544bab6d42313cf19a81a6e49990ab7b27cc9c73b" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-idna \ - ${PYTHON_PN}-pyasn1 \ + ${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-pycparser \ ${PYTHON_PN}-setuptools \ ${PYTHON_PN}-six \ @@ -26,7 +26,7 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-idna \ ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-pyasn1 \ + ${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-pycparser \ ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-setuptools \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.0.3.bb b/meta-python/recipes-devtools/python/python-cryptography_2.0.3.bb deleted file mode 100644 index f5b1e0b3b5..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.0.3.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.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.1.2.bb new file mode 100644 index 0000000000..f5b1e0b3b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.1.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_2.0.3.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.0.3.bb deleted file mode 100644 index f807042ec0..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.0.3.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.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.1.2.bb new file mode 100644 index 0000000000..f807042ec0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.1.2.bb @@ -0,0 +1,10 @@ +inherit pypi setuptools3 +require python-cryptography.inc + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-lang \ +" -- cgit v1.2.3-54-g00ecf