From 868ba2a93263d6feca431cc0800acc4747b58454 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 May 2024 09:48:11 +0800 Subject: 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 --- .../python/python3-types-setuptools_69.0.0.20240125.bb | 10 ---------- .../python/python3-types-setuptools_70.0.0.20240524.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.20240125.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb (limited to 'meta-python/recipes-devtools/python') 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_69.0.0.20240125.bb deleted file mode 100644 index 7e15dcb13a..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_69.0.0.20240125.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] = "22ad498cb585b22ce8c97ada1fccdf294a2e0dd7dc984a28535a84ea82f45b3f" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.bb new file mode 100644 index 0000000000..781d3b5bbc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_70.0.0.20240524.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] = "e31fee7b9d15ef53980526579ac6089b3ae51a005a281acf97178e90ac71aff6" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf