From 7307bb9be2e3746e5e07b40322b9296208f5ab89 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 9 Aug 2017 21:00:07 -0400 Subject: python-typing: update to version 3.6.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-typing.inc | 4 ++-- meta-python/recipes-devtools/python/python-typing_3.6.1.bb | 2 -- meta-python/recipes-devtools/python/python-typing_3.6.2.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-typing_3.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python-typing_3.6.2.bb diff --git a/meta-python/recipes-devtools/python/python-typing.inc b/meta-python/recipes-devtools/python/python-typing.inc index 12b7d158fe..46be47c9f8 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" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" -SRC_URI[md5sum] = "3fec97415bae6f742fb3c3013dedeb89" -SRC_URI[sha256sum] = "c36dec260238e7464213dcd50d4b5ef63a507972f5780652e835d0228d0edace" +SRC_URI[md5sum] = "143af0bf3afd1887622771f2f1ffe8e1" +SRC_URI[sha256sum] = "d514bd84b284dd3e844f0305ac07511f097e325171f6cc4a20878d11ad771849" 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.1.bb deleted file mode 100644 index 04ce063c98..0000000000 --- a/meta-python/recipes-devtools/python/python-typing_3.6.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-typing.inc diff --git a/meta-python/recipes-devtools/python/python-typing_3.6.2.bb b/meta-python/recipes-devtools/python/python-typing_3.6.2.bb new file mode 100644 index 0000000000..04ce063c98 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-typing_3.6.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-typing.inc -- cgit 1.2.3-korg