Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-hatch-regex-commit
Commits:
fd24fcd3 by Robin Candau at 2025-09-29T15:09:33+02:00
upgpkg: 0.0.4-2: Move python-hatch a hard dependency
This package being a hatch plugin, it makes sense to move python-hatch as a
hard dependency (rather than a build one only)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = python-hatch-regex-commit
pkgdesc = Hatch plugin to create a commit and tag when bumping version
pkgver = 0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frankie567/hatch-regex-commit
arch = any
license = MIT
makedepends = git
makedepends = python-build
- makedepends = python-hatch
makedepends = python-installer
makedepends = python-wheel
depends = python
+ depends = python-hatch
source =
git+https://github.com/frankie567/hatch-regex-commit#tag=v0.0.4?signed
validpgpkeys = 857A2A1560004F80CB76929FACC9784053EA63DC
sha256sums =
66638e723e039171c2689704d7ed550680746c04c0023c4532a21d8b16c5af52
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgname=python-hatch-regex-commit
_pkgname=${pkgname#python-}
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Hatch plugin to create a commit and tag when bumping version"
url="https://github.com/frankie567/hatch-regex-commit"
arch=('any')
license=('MIT')
-depends=('python')
-makedepends=('git' 'python-build' 'python-hatch' 'python-installer'
'python-wheel')
+depends=('python' 'python-hatch')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
source=("git+${url}#tag=v${pkgver}?signed")
sha256sums=('66638e723e039171c2689704d7ed550680746c04c0023c4532a21d8b16c5af52')
validpgpkeys=('857A2A1560004F80CB76929FACC9784053EA63DC') # François Voron
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch-regex-commit/-/commit/fd24fcd3f2536ce7de9a32f7986afc5c90d5e500
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch-regex-commit/-/commit/fd24fcd3f2536ce7de9a32f7986afc5c90d5e500
You're receiving this email because of your account on gitlab.archlinux.org.