summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-07-22 11:12:14 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-21 22:43:59 -0700
commit2e586fbff87793c07169d7c40f521563496de835 (patch)
treedb83d1d22b46657fba0c3cac434a1ef573a6b650 /meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb
parent4947630afb2e186b5cd49287233ada9d9e77da1a (diff)
downloadmeta-openembedded-2e586fbff87793c07169d7c40f521563496de835.tar.gz
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 <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb12
1 files changed, 0 insertions, 12 deletions
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 @@
1# SPDX-License-Identifier: MIT
2# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
3
4SUMMARY = "A library which implements low-level functions that relate to packaging and distribution of Python software."
5HOMEPAGE = "https://github.com/pypa/distlib"
6LICENSE = "PSF-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc"
8
9SRC_URI[sha256sum] = "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403"
10
11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_setuptools_build_meta