Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-hatch
Commits:
8f3334a2 by Jelle van der Waa at 2026-01-02T15:19:26+01:00
Drop backports.zstd dependency
zstd is now included in Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-hatch
pkgdesc = A modern project, package, and virtual env manager
pkgver = 1.16.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pypa/hatch
arch = any
license = MIT
@@ -17,7 +17,6 @@ pkgbase = python-hatch
makedepends = python-installer
makedepends = python-wheel
depends = python
- depends = python-backports-zstd
depends = python-click
depends = python-hatchling
depends = python-httpx
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,13 @@
pkgname=python-hatch
pkgver=1.16.2
-pkgrel=2
+pkgrel=3
pkgdesc="A modern project, package, and virtual env manager"
arch=('any')
url="https://github.com/pypa/hatch"
license=('MIT')
depends=(
'python'
- 'python-backports-zstd'
'python-click'
'python-hatchling'
'python-httpx'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch/-/commit/8f3334a24a09b384ffb4a6b57405d153fd1f7cf5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch/-/commit/8f3334a24a09b384ffb4a6b57405d153fd1f7cf5
You're receiving this email because of your account on gitlab.archlinux.org.