Balló György pushed to branch main at Arch Linux / Packaging / Packages / python-rich
Commits: ae35b0ad by Balló György at 2024-12-13T12:44:37+01:00 upgpkg: 13.9.4-3: Remove unused python-colorama dependency The dependency on python-colorama has been removed in this commit: https://github.com/Textualize/rich/commit/6a21d3b2bc86ded6ad5ec0cdd93eaa61e25316af - - - - - 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.9.4 - pkgrel = 2 + pkgrel = 3 url = https://github.com/willmcgugan/rich arch = any license = MIT @@ -9,7 +9,6 @@ pkgbase = python-rich makedepends = python-installer makedepends = python-poetry-core makedepends = python-wheel - depends = python-colorama depends = python-markdown-it-py depends = python-pygments source = https://github.com/willmcgugan/rich/archive/v13.9.4/rich-13.9.4.tar.gz ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=python-rich pkgver=13.9.4 -pkgrel=2 +pkgrel=3 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal' arch=(any) url='https://github.com/willmcgugan/rich' license=('MIT') -depends=(python-{colorama,markdown-it-py,pygments}) +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=('bf0bd53f3993fbfa309012b646d293799699040827c160a627fb4dbf292146e43b4a823606a6d9855d835f9739c1d75f539328aa093471db54adff44ef7d4e77') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/ae35b0ad7377d66ad3c0c5bace12da909e4c6d3c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/ae35b0ad7377d66ad3c0c5bace12da909e4c6d3c You're receiving this email because of your account on gitlab.archlinux.org.
