pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/py-rich



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 19 10:39:56 UTC 2021

Modified Files:
        pkgsrc/comms/py-rich: Makefile distinfo

Log Message:
py-rich: updated to 10.10.0

10.10.0

Added

Added stdin support to rich.json

Fixed

Fixed pretty printing of objects with fo magic with getattr https://github.com/willmcgugan/rich/issues/1492


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/py-rich/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-rich/Makefile
diff -u pkgsrc/comms/py-rich/Makefile:1.10 pkgsrc/comms/py-rich/Makefile:1.11
--- pkgsrc/comms/py-rich/Makefile:1.10  Mon Aug 30 16:44:11 2021
+++ pkgsrc/comms/py-rich/Makefile       Sun Sep 19 10:39:56 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/08/30 16:44:11 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/09/19 10:39:56 adam Exp $
 
-DISTNAME=      rich-10.9.0
+DISTNAME=      rich-10.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}

Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.7 pkgsrc/comms/py-rich/distinfo:1.8
--- pkgsrc/comms/py-rich/distinfo:1.7   Mon Aug 30 16:44:11 2021
+++ pkgsrc/comms/py-rich/distinfo       Sun Sep 19 10:39:56 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/08/30 16:44:11 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/09/19 10:39:56 adam Exp $
 
-SHA1 (rich-10.9.0.tar.gz) = b4b44004a70135dfd5a3dddc68b523265c524ac1
-RMD160 (rich-10.9.0.tar.gz) = ca08acee3866106b9fe0e9fb6e86e618a6da5f65
-SHA512 (rich-10.9.0.tar.gz) = 8d688e1c9573746526f27766c85b8a7cfd8bdb40fc5aceaf7c34a2ab200db95117f27e3b4b870479c570dbf5a666805d783d572d61e8a50a2965624050297481
-Size (rich-10.9.0.tar.gz) = 194392 bytes
+SHA1 (rich-10.10.0.tar.gz) = 276502fe07caa05525ad3b22384e853b3c77d7ba
+RMD160 (rich-10.10.0.tar.gz) = 8bbbc3862823ffb6fcc85c50f504e983be001d40
+SHA512 (rich-10.10.0.tar.gz) = effd16f224795cb6df34c2e88005fde6ceb4e4c8b13877031a5e59c3e45d300dee51fd00c39377e8eede5a7cd7b19dae074b4700aeabfc46e6031de2918f413d
+Size (rich-10.10.0.tar.gz) = 194425 bytes



Home | Main Index | Thread Index | Old Index