diff mbox series

[06/20] python3-hatchling: upgrade 1.32.0 -> 1.32.3

Message ID 20260921070656.521680-6-richard.purdie@linuxfoundation.org
State New
Headers show
Series [01/20] ffmpeg: upgrade 9.0.1 -> 9.0.2 | expand

Commit Message

Richard Purdie Sept. 21, 2026, 7:06 a.m. UTC
1.32.4 - 2026-09-20 ## {: #hatchling-v1.32.4 }

Fixed:

    Revert the extra type parameter added to BuildHookInterface in 1.32.3, which broke
    plugins that subscripted the interface with a single argument (e.g. BuildHookInterface[MyConfig])
    by raising TypeError at import time. BuilderConfig is likewise no longer generic, restoring
    the pre-1.32.3 plugin interface.
    Strip spaces around version metadata when using original input for CalVer to keep leading zeroes.

1.32.3 - 2026-09-17 ## {: #hatchling-v1.32.3 }

Fixed:

    Preserve the version string exactly as written in core metadata, so stylized versions such as C
    alVer 2026.08.10 are no longer stripped of leading zeros. Distribution file names and
    .dist-info directories continue to use the PEP 440 normalized form.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...{python3-hatchling_1.32.0.bb => python3-hatchling_1.32.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatchling_1.32.0.bb => python3-hatchling_1.32.3.bb} (82%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hatchling_1.32.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.32.3.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-hatchling_1.32.0.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.32.3.bb
index e0c82ff3677..a6e683c1009 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.32.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.32.3.bb
@@ -7,6 +7,6 @@  inherit pypi python_hatchling
 
 DEPENDS += "python3-packaging-native python3-pathspec-native python3-pluggy-native python3-tomlkit-native python3-trove-classifiers-native"
 
-SRC_URI[sha256sum] = "0bdbde4a52b06c37e3eca395f85a762bf0ef06fe374fd8ae429dc6be10230f5f"
+SRC_URI[sha256sum] = "acdd4436d84d829c6e7ae6df723241d8f0bca9c5bad5a6148bd41f2ea6b8a792"
 
 BBCLASSEXTEND = "native nativesdk"