python3-rich: update to 13.3.2.

This commit is contained in:
Andrew Benson 2023-03-06 12:17:50 -06:00
parent 764ac9a52d
commit d410e629e3

View file

@ -1,7 +1,7 @@
# Template file for 'python3-rich' # Template file for 'python3-rich'
pkgname=python3-rich pkgname=python3-rich
version=13.3.1 version=13.3.2
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-Pygments python3-markdown-it" depends="python3-Pygments python3-markdown-it"
@ -11,7 +11,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=125d96d20c92b946b983d0d392b84ff945461e5a06d3867e9f9e575f8697b67f checksum=91954fe80cfb7985727a467ca98a7618e5dd15178cc2da10f553b36a93859001
make_check=extended # some checks only work on windows make_check=extended # some checks only work on windows
post_install() { post_install() {