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: Tue Oct 1 19:59:23 UTC 2024
Modified Files:
pkgsrc/comms/py-rich: Makefile distinfo
Log Message:
py-rich: updated to 13.9.1
13.9.1
Fixed
Fixed typing_extensions dependency
13.9.0
Changed
Dropped support for Python3.7
Rich will display tracebacks with finely grained error locations on python 3.11+
Fixed
Fixed issue with Segment._split_cells
Fix auto detection of terminal size on Windows
Text.style now respected in Panel title/subtitle
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.40 -r1.41 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.46 pkgsrc/comms/py-rich/Makefile:1.47
--- pkgsrc/comms/py-rich/Makefile:1.46 Tue Sep 10 18:56:02 2024
+++ pkgsrc/comms/py-rich/Makefile Tue Oct 1 19:59:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2024/09/10 18:56:02 adam Exp $
+# $NetBSD: Makefile,v 1.47 2024/10/01 19:59:23 adam Exp $
-DISTNAME= rich-13.8.1
+DISTNAME= rich-13.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.40 pkgsrc/comms/py-rich/distinfo:1.41
--- pkgsrc/comms/py-rich/distinfo:1.40 Tue Sep 10 18:56:02 2024
+++ pkgsrc/comms/py-rich/distinfo Tue Oct 1 19:59:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/09/10 18:56:02 adam Exp $
+$NetBSD: distinfo,v 1.41 2024/10/01 19:59:23 adam Exp $
-BLAKE2s (rich-13.8.1.tar.gz) = e0ddc878e68d5a8c238f40eb08f96aa603a0cc8b075496fb637febe83aacf7e0
-SHA512 (rich-13.8.1.tar.gz) = 6c15be41cfc9d54ca2eceb0415b81e91b4184ae5db75af8d17397dc03a573094fea1f4fd8dc95ee32e01180183960d9a3d48f391aba9c8146982f914bf971da7
-Size (rich-13.8.1.tar.gz) = 222080 bytes
+BLAKE2s (rich-13.9.1.tar.gz) = 9bd9286bcefe94deee381518c8cc1e9fd5af76d4b9e825ac2c1ebebbfc397b8d
+SHA512 (rich-13.9.1.tar.gz) = 50b42a42f5e8c3e1aef8a0873737e8ddb66361ebad29145ea12e863a50bfd30afb899746732ecf68091f030cae1de2819b8420283ef7bc5695a75eac0493e1da
+Size (rich-13.9.1.tar.gz) = 222907 bytes
Home |
Main Index |
Thread Index |
Old Index