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:           Mon Jul 25 16:24:20 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/py-rich/PLIST
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/comms/py-rich/Makefile:1.28
--- pkgsrc/comms/py-rich/Makefile:1.27  Tue May 24 11:52:04 2022
+++ pkgsrc/comms/py-rich/Makefile       Mon Jul 25 16:24:19 2022
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-pygments>=2.6.0
 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

Index: pkgsrc/comms/py-rich/PLIST
diff -u pkgsrc/comms/py-rich/PLIST:1.5 pkgsrc/comms/py-rich/PLIST:1.6
--- pkgsrc/comms/py-rich/PLIST:1.5      Fri Apr 29 12:57:33 2022
+++ pkgsrc/comms/py-rich/PLIST  Mon Jul 25 16:24:19 2022
@@ -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/_log_render.pyo
 ${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

Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.24 pkgsrc/comms/py-rich/distinfo:1.25
--- pkgsrc/comms/py-rich/distinfo:1.24  Tue May 24 11:52:04 2022
+++ pkgsrc/comms/py-rich/distinfo       Mon Jul 25 16:24:19 2022
@@ -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