From d5d19962b2ffd0b54e9b8f426556775a29e0d68c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Nov 2023 16:37:36 +0800 Subject: python3-types-setuptools: upgrade 68.2.0.0 -> 68.2.0.1 Changelog: Bump flake8-pyi to 23.11.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-setuptools_68.2.0.0.bb | 10 ---------- .../python/python3-types-setuptools_68.2.0.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb deleted file mode 100644 index ed0b1b2cd8..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.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] = "a4216f1e2ef29d089877b3af3ab2acf489eb869ccaf905125c69d2dc3932fd85" - -BBCLASSEXTEND = "native" 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 new file mode 100644 index 0000000000..1061213357 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.1.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] = "8f31e8201e7969789e0eb23463b53ebe5f67d92417df4b648a6ea3c357ca4f51" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf