Tue Oct 12 10:49:44 2021 UTC ()
py-rich: updated to 10.12.0

10.12.0

Updated

Official Py3.10 release

Fixed

Fixed detection of custom repr when pretty printing dataclasses


(adam)
diff -r1.12 -r1.13 pkgsrc/comms/py-rich/Makefile
diff -r1.10 -r1.11 pkgsrc/comms/py-rich/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/comms/py-rich/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/py-rich/Makefile 2021/09/29 09:28:38 1.12
+++ pkgsrc/comms/py-rich/Makefile 2021/10/12 10:49:44 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2021/09/29 09:28:38 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2021/10/12 10:49:44 adam Exp $
2 2
3DISTNAME= rich-10.11.0 3DISTNAME= rich-10.12.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= comms python 5CATEGORIES= comms python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/willmcgugan/rich 9HOMEPAGE= https://github.com/willmcgugan/rich
10COMMENT= Render rich text, tables, progress bars, syntax highlighting 10COMMENT= Render rich text, tables, progress bars, syntax highlighting
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.0:../../comms/py-colorama 13DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.0:../../comms/py-colorama
14DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.9.0:../../textproc/py-commonmark 14DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.9.0:../../textproc/py-commonmark
15DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6.0:../../textproc/py-pygments 15DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6.0:../../textproc/py-pygments
16 16

cvs diff -r1.10 -r1.11 pkgsrc/comms/py-rich/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/py-rich/distinfo 2021/10/07 13:27:09 1.10
+++ pkgsrc/comms/py-rich/distinfo 2021/10/12 10:49:44 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/07 13:27:09 nia Exp $ 1$NetBSD: distinfo,v 1.11 2021/10/12 10:49:44 adam Exp $
2 2
3RMD160 (rich-10.11.0.tar.gz) = ba717645286bd14053e90266a7689f8d33b09856 3RMD160 (rich-10.12.0.tar.gz) = 27f7811cfd8af9aa264b517b97b39baac3db6e14
4SHA512 (rich-10.11.0.tar.gz) = 7e2e5df0d81d7ad2b3d1f6a54f4a71eae404382d5b98b8a745d241352a26dbc20e3a24f9968148c1e911fc474da6650dbe8d3cc3ba618ab2ffd28e6d3c933d82 4SHA512 (rich-10.12.0.tar.gz) = 7c57d1b3cb99b753eb4a869b05800cea0c446aee906fe3959cc5d3ea93f163f411c51350d85e5ba048047145bcf2269a8570b37f3a240d7e95e537d9ffec4452
5Size (rich-10.11.0.tar.gz) = 195164 bytes 5Size (rich-10.12.0.tar.gz) = 195363 bytes