pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/py-rich py-rich: updated to 10.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64112ecd3aef
branches:  trunk
changeset: 770005:64112ecd3aef
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 23 20:49:28 2021 +0000

description:
py-rich: updated to 10.14.0

10.14.0

Fixed

Fixed progress speed not updating when total doesn't change
Fixed superfluous new line in Status https://github.com/willmcgugan/rich/issues/1662
Fixed Windows legacy width again
Fixed infinite loop in set_cell_size https://github.com/willmcgugan/rich/issues/1682

Added

Added file protocol to URL highlighter https://github.com/willmcgugan/rich/issues/1681
Added rich.protocol.rich_cast

Changed

Allowed __rich__ to work recursively
Allowed Text classes to work with sep in print https://github.com/willmcgugan/rich/issues/1689

diffstat:

 comms/py-rich/Makefile |  4 ++--
 comms/py-rich/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r fc33620326e5 -r 64112ecd3aef comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Tue Nov 23 20:47:04 2021 +0000
+++ b/comms/py-rich/Makefile    Tue Nov 23 20:49:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/11/14 18:45:50 adam Exp $
+# $NetBSD: Makefile,v 1.15 2021/11/23 20:49:28 adam Exp $
 
-DISTNAME=      rich-10.13.0
+DISTNAME=      rich-10.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
diff -r fc33620326e5 -r 64112ecd3aef comms/py-rich/distinfo
--- a/comms/py-rich/distinfo    Tue Nov 23 20:47:04 2021 +0000
+++ b/comms/py-rich/distinfo    Tue Nov 23 20:49:28 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/11/14 18:45:50 adam Exp $
+$NetBSD: distinfo,v 1.14 2021/11/23 20:49:28 adam Exp $
 
-BLAKE2s (rich-10.13.0.tar.gz) = 61fdc34f80bacedff59a5beba36348e6d791977b312bac2de60dad89b20c6eeb
-SHA512 (rich-10.13.0.tar.gz) = bfcaca58191a544999019eca53b4e5451255def5fd39fd505448d39a7115017a49b97e3ec737b7de7a2c4165e07be9851d4b11dee9b42c1431a0baf3fb30053e
-Size (rich-10.13.0.tar.gz) = 196533 bytes
+BLAKE2s (rich-10.14.0.tar.gz) = 268c7e9f6d61d45c240f52be62f8e30cef3d6cad2f50cb13bee4837bcc81c4a4
+SHA512 (rich-10.14.0.tar.gz) = dad9da716eb35658edf10c4a47a7adc6c2966d57b1b6a44eab913fd285429e56157b214e80304826421cccc52294d45e5b3dbc6b67966ca44c0ade288d4aecd7
+Size (rich-10.14.0.tar.gz) = 196976 bytes



Home | Main Index | Thread Index | Old Index