Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-rich
Commits:
1a408125 by Frederik Schwan at 2024-10-22T19:17:51+02:00
upgpkg: 13.9.3-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.2
+ pkgver = 13.9.3
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.2/rich-13.9.2.tar.gz
- b2sums =
c83f736630a7bfbccda7d790476e7a9f518f2fa4e6bb3d4f5190bdeae784571875066c94bd8f4e01117b45a7eee83e9072bb7bb64ab5d5d8675aac5a63d5b0b5
+ source =
https://github.com/willmcgugan/rich/archive/v13.9.3/rich-13.9.3.tar.gz
+ b2sums =
4ef76583ed13692b9f4a9714a68186fd06262e76d691f79cd256b4ab153052efd5fdf2320df797683ea1765cf063215a6b2d2614cd8040ebed0b89178cdcf2e0
pkgname = python-rich
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Hao Long <[email protected]>
pkgname=python-rich
-pkgver=13.9.2
+pkgver=13.9.3
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=('c83f736630a7bfbccda7d790476e7a9f518f2fa4e6bb3d4f5190bdeae784571875066c94bd8f4e01117b45a7eee83e9072bb7bb64ab5d5d8675aac5a63d5b0b5')
+b2sums=('4ef76583ed13692b9f4a9714a68186fd06262e76d691f79cd256b4ab153052efd5fdf2320df797683ea1765cf063215a6b2d2614cd8040ebed0b89178cdcf2e0')
build() {
cd rich-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/1a40812592611b4852ab43c9d9f3e7cda5d599fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/1a40812592611b4852ab43c9d9f3e7cda5d599fa
You're receiving this email because of your account on gitlab.archlinux.org.