diff mbox series

python3-hatchling: upgrade 1.32.0 -> 1.32.4

Message ID 20260922131121.965718-1-ross.burton@arm.com
State New
Headers show
Series python3-hatchling: upgrade 1.32.0 -> 1.32.4 | expand

Commit Message

Ross Burton Sept. 22, 2026, 1:11 p.m. UTC
Version 1.32.1 and 1.32.2 were retracted.

Upstream release notes:

1.32.3:

- Preserve the version string exactly as written in core metadata, so
  stylized versions such as CalVer 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.

1.32.4:

- 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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ...{python3-hatchling_1.32.0.bb => python3-hatchling_1.32.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatchling_1.32.0.bb => python3-hatchling_1.32.4.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.4.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.4.bb
index e0c82ff3677..1420625d9e6 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.32.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.32.4.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] = "c4468f73144c054d2aab4ef0f0378c43b9878bf07f8ffd6b79690e970d375f07"
 
 BBCLASSEXTEND = "native nativesdk"