python3-rich: update to 14.0.0.

This commit is contained in:
Andrew Benson 2025-04-06 20:18:22 +02:00
parent bd67f40431
commit e35e0fd210

View file

@ -1,7 +1,7 @@
# Template file for 'python3-rich'
pkgname=python3-rich
version=13.9.4
revision=2
version=14.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-Pygments python3-markdown-it"
@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/willmcgugan/rich"
distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz"
checksum=439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098
checksum=82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725
make_check=extended # some checks only work on windows
post_install() {