Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hatchling
Commits: 8cd8dfbd by Carl Smedstad at 2026-06-04T23:23:09+02:00 upgpkg: 1.30.1-1: Upstream release https://github.com/pypa/hatch/releases/tag/hatchling-v1.30.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-hatchling pkgdesc = Extensible, standards compliant build backend used by Hatch - pkgver = 1.29.0 + pkgver = 1.30.1 pkgrel = 1 url = https://github.com/pypa/hatch/tree/master/backend arch = any @@ -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.29.0.tar.gz - sha256sums = a687fb850d66e15986435b63cad6b041592dc2db6aed405cac0fd9c646835dec + source = https://github.com/pypa/hatch/archive/hatchling-v1.30.1.tar.gz + sha256sums = 2870bc5c4978db887b45b3d5688d54d5cd44aaa5d92a01ae5802a23071f71da8 pkgname = python-hatchling ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Kaizhao Zhang <[email protected]> pkgname=python-hatchling -pkgver=1.29.0 +pkgver=1.30.1 pkgrel=1 pkgdesc="Extensible, standards compliant build backend used by Hatch" arch=('any') @@ -33,7 +33,7 @@ checkdepends=( 'python-uv' ) source=("https://github.com/pypa/hatch/archive/hatchling-v$pkgver.tar.gz") -sha256sums=('a687fb850d66e15986435b63cad6b041592dc2db6aed405cac0fd9c646835dec') +sha256sums=('2870bc5c4978db887b45b3d5688d54d5cd44aaa5d92a01ae5802a23071f71da8') build() { cd hatch-hatchling-v$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/8cd8dfbde5267c8e8532c96ff9c2511b9578101c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/8cd8dfbde5267c8e8532c96ff9c2511b9578101c You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
