From 2e586fbff87793c07169d7c40f521563496de835 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 22 Jul 2025 11:12:14 +0800 Subject: python3-distlib: upgrade 0.3.9 -> 0.4.0 Changelog: =========== - Added tag 0.3.9 for changeset 2f9280e89d42 - Bump version. - Locate with extras. - Make the type of finder needed in register_finder explicit (#236) - Add 3.13 to CI. - Tweak test which is unsuitable for Windows on Python >= 3.13. - Fix #238: Add build tag to wheel metadata if specified. - Exclude Python 3.7 from ubuntu-latest in CI. - Remove macos-12 from CI. - Update `test_wheel.WheelTestCase.test_abi` for freethreading (#244) - Support subdirectories in .dist-info (fixes #246) (#247) - Skip no-longer-relevant test. - Normalize archive paths in dist-info (#248) - Temporarily exclude 3.13t on windows-latest. - docs: update coverage results link (#250) - Guard script wrapper entrypoint import with if __main__ (#242) - Changes for 0.4.0. - Update change log, widen exception catching in test. Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb (limited to 'meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb') diff --git a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb b/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb deleted file mode 100644 index 33e79d53e3..0000000000 --- a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-License-Identifier: MIT -# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors - -SUMMARY = "A library which implements low-level functions that relate to packaging and distribution of Python software." -HOMEPAGE = "https://github.com/pypa/distlib" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc" - -SRC_URI[sha256sum] = "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403" - -BBCLASSEXTEND = "native nativesdk" -inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf