diff options
author | Derek Straka <derek@asterius.io> | 2017-08-09 21:00:07 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:21:03 +0200 |
commit | 7307bb9be2e3746e5e07b40322b9296208f5ab89 (patch) | |
tree | 98314d2f1f86dd187435273558c9ab6ab58e7fcf | |
parent | 1eb9dfae0c1df534a8f1f53b093732a4118b4b60 (diff) | |
download | meta-openembedded-7307bb9be2e3746e5e07b40322b9296208f5ab89.tar.gz |
python-typing: update to version 3.6.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-typing.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-typing_3.6.2.bb (renamed from meta-python/recipes-devtools/python/python-typing_3.6.1.bb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-typing.inc b/meta-python/recipes-devtools/python/python-typing.inc index 12b7d158f..46be47c9f 100644 --- a/meta-python/recipes-devtools/python/python-typing.inc +++ b/meta-python/recipes-devtools/python/python-typing.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python/typing" | |||
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "3fec97415bae6f742fb3c3013dedeb89" | 6 | SRC_URI[md5sum] = "143af0bf3afd1887622771f2f1ffe8e1" |
7 | SRC_URI[sha256sum] = "c36dec260238e7464213dcd50d4b5ef63a507972f5780652e835d0228d0edace" | 7 | SRC_URI[sha256sum] = "d514bd84b284dd3e844f0305ac07511f097e325171f6cc4a20878d11ad771849" |
8 | 8 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 9 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python-typing_3.6.1.bb b/meta-python/recipes-devtools/python/python-typing_3.6.2.bb index 04ce063c9..04ce063c9 100644 --- a/meta-python/recipes-devtools/python/python-typing_3.6.1.bb +++ b/meta-python/recipes-devtools/python/python-typing_3.6.2.bb | |||