Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-rich-click
Commits:
36a2598d by Giovanni Harting at 2026-01-10T00:45:02+01:00
upgpkg: 1.9.5-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-rich-click
pkgdesc = Format click help output nicely with rich.
- pkgver = 1.9.4
- pkgrel = 2
+ pkgver = 1.9.5
+ pkgrel = 1
url = https://github.com/ewels/rich-click
arch = any
license = MIT
@@ -18,9 +18,9 @@ pkgbase = python-rich-click
depends = python-typing_extensions
depends = python-rich
depends = python-importlib-metadata
- source = git+https://github.com/ewels/rich-click.git#tag=v1.9.4
+ source = git+https://github.com/ewels/rich-click.git#tag=v1.9.5
source = coverage.patch
- b2sums =
8cc7417b4d6cd04852280c75faa61f74f2b400f48b5e3a13b8b2b3df8431b1a0b6fa71eb580ee00f0489d56c8a3d32efc8f8e904a1b655fed5cc6ac281fbf300
+ b2sums =
bd54e0883b751507013f4468de2540efb648bfd054bb7bc9329c57d9339334b077d72f3d29ed1d50f0adfc6572e01e766436ee15de569411a73d5d1a02141e27
b2sums =
ce76531f596c44b9da8b5ae0b462a9a41e1003f46a2b8b7141f75ae127e0c285dcf0ae4cc0655381f839c196f8097789e83c6f236c5661d8cf30b20c455329d8
pkgname = python-rich-click
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-rich-click
_name=${pkgname#python-}
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.9.5
+pkgrel=1
pkgdesc='Format click help output nicely with rich.'
arch=(any)
url='https://github.com/ewels/rich-click'
@@ -13,7 +13,7 @@ checkdepends=(python-pytest python-typer
python-inline-snapshot)
license=(MIT)
source=(git+$url.git#tag=v$pkgver
coverage.patch)
-b2sums=('8cc7417b4d6cd04852280c75faa61f74f2b400f48b5e3a13b8b2b3df8431b1a0b6fa71eb580ee00f0489d56c8a3d32efc8f8e904a1b655fed5cc6ac281fbf300'
+b2sums=('bd54e0883b751507013f4468de2540efb648bfd054bb7bc9329c57d9339334b077d72f3d29ed1d50f0adfc6572e01e766436ee15de569411a73d5d1a02141e27'
'ce76531f596c44b9da8b5ae0b462a9a41e1003f46a2b8b7141f75ae127e0c285dcf0ae4cc0655381f839c196f8097789e83c6f236c5661d8cf30b20c455329d8')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich-click/-/commit/36a2598d5039901868b52f9ecba58da753e62366
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich-click/-/commit/36a2598d5039901868b52f9ecba58da753e62366
You're receiving this email because of your account on gitlab.archlinux.org.