From e5852cf3a535e31959acadc067b9cd418fd89059 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 15 Dec 2023 08:21:30 +0800 Subject: python3-types-setuptools: upgrade 68.2.0.2 -> 69.0.0.0 Changelog: Bump setuptools to 69.0.* Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-setuptools_68.2.0.2.bb | 10 ---------- .../python/python3-types-setuptools_69.0.0.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.0.bb (limited to 'meta-python') 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 deleted file mode 100644 index 4042ab55f0..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.2.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] = "09efc380ad5c7f78e30bca1546f706469568cf26084cfab73ecf83dea1d28446" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.0.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.0.bb new file mode 100644 index 0000000000..2fc1895b01 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.0.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] = "b0a06219f628c6527b2f8ce770a4f47550e00d3e8c3ad83e2dc31bc6e6eda95d" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf