Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-rich
Commits:
c4e7d896 by Frederik Schwan at 2024-08-26T20:05:41+02:00
upgpkg: 13.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-rich
pkgdesc = Render rich text, tables, progress bars, syntax highlighting,
markdown and more to the terminal
- pkgver = 13.7.1
- pkgrel = 2
+ pkgver = 13.8.0
+ pkgrel = 1
url = https://github.com/willmcgugan/rich
arch = any
license = MIT
@@ -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.7.1/rich-13.7.1.tar.gz
- b2sums =
6fad18bf0a4e4f72e530c78db7a498f27dd8c9a7b9b17ca5ef12a94bbe513857f3c42d4903f8ebbfe8907727cddaf290f08862c27efb29db8aaf70c7bcb13ace
+ source =
https://github.com/willmcgugan/rich/archive/v13.8.0/rich-13.8.0.tar.gz
+ b2sums =
e319018387ff27f4ec2bce1d272ff7fe676d224a14798fa585c0d72fcdedd084c3e1d4b73d3d2db45a113e0c5433c7103382c7134ff6e1c8e580ff2c3fa444ae
pkgname = python-rich
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Hao Long <[email protected]>
pkgname=python-rich
-pkgver=13.7.1
-pkgrel=2
+pkgver=13.8.0
+pkgrel=1
pkgdesc='Render rich text, tables, progress bars, syntax highlighting,
markdown and more to the terminal'
arch=(any)
url='https://github.com/willmcgugan/rich'
@@ -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=('6fad18bf0a4e4f72e530c78db7a498f27dd8c9a7b9b17ca5ef12a94bbe513857f3c42d4903f8ebbfe8907727cddaf290f08862c27efb29db8aaf70c7bcb13ace')
+b2sums=('e319018387ff27f4ec2bce1d272ff7fe676d224a14798fa585c0d72fcdedd084c3e1d4b73d3d2db45a113e0c5433c7103382c7134ff6e1c8e580ff2c3fa444ae')
build() {
cd rich-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/c4e7d896f9165219a32280c2da4fc3751a2647d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/c4e7d896f9165219a32280c2da4fc3751a2647d2
You're receiving this email because of your account on gitlab.archlinux.org.