pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-urwid



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  2 08:05:27 UTC 2024

Modified Files:
        pkgsrc/devel/py-urwid: Makefile distinfo

Log Message:
py-urwid: updated to 2.5.1

2.5.1

New features

Columns special case: FIXED pack with not enough info

Bug fixes 🕷

Windows and WSL: SI/SO/IBMPC_ON/IBMPC_OFF skip

Documentation

Documentation: add Gitter badge to the README.rst

Refactoring

Extend Command enum and update Columns & Pile
Fix double Widget inheritance in the LineBox
Optimization: RAW display block read
Typing: correct annotations for Canvas.content

Other Changes

Typing: Make WidgetWrap and WidgetDecoration Generic


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-urwid/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-urwid/Makefile
diff -u pkgsrc/devel/py-urwid/Makefile:1.39 pkgsrc/devel/py-urwid/Makefile:1.40
--- pkgsrc/devel/py-urwid/Makefile:1.39 Mon Jan 29 16:12:20 2024
+++ pkgsrc/devel/py-urwid/Makefile      Fri Feb  2 08:05:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/01/29 16:12:20 adam Exp $
+# $NetBSD: Makefile,v 1.40 2024/02/02 08:05:26 adam Exp $
 
-DISTNAME=      urwid-2.5.0
+DISTNAME=      urwid-2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urwid/}

Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.29 pkgsrc/devel/py-urwid/distinfo:1.30
--- pkgsrc/devel/py-urwid/distinfo:1.29 Mon Jan 29 16:12:20 2024
+++ pkgsrc/devel/py-urwid/distinfo      Fri Feb  2 08:05:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/01/29 16:12:20 adam Exp $
+$NetBSD: distinfo,v 1.30 2024/02/02 08:05:26 adam Exp $
 
-BLAKE2s (urwid-2.5.0.tar.gz) = 543ec92d17a9184fc6da3be882464d0d9ad52990ca244c5364c686364dfd0e01
-SHA512 (urwid-2.5.0.tar.gz) = fc4d6b98a5b17c1d181ce96db7527e32b089c4fbbf597725a913f7f8f2412f3b922f39d375db8789f395da85fc6a23b954df1be768055a014fc9d86ebdfb5a32
-Size (urwid-2.5.0.tar.gz) = 839216 bytes
+BLAKE2s (urwid-2.5.1.tar.gz) = 7828450c8a3a22d0ee7f994d1c88f6acbf7e063ce5bd4c42856c9ee8788423b9
+SHA512 (urwid-2.5.1.tar.gz) = d5d5daa9fa2c64c8a63bfeb6bbc14ccd7e8837af6017eab716f3d5a3ce73a9b1c048ff0ffcdb9a193ee6f43b56fa24713e77c22fec76730b8edaad3054ba40e6
+Size (urwid-2.5.1.tar.gz) = 840146 bytes



Home | Main Index | Thread Index | Old Index