From 775a7f1dc4a3db2406f77d1b4050aff8363ce3a9 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 19 Mar 2018 08:02:43 -0400 Subject: python-pyjwt: update to version 1.6.1 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pyjwt.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb | 2 -- meta-python/recipes-devtools/python/python-pyjwt_1.6.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pyjwt_1.6.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyjwt.inc b/meta-python/recipes-devtools/python/python-pyjwt.inc index baecc39f6a..9f9282eac0 100644 --- a/meta-python/recipes-devtools/python/python-pyjwt.inc +++ b/meta-python/recipes-devtools/python/python-pyjwt.inc @@ -6,8 +6,8 @@ HOMEPAGE = "http://github.com/jpadilla/pyjwt" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c" -SRC_URI[md5sum] = "3c3762c88b210763a311a5db06aa7d6f" -SRC_URI[sha256sum] = "9c3016e4a292151c5396e25cc0c28c4e1cdf13fa19118eb84f500f9670e3f628" +SRC_URI[md5sum] = "f7dbe0d62f2087a7605946aeeca02541" +SRC_URI[sha256sum] = "dacba5786fe3bf1a0ae8673874e29f9ac497860955c501289c63b15d3daae63a" PYPI_PACKAGE = "PyJWT" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb b/meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb deleted file mode 100644 index f0a77b674b..0000000000 --- a/meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyjwt.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-pyjwt_1.6.1.bb b/meta-python/recipes-devtools/python/python-pyjwt_1.6.1.bb new file mode 100644 index 0000000000..f0a77b674b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyjwt_1.6.1.bb @@ -0,0 +1,2 @@ +require python-pyjwt.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb deleted file mode 100644 index dc16d22825..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyjwt.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb new file mode 100644 index 0000000000..dc16d22825 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb @@ -0,0 +1,2 @@ +require python-pyjwt.inc +inherit setuptools3 -- cgit v1.2.3-54-g00ecf