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
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:
@@ -413,11 +413,11 @@ package python-hatchling {
|
|||||||
website = "https://hatch.pypa.io";
|
website = "https://hatch.pypa.io";
|
||||||
anitya = 16137;
|
anitya = 16137;
|
||||||
|
|
||||||
version# = "1.17.1";
|
version# = "1.18.0";
|
||||||
source = remoteGitHub {
|
source = remoteGitHub {
|
||||||
suffix = "pypa/hatch";
|
suffix = "pypa/hatch";
|
||||||
tag = "hatch-v"+version;
|
tag = "hatch-v"+version;
|
||||||
checksum = "FK9PkGIkL3wyVFHOKrx9lSRqoevuQ_TFrN-pMqsoFKsh5eim4pfzx7MvL3ioif9o";
|
checksum = "a_ntndxBlMdqSVW3PkiAY42m-NDgyWJcKLWFIVTB_5PciVeJdYYdbcdF6jsd0U96";
|
||||||
};
|
};
|
||||||
|
|
||||||
exec = pip {
|
exec = pip {
|
||||||
@@ -432,6 +432,7 @@ package python-hatchling {
|
|||||||
python-pathspec,
|
python-pathspec,
|
||||||
python-trove-classifiers,
|
python-trove-classifiers,
|
||||||
python-pluggy,
|
python-pluggy,
|
||||||
|
python-tomlkit,
|
||||||
];
|
];
|
||||||
|
|
||||||
runtime = [
|
runtime = [
|
||||||
@@ -439,6 +440,7 @@ package python-hatchling {
|
|||||||
python-pathspec,
|
python-pathspec,
|
||||||
python-trove-classifiers,
|
python-trove-classifiers,
|
||||||
python-pluggy,
|
python-pluggy,
|
||||||
|
python-tomlkit,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user