From 0f42f7a8525721f2c5f0b4673192b3c2db1a625b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 12 Jun 2019 11:19:35 +0800 Subject: python-cryptography: upgrade 2.6.1 -> 2.7 -Upgrade from python-cryptography_2.6.1.bb to python-cryptography_2.7.bb. -Upgrade from python3-cryptography_2.6.1.bb to python3-cryptography_2.7.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../python/python-cryptography.inc | 4 ++-- .../python/python-cryptography_2.6.1.bb | 22 ---------------------- .../python/python-cryptography_2.7.bb | 22 ++++++++++++++++++++++ .../python/python3-cryptography_2.6.1.bb | 8 -------- .../python/python3-cryptography_2.7.bb | 8 ++++++++ 5 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.7.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 6c43e863df..876fcc273d 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -12,8 +12,8 @@ DEPENDS += " \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "401cc8268f89496643da3f7a48eb4e8e" -SRC_URI[sha256sum] = "26c821cbeb683facb966045e2064303029d572a87ee69ca5a1bf54bf55f93ca6" +SRC_URI[md5sum] = "7dfe1035cae43569e571318f000462a4" +SRC_URI[sha256sum] = "e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb b/meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb deleted file mode 100644 index 9c2f88418d..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.6.1.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.7.bb b/meta-python/recipes-devtools/python/python-cryptography_2.7.bb new file mode 100644 index 0000000000..9c2f88418d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.7.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.6.1.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.6.1.bb deleted file mode 100644 index 195923343b..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.6.1.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.7.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.7.bb new file mode 100644 index 0000000000..195923343b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.7.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