From 925140cc0cf20a9bb8e870f3b189c5bf23d15035 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:56:25 +0800 Subject: [PATCH] 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 --- ...uptools_68.1.0.1.bb => python3-types-setuptools_68.2.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-setuptools_68.1.0.1.bb => python3-types-setuptools_68.2.0.0.bb} (74%) 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.2.0.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb rename to meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb index 9d8022bf1c..ed0b1b2cd8 100644 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1 inherit pypi setuptools3 -SRC_URI[sha256sum] = "271ed8da44885cd9a701c86e48cc6d3cc988052260e72b3ce26c26b3028f86ed" +SRC_URI[sha256sum] = "a4216f1e2ef29d089877b3af3ab2acf489eb869ccaf905125c69d2dc3932fd85" BBCLASSEXTEND = "native"