Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-rich
Commits:
7209f7b4 by Frederik Schwan at 2024-11-02T22:00:15+01:00
upgpkg: 13.9.4-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.3
+ pkgver = 13.9.4
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.3/rich-13.9.3.tar.gz
- b2sums =
4ef76583ed13692b9f4a9714a68186fd06262e76d691f79cd256b4ab153052efd5fdf2320df797683ea1765cf063215a6b2d2614cd8040ebed0b89178cdcf2e0
+ source =
https://github.com/willmcgugan/rich/archive/v13.9.4/rich-13.9.4.tar.gz
+ b2sums =
bf0bd53f3993fbfa309012b646d293799699040827c160a627fb4dbf292146e43b4a823606a6d9855d835f9739c1d75f539328aa093471db54adff44ef7d4e77
pkgname = python-rich
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Hao Long <[email protected]>
pkgname=python-rich
-pkgver=13.9.3
+pkgver=13.9.4
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=('4ef76583ed13692b9f4a9714a68186fd06262e76d691f79cd256b4ab153052efd5fdf2320df797683ea1765cf063215a6b2d2614cd8040ebed0b89178cdcf2e0')
+b2sums=('bf0bd53f3993fbfa309012b646d293799699040827c160a627fb4dbf292146e43b4a823606a6d9855d835f9739c1d75f539328aa093471db54adff44ef7d4e77')
build() {
cd rich-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/7209f7b47e081b5c67061f9ead83c8ea37f8f66c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/7209f7b47e081b5c67061f9ead83c8ea37f8f66c
You're receiving this email because of your account on gitlab.archlinux.org.