From 6383aa722650b612ea2b7f0f8877f6fa9745382c Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 26 Jun 2018 14:00:53 +0800 Subject: python(3)-pyopenssl: upgrade 17.5.0 -> 18.0.0 Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyopenssl.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyopenssl_17.5.0.bb | 2 -- meta-python/recipes-devtools/python/python-pyopenssl_18.0.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyopenssl_17.5.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pyopenssl_18.0.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyopenssl_17.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pyopenssl_18.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyopenssl_17.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyopenssl_18.0.0.bb diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc index 7722e8ecd9..516e7958ae 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl.inc +++ b/meta-python/recipes-devtools/python/python-pyopenssl.inc @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "openssl ${PYTHON_PN}-cryptography" -SRC_URI[md5sum] = "d9c5134db8bf3183573b7840954cac94" -SRC_URI[sha256sum] = "2c10cfba46a52c0b0950118981d61e72c1e5b1aac451ca1bc77de1a679456773" +SRC_URI[md5sum] = "c92e9c85b520b7e153fef0f7f3c5dda7" +SRC_URI[sha256sum] = "6488f1423b00f73b7ad5167885312bb0ce410d3312eb212393795b53c8caa580" PYPI_PACKAGE = "pyOpenSSL" diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_17.5.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_17.5.0.bb deleted file mode 100644 index b7d5146130..0000000000 --- a/meta-python/recipes-devtools/python/python-pyopenssl_17.5.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyopenssl.inc -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_18.0.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_18.0.0.bb new file mode 100644 index 0000000000..b7d5146130 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyopenssl_18.0.0.bb @@ -0,0 +1,2 @@ +require python-pyopenssl.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_17.5.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_17.5.0.bb deleted file mode 100644 index 0f0f83e3a2..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyopenssl_17.5.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pyopenssl.inc diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_18.0.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_18.0.0.bb new file mode 100644 index 0000000000..0f0f83e3a2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_18.0.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyopenssl.inc -- cgit 1.2.3-korg