From 925140cc0cf20a9bb8e870f3b189c5bf23d15035 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:56:25 +0800 Subject: python3-types-setuptools: upgrade 68.1.0.1 -> 68.2.0.0 Changelog: =========== -1 public Python file has been added: setuptools/tests/test_core_metadata.py. -0 files included in typeshed's stubs have been deleted. -7 files included in typeshed's stubs have been modified or renamed: setuptools/__init__.py, setuptools/command/editable_wheel.py, setuptools/command/egg_info.py, setuptools/depends.py, setuptools/dist.py, setuptools/monkey.py, setuptools/namespaces.py. -Total lines of Python code added: 1051. -Total lines of Python code deleted: 682. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-setuptools_68.1.0.1.bb | 10 ---------- .../python/python3-types-setuptools_68.2.0.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb deleted file mode 100644 index 9d8022bf1c..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.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] = "271ed8da44885cd9a701c86e48cc6d3cc988052260e72b3ce26c26b3028f86ed" - -BBCLASSEXTEND = "native" 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 new file mode 100644 index 0000000000..ed0b1b2cd8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.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] = "a4216f1e2ef29d089877b3af3ab2acf489eb869ccaf905125c69d2dc3932fd85" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf