Skip to content

Commit

Permalink
py-rich: updated to 10.5.0
Browse files Browse the repository at this point in the history
10.5.0:

Fixed

Fixed Pandas objects not pretty printing Textualize/rich#1305
Fixed Textualize/rich#1256
Fixed typing with rich.repr.auto decorator
Fixed repr error formatting Textualize/rich#1326

Added

Added new_line_start argument to Console.print
Added Segment.divide method
Added Segment.split_cells method
Added segment.SegmentLines class
  • Loading branch information
adam committed Jul 5, 2021
1 parent 32293f8 commit df40b16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions comms/py-rich/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2021/06/24 09:35:37 adam Exp $
# $NetBSD: Makefile,v 1.6 2021/07/05 19:07:59 adam Exp $

DISTNAME= rich-10.4.0
DISTNAME= rich-10.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
Expand Down
10 changes: 5 additions & 5 deletions comms/py-rich/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2021/06/24 09:35:37 adam Exp $
$NetBSD: distinfo,v 1.3 2021/07/05 19:07:59 adam Exp $

SHA1 (rich-10.4.0.tar.gz) = 67b3d9740793e6b7e2accd0778bdda351a605520
RMD160 (rich-10.4.0.tar.gz) = 12e97204e1475adf9d0863aea7961c06190e2ebb
SHA512 (rich-10.4.0.tar.gz) = 1d617d2ce1da71f6af4ca65a7fd0fabda674bc745fb036be339a5e08dda0f454a9b432242f2c83afcfebd0f0fd0058b432e21484fa5e4664510ecd23197f7589
Size (rich-10.4.0.tar.gz) = 189857 bytes
SHA1 (rich-10.5.0.tar.gz) = 6b261f6fef8ee271e97e8a2bdcf5f77bcdc04474
RMD160 (rich-10.5.0.tar.gz) = 7826be89a3e58addb40baa2ca15a85dd2fe05cbb
SHA512 (rich-10.5.0.tar.gz) = af3d18c4d73e7b0ca36001757fbd1e3bb50bea7afc36d28d2e39ce97033097d9c80879f3947c91f436731b2d3aa35e9444bf6bfcb28e168cfd995c3f821e40e1
Size (rich-10.5.0.tar.gz) = 191025 bytes

0 comments on commit df40b16

Please sign in to comment.