Santiago Torres-Arias pushed to branch main at Arch Linux / Packaging /
Packages / python-hatchling
Commits:
9aa97adb by Santiago Torres-Arias at 2026-03-03T09:51:14-05:00
upgpkg: 1.29.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-hatchling
pkgdesc = Extensible, standards compliant build backend used by Hatch
- pkgver = 1.28.0
- pkgrel = 3
+ pkgver = 1.29.0
+ pkgrel = 1
url = https://github.com/pypa/hatch/tree/master/backend
arch = any
groups = python-build-backend
@@ -22,7 +22,7 @@ pkgbase = python-hatchling
depends = python-pathspec
depends = python-pluggy
depends = python-trove-classifiers
- source = https://github.com/pypa/hatch/archive/hatchling-v1.28.0.tar.gz
- sha256sums =
3a52e40675ab341eab0720fe22cbd82b6a0d18a6445e2ce6bb9aebb831ca79cd
+ source = https://github.com/pypa/hatch/archive/hatchling-v1.29.0.tar.gz
+ sha256sums =
a687fb850d66e15986435b63cad6b041592dc2db6aed405cac0fd9c646835dec
pkgname = python-hatchling
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=python-hatchling
-pkgver=1.28.0
-pkgrel=3
+pkgver=1.29.0
+pkgrel=1
pkgdesc="Extensible, standards compliant build backend used by Hatch"
arch=('any')
url="https://github.com/pypa/hatch/tree/master/backend"
@@ -33,7 +33,7 @@ checkdepends=(
'python-uv'
)
source=("https://github.com/pypa/hatch/archive/hatchling-v$pkgver.tar.gz")
-sha256sums=('3a52e40675ab341eab0720fe22cbd82b6a0d18a6445e2ce6bb9aebb831ca79cd')
+sha256sums=('a687fb850d66e15986435b63cad6b041592dc2db6aed405cac0fd9c646835dec')
build() {
cd hatch-hatchling-v$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/9aa97adb85f34ee2a57bae4b8c08bf9426637b1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/9aa97adb85f34ee2a57bae4b8c08bf9426637b1d
You're receiving this email because of your account on gitlab.archlinux.org.