From d3f1d63c9bd329615e6eab8fbd0c536f5dcaec3d Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 11 Mar 2018 20:23:59 -0400 Subject: python-pyjwt: update to version 1.6.0 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.5.3.bb | 2 -- meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyjwt_1.5.3.bb | 2 -- meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyjwt_1.5.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb diff --git a/meta-python/recipes-devtools/python/python-pyjwt.inc b/meta-python/recipes-devtools/python/python-pyjwt.inc index dda4b942d9..baecc39f6a 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] = "739494379f582ca98c89fb7ac229915b" -SRC_URI[sha256sum] = "500be75b17a63f70072416843dc80c8821109030be824f4d14758f114978bae7" +SRC_URI[md5sum] = "3c3762c88b210763a311a5db06aa7d6f" +SRC_URI[sha256sum] = "9c3016e4a292151c5396e25cc0c28c4e1cdf13fa19118eb84f500f9670e3f628" PYPI_PACKAGE = "PyJWT" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb b/meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb deleted file mode 100644 index f0a77b674b..0000000000 --- a/meta-python/recipes-devtools/python/python-pyjwt_1.5.3.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.0.bb b/meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb new file mode 100644 index 0000000000..f0a77b674b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb @@ -0,0 +1,2 @@ +require python-pyjwt.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_1.5.3.bb b/meta-python/recipes-devtools/python/python3-pyjwt_1.5.3.bb deleted file mode 100644 index dc16d22825..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyjwt_1.5.3.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.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb new file mode 100644 index 0000000000..dc16d22825 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb @@ -0,0 +1,2 @@ +require python-pyjwt.inc +inherit setuptools3 -- cgit 1.2.3-korg