diff options
author | Derek Straka <derek@asterius.io> | 2018-03-11 20:23:59 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:27:54 -0700 |
commit | d3f1d63c9bd329615e6eab8fbd0c536f5dcaec3d (patch) | |
tree | 7575ae697ff5ff793755c62434d1a464078d1c8b /meta-python/recipes-devtools/python/python-pyjwt.inc | |
parent | e03f5fd9a750be521e76e961165203626646f99f (diff) | |
download | meta-openembedded-d3f1d63c9bd329615e6eab8fbd0c536f5dcaec3d.tar.gz |
python-pyjwt: update to version 1.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyjwt.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyjwt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyjwt.inc b/meta-python/recipes-devtools/python/python-pyjwt.inc index dda4b942d..baecc39f6 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" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "739494379f582ca98c89fb7ac229915b" | 9 | SRC_URI[md5sum] = "3c3762c88b210763a311a5db06aa7d6f" |
10 | SRC_URI[sha256sum] = "500be75b17a63f70072416843dc80c8821109030be824f4d14758f114978bae7" | 10 | SRC_URI[sha256sum] = "9c3016e4a292151c5396e25cc0c28c4e1cdf13fa19118eb84f500f9670e3f628" |
11 | 11 | ||
12 | PYPI_PACKAGE = "PyJWT" | 12 | PYPI_PACKAGE = "PyJWT" |
13 | inherit pypi | 13 | inherit pypi |