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: Sun Jul 27 09:35:55 UTC 2025
Modified Files:
pkgsrc/comms/py-rich: Makefile distinfo
Log Message:
py-rich: update to 14.1.0.
Changed
Removed typing_extensions from runtime dependencies #3763
Live objects (including Progress) may now be nested #3768
Added padding property to Syntax which returns a tuple of four integers #3782
Fixed
Fixed extraction of recursive exceptions #3772
Fixed padding applied to Syntax #3782
Fixed Panel title missing the panel background style #3569
Added
Added TTY_INTERACTIVE environment variable to force interactive mode off or on #3777
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.45 -r1.46 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.52 pkgsrc/comms/py-rich/Makefile:1.53
--- pkgsrc/comms/py-rich/Makefile:1.52 Sun Apr 20 21:14:25 2025
+++ pkgsrc/comms/py-rich/Makefile Sun Jul 27 09:35:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2025/04/20 21:14:25 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/07/27 09:35:55 wiz Exp $
-DISTNAME= rich-14.0.0
+DISTNAME= rich-14.1.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.45 pkgsrc/comms/py-rich/distinfo:1.46
--- pkgsrc/comms/py-rich/distinfo:1.45 Sun Apr 20 21:14:25 2025
+++ pkgsrc/comms/py-rich/distinfo Sun Jul 27 09:35:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2025/04/20 21:14:25 wiz Exp $
+$NetBSD: distinfo,v 1.46 2025/07/27 09:35:55 wiz Exp $
-BLAKE2s (rich-14.0.0.tar.gz) = ee8000b1397347f0d630e9255eb1fb9546949e6c591f21b7fc5bb64a16d52946
-SHA512 (rich-14.0.0.tar.gz) = fcca4648c34e51e7a9c9022c0c179bb2e76b0ba4cbe5cbc8a0c717359f433b3ee41e537202fccdc9ade88789bf38445200eab964ba53ad160019e4cdb5727e1a
-Size (rich-14.0.0.tar.gz) = 224078 bytes
+BLAKE2s (rich-14.1.0.tar.gz) = 6c03d25c57ab2c18dcf51ebfc2cb08ef6faa2617c4d7d9706f6ec15ca84461bd
+SHA512 (rich-14.1.0.tar.gz) = ddd9c5d3391070158e64a1ae6fe864bf5496f6d3aa574ecbf0201655909abb4663149f315654171ee71fc0e9061938d1fbc151f82356714c2c4e89a8ce2a2ade
+Size (rich-14.1.0.tar.gz) = 224441 bytes
Home |
Main Index |
Thread Index |
Old Index