From 868ba2a93263d6feca431cc0800acc4747b58454 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 May 2024 09:48:11 +0800 Subject: [PATCH] python3-types-setuptools: upgrade 69.0.0.20240125 -> 70.0.0.20240524 Changelog: =========== - Small fix for pkg_resources StrPath - Make shutil.rmtree.onexc parameter optional - distutils & setuptools: Relax path related params - Make distutils.dist.Distribution.get_command_obj not return None by default - distutils & setuptools: Complete sub_commands ClassVar typing - distutils: improve boolean parameters with int defaults - Avoid using new _typeshed protocol in pkg_resources for now - Use protocols instead of importlib.abc.Loader/MetaPathFinder/PathEntryFinder - Add precise values for enum members where possible - Ensure that distutils and setuptools._distutils stay consistent - Update setuptools to 69.5.* - Add distutils as a top-level package included with types-setuptools - setuptools&distutils: setup returns a Distribution - setup returns a Distribution - pkg_resources: Make _InstallerType stricter and generic - Use strict pyright configs for pkg_resources - pkg_resources: Updates from upstream typing merge - pkg_resources: Remove stray Anys and use more Self & NoReturn types - pkg_resources: Remove type-only _Importer class - pkg_resources: Types from assignments and aliases - Override pkg_resources.ZipProvider.loader type - setuptools & pkg_resources: Complete VendorImporter class - pkg_resources: don't ignore "missing symbol from stub" in stubtest - Fix invalid noqa comments and poorly formatted type ignores - pkg_resources: Reorder names to be closer to implementation - Improve typing of sysconfig.get_config_var(s) - fix: typo on setuptools Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ....20240125.bb => python3-types-setuptools_70.0.0.20240524.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-setuptools_69.0.0.20240125.bb => python3-types-setuptools_70.0.0.20240524.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.20240125.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.20240125.bb rename to meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb index 7e15dcb13a..781d3b5bbc 100644 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.20240125.bb +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1 inherit pypi setuptools3 -SRC_URI[sha256sum] = "22ad498cb585b22ce8c97ada1fccdf294a2e0dd7dc984a28535a84ea82f45b3f" +SRC_URI[sha256sum] = "e31fee7b9d15ef53980526579ac6089b3ae51a005a281acf97178e90ac71aff6" BBCLASSEXTEND = "native"