From ac19cfb30bc9e91625f49b5c692cb4f87c7f6073 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 4 Nov 2019 10:19:43 +0800 Subject: python-pyjwt: upgrade 1.6.4 -> 1.7.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyjwt.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyjwt_1.6.4.bb | 2 -- meta-python/recipes-devtools/python/python-pyjwt_1.7.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyjwt_1.6.4.bb | 2 -- meta-python/recipes-devtools/python/python3-pyjwt_1.7.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyjwt_1.6.4.bb create mode 100644 meta-python/recipes-devtools/python/python-pyjwt_1.7.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyjwt_1.6.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyjwt_1.7.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 00c38e317e..9b8938530a 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] = "2731c6b66b67b95d1944f072f5fa35a9" -SRC_URI[sha256sum] = "4ee413b357d53fd3fb44704577afac88e72e878716116270d722723d65b42176" +SRC_URI[md5sum] = "a4712f980c008696e13e09504120b2a0" +SRC_URI[sha256sum] = "8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96" PYPI_PACKAGE = "PyJWT" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyjwt_1.6.4.bb b/meta-python/recipes-devtools/python/python-pyjwt_1.6.4.bb deleted file mode 100644 index f0a77b674b..0000000000 --- a/meta-python/recipes-devtools/python/python-pyjwt_1.6.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyjwt.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-pyjwt_1.7.1.bb b/meta-python/recipes-devtools/python/python-pyjwt_1.7.1.bb new file mode 100644 index 0000000000..f0a77b674b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyjwt_1.7.1.bb @@ -0,0 +1,2 @@ +require python-pyjwt.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_1.6.4.bb b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.4.bb deleted file mode 100644 index dc16d22825..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyjwt_1.6.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyjwt.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_1.7.1.bb new file mode 100644 index 0000000000..dc16d22825 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyjwt_1.7.1.bb @@ -0,0 +1,2 @@ +require python-pyjwt.inc +inherit setuptools3 -- cgit v1.2.3-54-g00ecf