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:   wiz
Date:           Wed Apr 15 18:41:26 UTC 2026

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

Log Message:
py-rich: update to 15.0.0.

15.0.0

Changed

    Breaking change: Dropped support for Python3.8

Fixed

    Fixed empty print ignoring the end parameter #4075
    Fixed Text.from_ansi removing newlines #4076
    Fixed FileProxy.isatty not proxying #4077
    Fixed inline code in Markdown tables cells #4079

14.3.4

Improved import time with lazy loading #4070

Changed link id generation to avoid random number generation at runtime #3845


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.50 -r1.51 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.58 pkgsrc/comms/py-rich/Makefile:1.59
--- pkgsrc/comms/py-rich/Makefile:1.58  Sun Feb 22 14:22:40 2026
+++ pkgsrc/comms/py-rich/Makefile       Wed Apr 15 18:41:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2026/02/22 14:22:40 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2026/04/15 18:41:26 wiz Exp $
 
-DISTNAME=      rich-14.3.3
+DISTNAME=      rich-15.0.0
 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.50 pkgsrc/comms/py-rich/distinfo:1.51
--- pkgsrc/comms/py-rich/distinfo:1.50  Sun Feb 22 14:22:40 2026
+++ pkgsrc/comms/py-rich/distinfo       Wed Apr 15 18:41:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2026/02/22 14:22:40 wiz Exp $
+$NetBSD: distinfo,v 1.51 2026/04/15 18:41:26 wiz Exp $
 
-BLAKE2s (rich-14.3.3.tar.gz) = 59149371ea063132fccda39957063d4d6073896f26330730f3e7ab61a47da56a
-SHA512 (rich-14.3.3.tar.gz) = c3266af2323bf76a4235c66eac7d64da97df3abfdc8f75d24956d4c97059dfd2562a850954d573847ed36938762b93413afa30c8ffae4299b5857d017f407dfc
-Size (rich-14.3.3.tar.gz) = 230582 bytes
+BLAKE2s (rich-15.0.0.tar.gz) = 0c9381e6e2af2a6f6722045123dc81e50f1ba41d8b0d914d06499a193466073d
+SHA512 (rich-15.0.0.tar.gz) = 91226f869a23a4e1292d6070f3689cff9ab60929b2434fb15b000d09a7549a7e950bdfc0b11dde1722ddb0304c47799e93f2e4ee9a9f7fef55e5ec40f3ef148a
+Size (rich-15.0.0.tar.gz) = 230680 bytes



Home | Main Index | Thread Index | Old Index