Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-rich
Commits:
edae832d by Frederik Schwan at 2024-10-13T09:13:49+02:00
upgpkg: 13.9.2-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 = 13.9.1
+ pkgver = 13.9.2
pkgrel = 1
url = https://github.com/willmcgugan/rich
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-rich
depends = python-colorama
depends = python-markdown-it-py
depends = python-pygments
- source =
https://github.com/willmcgugan/rich/archive/v13.9.1/rich-13.9.1.tar.gz
- b2sums =
ce08c00e9d1754c75485ebc025a2479bd2dd851f38d87a40c38ef17118c626a9f1ca17219578b7a0e7ad758d626465f467850ccf2d37d8d29501951eca516eec
+ source =
https://github.com/willmcgugan/rich/archive/v13.9.2/rich-13.9.2.tar.gz
+ b2sums =
c83f736630a7bfbccda7d790476e7a9f518f2fa4e6bb3d4f5190bdeae784571875066c94bd8f4e01117b45a7eee83e9072bb7bb64ab5d5d8675aac5a63d5b0b5
pkgname = python-rich
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Hao Long <[email protected]>
pkgname=python-rich
-pkgver=13.9.1
+pkgver=13.9.2
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-{colorama,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=('ce08c00e9d1754c75485ebc025a2479bd2dd851f38d87a40c38ef17118c626a9f1ca17219578b7a0e7ad758d626465f467850ccf2d37d8d29501951eca516eec')
+b2sums=('c83f736630a7bfbccda7d790476e7a9f518f2fa4e6bb3d4f5190bdeae784571875066c94bd8f4e01117b45a7eee83e9072bb7bb64ab5d5d8675aac5a63d5b0b5')
build() {
cd rich-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/edae832d580006082a49815b3692f873e749d174
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/edae832d580006082a49815b3692f873e749d174
You're receiving this email because of your account on gitlab.archlinux.org.