Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-rich
Commits:
1a326032 by Frederik Schwan at 2025-07-25T10:30:43+02:00
upgpkg: 14.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-rich
pkgdesc = Render rich text, tables, progress bars, syntax highlighting,
markdown and more to the terminal
- pkgver = 14.0.0
+ pkgver = 14.1.0
pkgrel = 1
url = https://github.com/willmcgugan/rich
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-rich
makedepends = python-wheel
depends = python-markdown-it-py
depends = python-pygments
- source =
https://github.com/willmcgugan/rich/archive/v14.0.0/rich-14.0.0.tar.gz
- b2sums =
b1e47ee163561f714cbddf6d809e7f5b2c28d09c196ec0132a04bdcaa05415fe7189a9c471bd68d3cb18e526d4aecb4499229cf3adac85164cf6309c77f53b74
+ source =
https://github.com/willmcgugan/rich/archive/v14.1.0/rich-14.1.0.tar.gz
+ b2sums =
b1ce2783dc3292df250f416812a6bd7d1c6cc2f15a979f50dd6811771de3beb01f4baf8d5b1ec50c2929dd572578daac58e332017e62e60f51b45e34ed5ac953
pkgname = python-rich
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Hao Long <[email protected]>
pkgname=python-rich
-pkgver=14.0.0
+pkgver=14.1.0
pkgrel=1
pkgdesc='Render rich text, tables, progress bars, syntax highlighting,
markdown and more to the terminal'
arch=(any)
@@ -11,7 +11,7 @@ license=('MIT')
depends=(python-{markdown-it-py,pygments})
makedepends=(python-{build,installer,poetry-core,wheel})
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('b1e47ee163561f714cbddf6d809e7f5b2c28d09c196ec0132a04bdcaa05415fe7189a9c471bd68d3cb18e526d4aecb4499229cf3adac85164cf6309c77f53b74')
+b2sums=('b1ce2783dc3292df250f416812a6bd7d1c6cc2f15a979f50dd6811771de3beb01f4baf8d5b1ec50c2929dd572578daac58e332017e62e60f51b45e34ed5ac953')
build() {
cd rich-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/1a326032b1c84f5fb1dad2a91ce87b32c2a61713
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/1a326032b1c84f5fb1dad2a91ce87b32c2a61713
You're receiving this email because of your account on gitlab.archlinux.org.