From 951d31e36c0566c9158c79fb4a3d680cda5c067d Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 13 Oct 2016 18:26:07 -0400 Subject: python-pyopenssl: update to version 16.1.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyopenssl.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb | 2 -- meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyopenssl_16.0.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pyopenssl_16.1.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyopenssl_16.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyopenssl_16.1.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc index 75cb867fa4..0ddad12699 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl.inc +++ b/meta-python/recipes-devtools/python/python-pyopenssl.inc @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS = "openssl ${PYTHON_PN}-cryptography" -SRC_URI[md5sum] = "9587d813dcf656e9f2760e41a3682dc3" -SRC_URI[sha256sum] = "363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d" +SRC_URI[md5sum] = "d8100b0c333f0eeadaf05914da8792a6" +SRC_URI[sha256sum] = "88f7ada2a71daf2c78a4f139b19d57551b4c8be01f53a1cb5c86c2f3bf01355f" PYPI_PACKAGE = "pyOpenSSL" diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb deleted file mode 100644 index d7177e2d15..0000000000 --- a/meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pyopenssl.inc diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb new file mode 100644 index 0000000000..d7177e2d15 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pyopenssl.inc diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_16.0.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_16.0.0.bb deleted file mode 100644 index 0f0f83e3a2..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyopenssl_16.0.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_16.1.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_16.1.0.bb new file mode 100644 index 0000000000..0f0f83e3a2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_16.1.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyopenssl.inc -- cgit 1.2.3-korg