python3-rich: update to 12.6.0.

This commit is contained in:
Andrew Benson 2022-10-03 15:25:11 -05:00
parent 45ced809ba
commit a8004f0652

View file

@ -1,6 +1,6 @@
# Template file for 'python3-rich' # Template file for 'python3-rich'
pkgname=python3-rich pkgname=python3-rich
version=12.5.1 version=12.6.0
revision=1 revision=1
wrksrc="rich-${version}" wrksrc="rich-${version}"
build_style=python3-module build_style=python3-module
@ -13,7 +13,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/willmcgugan/rich" homepage="https://github.com/willmcgugan/rich"
distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz" distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz"
checksum=63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca checksum=ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0
make_check=extended # some checks only work on windows make_check=extended # some checks only work on windows
post_install() { post_install() {