pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/py-rich py-rich: updated to 10.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7899fde02a3
branches:  trunk
changeset: 454936:d7899fde02a3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 24 09:35:37 2021 +0000

description:
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.

diffstat:

 comms/py-rich/Makefile |   4 ++--
 comms/py-rich/PLIST    |   5 ++++-
 comms/py-rich/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 75a23de1bca6 -r d7899fde02a3 comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Thu Jun 24 09:32:52 2021 +0000
+++ b/comms/py-rich/Makefile    Thu Jun 24 09:35:37 2021 +0000
@@ -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/}
diff -r 75a23de1bca6 -r d7899fde02a3 comms/py-rich/PLIST
--- a/comms/py-rich/PLIST       Thu Jun 24 09:32:52 2021 +0000
+++ b/comms/py-rich/PLIST       Thu Jun 24 09:35:37 2021 +0000
@@ -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_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
diff -r 75a23de1bca6 -r d7899fde02a3 comms/py-rich/distinfo
--- a/comms/py-rich/distinfo    Thu Jun 24 09:32:52 2021 +0000
+++ b/comms/py-rich/distinfo    Thu Jun 24 09:35:37 2021 +0000
@@ -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