diff options
author | Derek Straka <derek@asterius.io> | 2018-03-19 08:02:43 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:43 -0700 |
commit | 775a7f1dc4a3db2406f77d1b4050aff8363ce3a9 (patch) | |
tree | 74358fb986255190538709897b873079779ac8df | |
parent | a42c776f0b9b7168d6a183fc0107b5cc7b96a969 (diff) | |
download | meta-openembedded-775a7f1dc4a3db2406f77d1b4050aff8363ce3a9.tar.gz |
python-pyjwt: update to version 1.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyjwt.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyjwt_1.6.1.bb (renamed from meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb) | 0 |
3 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 baecc39f6..9f9282eac 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] = "3c3762c88b210763a311a5db06aa7d6f" | 9 | SRC_URI[md5sum] = "f7dbe0d62f2087a7605946aeeca02541" |
10 | SRC_URI[sha256sum] = "9c3016e4a292151c5396e25cc0c28c4e1cdf13fa19118eb84f500f9670e3f628" | 10 | SRC_URI[sha256sum] = "dacba5786fe3bf1a0ae8673874e29f9ac497860955c501289c63b15d3daae63a" |
11 | 11 | ||
12 | PYPI_PACKAGE = "PyJWT" | 12 | PYPI_PACKAGE = "PyJWT" |
13 | inherit pypi | 13 | 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.1.bb index f0a77b674..f0a77b674 100644 --- a/meta-python/recipes-devtools/python/python-pyjwt_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python-pyjwt_1.6.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb index dc16d2282..dc16d2282 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_1.6.1.bb | |||