internal/rosa/package/python: hatchling 1.17.1 to 1.18.0
Test / Create distribution (push) Successful in 1m26s
Test / Sandbox (push) Successful in 3m33s
Test / Sandbox (race detector) (push) Successful in 7m9s
Test / Hakurei (push) Successful in 8m45s
Test / Hakurei (race detector) (push) Successful in 8m47s
Test / ShareFS (push) Failing after 16m55s
Test / Flake checks (push) Skipped

This has gained another dependency, pulling in the fourth python build system we have had to package.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-11 21:43:19 +09:00
parent 92d01752ab
commit 1f45d44e7f
+4 -2
View File
@@ -413,11 +413,11 @@ package python-hatchling {
website = "https://hatch.pypa.io";
anitya = 16137;
version# = "1.17.1";
version# = "1.18.0";
source = remoteGitHub {
suffix = "pypa/hatch";
tag = "hatch-v"+version;
checksum = "FK9PkGIkL3wyVFHOKrx9lSRqoevuQ_TFrN-pMqsoFKsh5eim4pfzx7MvL3ioif9o";
checksum = "a_ntndxBlMdqSVW3PkiAY42m-NDgyWJcKLWFIVTB_5PciVeJdYYdbcdF6jsd0U96";
};
exec = pip {
@@ -432,6 +432,7 @@ package python-hatchling {
python-pathspec,
python-trove-classifiers,
python-pluggy,
python-tomlkit,
];
runtime = [
@@ -439,6 +440,7 @@ package python-hatchling {
python-pathspec,
python-trove-classifiers,
python-pluggy,
python-tomlkit,
];
}