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 12.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f3d02c40390
branches:  trunk
changeset: 382329:1f3d02c40390
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 25 16:24:19 2022 +0000

description:
py-rich: updated to 12.5.1

12.5.1

Fixed

Fixed missing typing extensions dependency on 3.9


12.5.0

Added

Environment variables JUPYTER_COLUMNS and JUPYTER_LINES to control width and height of console in Jupyter
Markdown friendly Box style, MARKDOWN, for rendering tables ready to copy into markdown files
inspect will prefix coroutine functions with async def
Style.__add__ will no longer return NotImplemented
Remove rich._lru_cache

Changed

Default width of Jupyter console size is increased to 115
Optimized Segment.divide

Fixed

Fix Rich clobbering cursor style on Windows
Fix text wrapping edge case
Allow exceptions that are raised while a Live is rendered to be displayed and/or processed
Fix crashes that can happen with inspect when docstrings contain some special control codes
Fix edges used in first row of tables when show_header=False
Fix interaction between Capture contexts and Console(record=True)
Fixed hash issue in Styles class
Fixed bug in Segment.split_and_crop_lines

diffstat:

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

diffs (55 lines):

diff -r 35702999f39c -r 1f3d02c40390 comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Mon Jul 25 16:11:51 2022 +0000
+++ b/comms/py-rich/Makefile    Mon Jul 25 16:24:19 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/05/24 11:52:04 adam Exp $
+# $NetBSD: Makefile,v 1.28 2022/07/25 16:24:19 adam Exp $
 
-DISTNAME=      rich-12.4.4
+DISTNAME=      rich-12.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
@@ -16,8 +16,8 @@
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
+.if ${_PYTHON_VERSION} < 39
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
 .endif
 
 USE_LANGUAGES= # none
diff -r 35702999f39c -r 1f3d02c40390 comms/py-rich/PLIST
--- a/comms/py-rich/PLIST       Mon Jul 25 16:11:51 2022 +0000
+++ b/comms/py-rich/PLIST       Mon Jul 25 16:24:19 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/04/29 12:57:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/07/25 16:24:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -34,9 +34,6 @@
 ${PYSITELIB}/rich/_loop.py
 ${PYSITELIB}/rich/_loop.pyc
 ${PYSITELIB}/rich/_loop.pyo
-${PYSITELIB}/rich/_lru_cache.py
-${PYSITELIB}/rich/_lru_cache.pyc
-${PYSITELIB}/rich/_lru_cache.pyo
 ${PYSITELIB}/rich/_palettes.py
 ${PYSITELIB}/rich/_palettes.pyc
 ${PYSITELIB}/rich/_palettes.pyo
diff -r 35702999f39c -r 1f3d02c40390 comms/py-rich/distinfo
--- a/comms/py-rich/distinfo    Mon Jul 25 16:11:51 2022 +0000
+++ b/comms/py-rich/distinfo    Mon Jul 25 16:24:19 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/05/24 11:52:04 adam Exp $
+$NetBSD: distinfo,v 1.25 2022/07/25 16:24:19 adam Exp $
 
-BLAKE2s (rich-12.4.4.tar.gz) = f75698aaa3277025b5d91322648807668caa057d45bbd743acc36217c8df648d
-SHA512 (rich-12.4.4.tar.gz) = feb1620d6502e18485008b43c81ce44a0486f9424a94d8e1a3333b01af53ae57770344d9736a83fd71b27bd8e1e3bcda2903d79641aa59cb980f21a6ff6e0c1c
-Size (rich-12.4.4.tar.gz) = 214203 bytes
+BLAKE2s (rich-12.5.1.tar.gz) = 52e8c032de14cdd93b804fb9359c36f1886be82b4da7911038cdae657b741e9b
+SHA512 (rich-12.5.1.tar.gz) = b838d81b7b9b5147c43dba31b0a33d8502ce5bad651ee18cd37a296593183a186ef36d3c9dca9c8f542c54a98b0f8b9e4b5858674ffb6265b2e5bf9e1447f2c5
+Size (rich-12.5.1.tar.gz) = 218370 bytes



Home | Main Index | Thread Index | Old Index