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:           Thu Jun 24 09:35:38 UTC 2021

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

Log Message:
py-rich: updated to 10.4.0

[10.4.0] - 2021-06-18

Added

Added Style.meta
Added rich.repr.auto decorator

Fixed

Fixed error pretty printing classes with special rich_repr method

[10.3.0] - 2021-06-09

Added

Added Console.size setter
Added Console.width setter
Added Console.height setter
Added angular style Rich reprs
Added an IPython extension. Load via %load_ext rich

Changed

Changed the logic for retrieving the calling frame in console logs to a faster one for the Python implementations that support it.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/py-rich/PLIST \
    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.4 pkgsrc/comms/py-rich/Makefile:1.5
--- pkgsrc/comms/py-rich/Makefile:1.4   Tue Jun  1 09:07:26 2021
+++ pkgsrc/comms/py-rich/Makefile       Thu Jun 24 09:35:37 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/06/01 09:07:26 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/24 09:35:37 adam Exp $
 
-DISTNAME=      rich-10.2.2
+DISTNAME=      rich-10.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}

Index: pkgsrc/comms/py-rich/PLIST
diff -u pkgsrc/comms/py-rich/PLIST:1.1 pkgsrc/comms/py-rich/PLIST:1.2
--- pkgsrc/comms/py-rich/PLIST:1.1      Tue May 25 10:12:32 2021
+++ pkgsrc/comms/py-rich/PLIST  Thu Jun 24 09:35:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/25 10:12:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/06/24 09:35:37 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@ ${PYSITELIB}/rich/_emoji_codes.pyo
 ${PYSITELIB}/rich/_emoji_replace.py
 ${PYSITELIB}/rich/_emoji_replace.pyc
 ${PYSITELIB}/rich/_emoji_replace.pyo
+${PYSITELIB}/rich/_extension.py
+${PYSITELIB}/rich/_extension.pyc
+${PYSITELIB}/rich/_extension.pyo
 ${PYSITELIB}/rich/_inspect.py
 ${PYSITELIB}/rich/_inspect.pyc
 ${PYSITELIB}/rich/_inspect.pyo
Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.1 pkgsrc/comms/py-rich/distinfo:1.2
--- pkgsrc/comms/py-rich/distinfo:1.1   Tue May 25 10:12:32 2021
+++ pkgsrc/comms/py-rich/distinfo       Thu Jun 24 09:35:37 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/05/25 10:12:32 adam Exp $
+$NetBSD: distinfo,v 1.2 2021/06/24 09:35:37 adam Exp $
 
-SHA1 (rich-10.2.2.tar.gz) = 0ff4761153e3fd1feb5ae09d645f1235b89ea603
-RMD160 (rich-10.2.2.tar.gz) = 7d616c95fa6f6216e5a38101943ea5edd3055368
-SHA512 (rich-10.2.2.tar.gz) = 122bb01d56584654d242f12587a9d3132bf725ea560a9f4f059d757deede8724f1816a1d217bb9137ec7a524d9939b6e4d32dfffa895e8a5a984988f0e5ee6db
-Size (rich-10.2.2.tar.gz) = 187108 bytes
+SHA1 (rich-10.4.0.tar.gz) = 67b3d9740793e6b7e2accd0778bdda351a605520
+RMD160 (rich-10.4.0.tar.gz) = 12e97204e1475adf9d0863aea7961c06190e2ebb
+SHA512 (rich-10.4.0.tar.gz) = 1d617d2ce1da71f6af4ca65a7fd0fabda674bc745fb036be339a5e08dda0f454a9b432242f2c83afcfebd0f0fd0058b432e21484fa5e4664510ecd23197f7589
+Size (rich-10.4.0.tar.gz) = 189857 bytes



Home | Main Index | Thread Index | Old Index