Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hatch
Commits: db6684fb by Carl Smedstad at 2025-12-10T09:18:17+01:00 upgpkg: 1.16.2-1: Upstream release https://github.com/pypa/hatch/releases/tag/hatch-v1.16.2 https://github.com/pypa/hatch/releases/tag/hatch-v1.16.1 https://github.com/pypa/hatch/releases/tag/hatch-v1.16.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = python-hatch pkgdesc = A modern project, package, and virtual env manager - pkgver = 1.15.1 + pkgver = 1.16.2 pkgrel = 1 url = https://github.com/pypa/hatch arch = any license = MIT checkdepends = git checkdepends = libxcrypt-compat + checkdepends = python-flit-core checkdepends = python-pyfakefs checkdepends = python-pytest checkdepends = python-pytest-mock @@ -16,6 +17,7 @@ pkgbase = python-hatch makedepends = python-installer makedepends = python-wheel depends = python + depends = python-backports-zstd depends = python-click depends = python-hatchling depends = python-httpx @@ -31,8 +33,7 @@ pkgbase = python-hatch depends = python-userpath depends = python-uv depends = python-virtualenv - depends = python-zstandard - source = https://github.com/pypa/hatch/archive/hatch-v1.15.1.tar.gz - sha256sums = a32e3dff30f0ca4d510de38a248bcc6125dbd2dac7e8b6435e14a29d6dd3e018 + source = https://github.com/pypa/hatch/archive/hatch-v1.16.2.tar.gz + sha512sums = 3dacba2258650cd3ae73e09a0163e8663ca2094ae866b3fb242260da00a79fb429f985b17980f7a8abb457d95a0003d8c84b8d62d19ac40531a8683eee78816c pkgname = python-hatch ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Phillip A. (flying-sheep) pkgname=python-hatch -pkgver=1.15.1 +pkgver=1.16.2 pkgrel=1 pkgdesc="A modern project, package, and virtual env manager" arch=('any') @@ -12,6 +12,7 @@ url="https://github.com/pypa/hatch" license=('MIT') depends=( 'python' + 'python-backports-zstd' 'python-click' 'python-hatchling' 'python-httpx' @@ -27,7 +28,6 @@ depends=( 'python-userpath' 'python-uv' 'python-virtualenv' - 'python-zstandard' ) makedepends=( 'python-build' @@ -38,13 +38,14 @@ makedepends=( checkdepends=( 'git' 'libxcrypt-compat' + 'python-flit-core' 'python-pyfakefs' 'python-pytest' 'python-pytest-mock' 'rust' ) source=("$url/archive/hatch-v$pkgver.tar.gz") -sha256sums=('a32e3dff30f0ca4d510de38a248bcc6125dbd2dac7e8b6435e14a29d6dd3e018') +sha512sums=('3dacba2258650cd3ae73e09a0163e8663ca2094ae866b3fb242260da00a79fb429f985b17980f7a8abb457d95a0003d8c84b8d62d19ac40531a8683eee78816c') build() { cd hatch-hatch-v$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch/-/commit/db6684fbeb6f982dea9ba476c466ebcdf4258349 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch/-/commit/db6684fbeb6f982dea9ba476c466ebcdf4258349 You're receiving this email because of your account on gitlab.archlinux.org.
