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 Feb 20 17:33:17 UTC 2023
Modified Files:
pkgsrc/comms/py-rich: Makefile PLIST distinfo
Log Message:
py-rich: updated to 13.3.1
13.3.1 - 2023-01-28
Fixed
Fixed truecolor to eight bit color conversion
13.3.0 - 2023-01-27
Fixed
Fixed failing tests due to Pygments dependency
Relaxed ipywidgets
Added
Added encoding parameter in Theme.read
13.2.0 - 2023-01-19
Changed
Switch Markdown parsing from commonmark to markdown-it-py
13.1.0 - 2023-01-14
Fixed
Fixed wrong filenames in Jupyter tracebacks
Added
Added locals_hide_dunder and locals_hide_sunder to Tracebacks, to hide double underscore and single underscore locals.
Changed
Tracebacks will now hide double underscore names from locals by default. Set locals_hide_dunder=False to restore previous behaviour.
13.0.1 - 2023-01-06
Fixed
Fixed issue with Segment.split_cells for mixed single and double cell widths
13.0.0 - 2022-12-30
Fixed
Reversed pre and code tags in base HTML format
Improved detection of attrs library, that isn't confused by the presence of the attr library.
Fixed issue with locals_max_length parameter not being respected in Traceback
Handling of broken fileno made more robust. Fixes
Fixed missing fileno on FileProxy
Changed
Bumped minimum Python version to 3.7
Pretty-printing of "tagged" __repr__ results is now greedy when matching tags
progress.track now supports deriving total from __length_hint__
Added
Add type annotation for key_separator of pretty.Node
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/py-rich/PLIST
cvs rdiff -u -r1.26 -r1.27 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.29 pkgsrc/comms/py-rich/Makefile:1.30
--- pkgsrc/comms/py-rich/Makefile:1.29 Mon Oct 3 12:36:43 2022
+++ pkgsrc/comms/py-rich/Makefile Mon Feb 20 17:33:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/10/03 12:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/02/20 17:33:17 adam Exp $
-DISTNAME= rich-12.6.0
+DISTNAME= rich-13.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
@@ -10,17 +10,17 @@ HOMEPAGE= https://github.com/willmcgugan
COMMENT= Render rich text, tables, progress bars, syntax highlighting
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.9.0:../../textproc/py-commonmark
-DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6.0:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-markdown-it-py>=2.1.0:../../textproc/py-markdown-it-py
+DEPENDS+= ${PYPKGPREFIX}-pygments>=2.14.0:../../textproc/py-pygments
+
+USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 39
+.if ${_PYTHON_VERSION} == 38
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
.endif
-USE_LANGUAGES= # none
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-rich/PLIST
diff -u pkgsrc/comms/py-rich/PLIST:1.7 pkgsrc/comms/py-rich/PLIST:1.8
--- pkgsrc/comms/py-rich/PLIST:1.7 Mon Oct 3 12:36:43 2022
+++ pkgsrc/comms/py-rich/PLIST Mon Feb 20 17:33:17 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/10/03 12:36:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/02/20 17:33:17 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -25,6 +25,9 @@ ${PYSITELIB}/rich/_export_format.pyo
${PYSITELIB}/rich/_extension.py
${PYSITELIB}/rich/_extension.pyc
${PYSITELIB}/rich/_extension.pyo
+${PYSITELIB}/rich/_fileno.py
+${PYSITELIB}/rich/_fileno.pyc
+${PYSITELIB}/rich/_fileno.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.26 pkgsrc/comms/py-rich/distinfo:1.27
--- pkgsrc/comms/py-rich/distinfo:1.26 Mon Oct 3 12:36:43 2022
+++ pkgsrc/comms/py-rich/distinfo Mon Feb 20 17:33:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/10/03 12:36:43 adam Exp $
+$NetBSD: distinfo,v 1.27 2023/02/20 17:33:17 adam Exp $
-BLAKE2s (rich-12.6.0.tar.gz) = c1b3a0c08cd71b1e0bdb03113d96b248183ade3f65eb25e4408ef93c6a115698
-SHA512 (rich-12.6.0.tar.gz) = ad34df385b6788d6ec34b96c613f5d19e5865881a18cbbf0d07fbbe4cb15843034dc0a8e26322896ce4d469ff9d7565dbd4c881cf2b116cc5ebea9e42bc99449
-Size (rich-12.6.0.tar.gz) = 220114 bytes
+BLAKE2s (rich-13.3.1.tar.gz) = 66d47e5185e2ba929a27da20862ee3084b1926f650ba5f11b859d5d7edfe537b
+SHA512 (rich-13.3.1.tar.gz) = 74620dba0baea6ee0300a3b7ffb811c789e6eabce28ef2cfb379c5a3e8fd54d39bf56bbb4124ac695a84818e46aa4ea8ce0eb56744c1a288e9ff95bf3a0f01d5
+Size (rich-13.3.1.tar.gz) = 220912 bytes
Home |
Main Index |
Thread Index |
Old Index