diff mbox series

[meta-python,06/21] python3-distlib: upgrade 0.3.9 -> 0.4.0

Message ID 20250722031245.884-6-liuyd.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-gnome,01/21] gexiv2: upgrade 0.14.5 -> 0.14.6 | expand

Commit Message

Yiding Liu (Fujitsu) July 22, 2025, 3:12 a.m. UTC
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>
---
 .../{python3-distlib_0.3.9.bb => python3-distlib_0.4.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-distlib_0.3.9.bb => python3-distlib_0.4.0.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb
rename to meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb
index 33e79d53e3..146803a45c 100644
--- a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb
+++ b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "https://github.com/pypa/distlib"
 LICENSE = "PSF-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc"
 
-SRC_URI[sha256sum] = "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403"
+SRC_URI[sha256sum] = "feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_setuptools_build_meta