From 5f66ae8a0abb6dc1afabe56aa7594906c2e27479 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 8 Jul 2019 13:47:41 +0800 Subject: python-typing: upgrade 3.6.6 -> 3.7.4 -Upgrade from python-typing_3.6.6.bb to python-typing_3.7.4.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-typing.inc | 4 ++-- meta-python/recipes-devtools/python/python-typing_3.6.6.bb | 2 -- meta-python/recipes-devtools/python/python-typing_3.7.4.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-typing_3.6.6.bb create mode 100644 meta-python/recipes-devtools/python/python-typing_3.7.4.bb diff --git a/meta-python/recipes-devtools/python/python-typing.inc b/meta-python/recipes-devtools/python/python-typing.inc index 82c2ab74fb..b392b7521b 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] = "64614206b4bdc0864fc0e0bccd69efc9" -SRC_URI[sha256sum] = "4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d" +SRC_URI[md5sum] = "8a3e4b822bac02b9b33c97e7d4f1521c" +SRC_URI[sha256sum] = "53765ec4f83a2b720214727e319607879fec4acde22c4fbb54fa2604e79e44ce" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-typing_3.6.6.bb b/meta-python/recipes-devtools/python/python-typing_3.6.6.bb deleted file mode 100644 index 04ce063c98..0000000000 --- a/meta-python/recipes-devtools/python/python-typing_3.6.6.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.7.4.bb b/meta-python/recipes-devtools/python/python-typing_3.7.4.bb new file mode 100644 index 0000000000..04ce063c98 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-typing_3.7.4.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-typing.inc -- cgit 1.2.3-korg