Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-rich
Commits:
0c991c34 by Frederik Schwan at 2026-01-24T23:32:42+01:00
upgpkg: 14.3.1-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.3.0
+ pkgver = 14.3.1
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.3.0/rich-14.3.0.tar.gz
- b2sums =
140d6ad1caa132eb8a21055d9d8c552244e32ceab808f0c43b4cadd65b59045e7b443d597a438edd45dc8a71056c51aaff6ad3ebecf4b1e37a4bb663bc4f8118
+ source =
https://github.com/willmcgugan/rich/archive/v14.3.1/rich-14.3.1.tar.gz
+ b2sums =
c89a1c935db2be86423835ce0f026ec488741cca1de08b32604e89f56ff4f1b7a00758f8bac74a8841803544a49ce5166c786cb8846178288f23ac8f167a8af2
pkgname = python-rich
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Hao Long <[email protected]>
pkgname=python-rich
-pkgver=14.3.0
+pkgver=14.3.1
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=('140d6ad1caa132eb8a21055d9d8c552244e32ceab808f0c43b4cadd65b59045e7b443d597a438edd45dc8a71056c51aaff6ad3ebecf4b1e37a4bb663bc4f8118')
+b2sums=('c89a1c935db2be86423835ce0f026ec488741cca1de08b32604e89f56ff4f1b7a00758f8bac74a8841803544a49ce5166c786cb8846178288f23ac8f167a8af2')
build() {
cd rich-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/0c991c34a7a9dc370249c7a3103d24186a6b67ab
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/0c991c34a7a9dc370249c7a3103d24186a6b67ab
You're receiving this email because of your account on gitlab.archlinux.org.