From 244a4d6fefd25b178181ab77f070a44c29b2db7d Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Wed, 5 Dec 2018 09:24:46 +0800 Subject: python-cryptography:upgrade to 2.4 Upgrade python-cryptography from 2.3 to 2.4 Signed-off-by: Hong Liu Signed-off-by: Khem Raj --- .../python/python-cryptography.inc | 4 ++-- .../python/python-cryptography_2.3.bb | 22 ---------------------- .../python/python-cryptography_2.4.1.bb | 22 ++++++++++++++++++++++ .../python/python3-cryptography_2.3.bb | 8 -------- .../python/python3-cryptography_2.4.1.bb | 8 ++++++++ 5 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.3.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 415e823f8f..2c1ac1c9fd 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] = "a0f3f563ab1c5c3bc02fae8d4aa3ad16" -SRC_URI[sha256sum] = "c132bab45d4bd0fff1d3fe294d92b0a6eb8404e93337b3127bdec9f21de117e6" +SRC_URI[md5sum] = "464f180ff64622760cca7167f97b3ff4" +SRC_URI[sha256sum] = "e85b410885addaeb31a867eabcefc9ef4a7e904ad45eac9e60a763a54b244626" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.3.bb b/meta-python/recipes-devtools/python/python-cryptography_2.3.bb deleted file mode 100644 index 9c2f88418d..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.3.bb +++ /dev/null @@ -1,22 +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 \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb b/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb new file mode 100644 index 0000000000..9c2f88418d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb @@ -0,0 +1,22 @@ +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 \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.3.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.3.bb deleted file mode 100644 index 195923343b..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.3.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit pypi setuptools3 -require python-cryptography.inc - -LDSHARED += "-pthread" - -SRC_URI += " \ - file://run-ptest \ -" diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb new file mode 100644 index 0000000000..195923343b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb @@ -0,0 +1,8 @@ +inherit pypi setuptools3 +require python-cryptography.inc + +LDSHARED += "-pthread" + +SRC_URI += " \ + file://run-ptest \ +" -- cgit v1.2.3-54-g00ecf