diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-11 21:43:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-11 21:43:19 +0900 |
| commit | 1f45d44e7f4af8b7a8b2b5b0933c5ee872759883 (patch) | |
| tree | 134a4dc7c97d1827f780274dad5e00cc138cbf93 | |
| parent | 92d01752abad7b5ee2f68b121ac50ce6feb5155a (diff) | |
internal/rosa/package/python: hatchling 1.17.1 to 1.18.0
This has gained another dependency, pulling in the fourth python build system we have had to package.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/package/python/package.az | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/rosa/package/python/package.az b/internal/rosa/package/python/package.az index e75709e6..318b8f84 100644 --- a/internal/rosa/package/python/package.az +++ b/internal/rosa/package/python/package.az @@ -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, ]; } |
