George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-cli_helpers
Commits:
aeb40598 by George Rawlinson at 2026-02-01T07:10:58+00:00
upgpkg: 2.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks
- pkgver = 2.8.1
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/dbcli/cli_helpers
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-cli_helpers
depends = python-tabulate
depends = python-configobj
optdepends = python-pygments: for styles extras
- source =
python-cli_helpers::git+https://github.com/dbcli/cli_helpers#tag=v2.8.1
- sha512sums =
eeb6a6df3cfdf2a660cf4687cd216063f98531e7adc9147b42f6dde6496f422b9163d99cb136cf09c739af8f8d5ae6389321481126be10cbac5698ca1462a052
- b2sums =
40b4b809b504d76bd1ee3e4f2768800c59f55407915b9dfc96ccd5bbc3741f771309022f3cfef25be3a860566535d7939a3c85d8844abb5fe72ad2f8878a1d6f
+ source =
python-cli_helpers::git+https://github.com/dbcli/cli_helpers#tag=v2.9.0
+ sha512sums =
484476cfa1e133ec3141d5cc26b12998961ff79dc90f6aebccb608640ad2ff1f2267646dbb865ddf7637c7ac6d47f73f0d4048a3b8d1b8d07002fe8feed5d3b6
+ b2sums =
7a239b54c06e148cdc469c412645f3235a8862f2785129110eeb9b331f2856a070427716ff2b37bf79f8de27a3dab6a37ac78c624cbada5e511eee5160c95090
pkgname = python-cli_helpers
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: fzerorubigd <[email protected]>
pkgname=python-cli_helpers
-pkgver=2.8.1
+pkgver=2.9.0
pkgrel=1
pkgdesc='Python helpers for common CLI tasks'
arch=(any)
@@ -23,8 +23,8 @@ makedepends=(
checkdepends=(python-pytest python-pygments)
optdepends=('python-pygments: for styles extras')
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('eeb6a6df3cfdf2a660cf4687cd216063f98531e7adc9147b42f6dde6496f422b9163d99cb136cf09c739af8f8d5ae6389321481126be10cbac5698ca1462a052')
-b2sums=('40b4b809b504d76bd1ee3e4f2768800c59f55407915b9dfc96ccd5bbc3741f771309022f3cfef25be3a860566535d7939a3c85d8844abb5fe72ad2f8878a1d6f')
+sha512sums=('484476cfa1e133ec3141d5cc26b12998961ff79dc90f6aebccb608640ad2ff1f2267646dbb865ddf7637c7ac6d47f73f0d4048a3b8d1b8d07002fe8feed5d3b6')
+b2sums=('7a239b54c06e148cdc469c412645f3235a8862f2785129110eeb9b331f2856a070427716ff2b37bf79f8de27a3dab6a37ac78c624cbada5e511eee5160c95090')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cli_helpers/-/commit/aeb4059830ff0485e24d0ad2d25037420ba72fb5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cli_helpers/-/commit/aeb4059830ff0485e24d0ad2d25037420ba72fb5
You're receiving this email because of your account on gitlab.archlinux.org.