From 12cc756b2da7dd6594e2eb73d70d14872d046ecd Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Wed, 21 Mar 2018 11:36:11 +0800 Subject: python-cryptography: 2.1.4 -> 2.2 Upgrade python-cryptography from 2.1.4 to 2.2. here is the change in LICENSE file thats resulting in checksums changes -from the same in CPython itself, and is licensed under the terms of the PSF -License Agreement. +from CPython, and is licensed under the terms of the PSF License Agreement. Signed-off-by: Huang Qiyu Signed-off-by: Khem Raj --- .../python/python-cryptography.inc | 6 +++--- .../python/python-cryptography_2.1.4.bb | 22 ---------------------- .../python/python-cryptography_2.2.bb | 22 ++++++++++++++++++++++ .../python/python3-cryptography_2.1.4.bb | 8 -------- .../python/python3-cryptography_2.2.bb | 8 ++++++++ 5 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.2.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 13d2ba800d..cdc8185c92 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -1,7 +1,7 @@ SUMMARY = "Provides cryptographic recipes and primitives to python developers" HOMEPAGE = "https://cryptography.io/" LICENSE = "Apache-2.0 | BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388" +LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124" DEPENDS += " \ ${PYTHON_PN}-cffi \ @@ -10,8 +10,8 @@ DEPENDS += " \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "9f39d4d8f2b05f295fa0ff52475ec4f2" -SRC_URI[sha256sum] = "e4d967371c5b6b2e67855066471d844c5d52d210c36c28d49a8507b96e2c5291" +SRC_URI[md5sum] = "c49c1ee145a900313a216fa2c788208c" +SRC_URI[sha256sum] = "f5a0279e362c37e2150a32fe35ec20226e9237b6c9927fce8d53ef8e49e64f48" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb b/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb deleted file mode 100644 index 9c2f88418d..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.1.4.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.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.2.bb new file mode 100644 index 0000000000..9c2f88418d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.2.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.1.4.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb deleted file mode 100644 index 195923343b..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.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.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.2.bb new file mode 100644 index 0000000000..195923343b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.2.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