From a982f406c07c2912b3b282c562f5ae46f4527fae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 Nov 2023 16:44:02 +0800 Subject: python3-types-setuptools: upgrade 68.2.0.1 -> 68.2.0.2 Changelog: Third-party stubs: remove unused type: ignores Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-setuptools_68.2.0.1.bb | 10 ---------- .../python/python3-types-setuptools_68.2.0.2.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.1.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.1.bb deleted file mode 100644 index 1061213357..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Typing stubs for setuptools" -HOMEPAGE = "https://github.com/python/typeshed" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "8f31e8201e7969789e0eb23463b53ebe5f67d92417df4b648a6ea3c357ca4f51" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.2.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.2.bb new file mode 100644 index 0000000000..4042ab55f0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.2.bb @@ -0,0 +1,10 @@ +SUMMARY = "Typing stubs for setuptools" +HOMEPAGE = "https://github.com/python/typeshed" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "09efc380ad5c7f78e30bca1546f706469568cf26084cfab73ecf83dea1d28446" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf