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:           Tue Jul 14 13:23:43 UTC 2026

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

Log Message:
py-urwid: updated to 4.0.4

Urwid 4.0.4

New features

* urwid.Colmns: re-calculate column_widths only if pack widgets changed

Bug fixes

* Fix IndexError in decompose_tagmarkup when a nested sublist is empty

Documentation

* Typing: partially annotate examples and fix annotations
* urwid.WidgetContainerMixin: return use protocol base class


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.52 -r1.53 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.64 pkgsrc/devel/py-urwid/Makefile:1.65
--- pkgsrc/devel/py-urwid/Makefile:1.64 Thu Jun 25 11:51:05 2026
+++ pkgsrc/devel/py-urwid/Makefile      Tue Jul 14 13:23:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2026/06/25 11:51:05 adam Exp $
+# $NetBSD: Makefile,v 1.65 2026/07/14 13:23:43 adam Exp $
 
-DISTNAME=      urwid-4.0.3
+DISTNAME=      urwid-4.0.4
 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.52 pkgsrc/devel/py-urwid/distinfo:1.53
--- pkgsrc/devel/py-urwid/distinfo:1.52 Thu Jun 25 11:51:05 2026
+++ pkgsrc/devel/py-urwid/distinfo      Tue Jul 14 13:23:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2026/06/25 11:51:05 adam Exp $
+$NetBSD: distinfo,v 1.53 2026/07/14 13:23:43 adam Exp $
 
-BLAKE2s (urwid-4.0.3.tar.gz) = 86ad8366a34a60fa9916d2d8401270ccbd202723c12a13913c456e711343ab61
-SHA512 (urwid-4.0.3.tar.gz) = b3d76e97944b8d46bfe88840b84f251a9acb5e6787e55ae35fa6a18a9425648ef24b6989c6235a8ecf1dc924b185fa4e2ceaeae3f666cc8d4dc3211ba17a91f0
-Size (urwid-4.0.3.tar.gz) = 868487 bytes
+BLAKE2s (urwid-4.0.4.tar.gz) = 903c805460a566ee203a8b8544367a1bee67c572b5aef22eee7e64754b30422b
+SHA512 (urwid-4.0.4.tar.gz) = a97300c143f6375a311c8339eb5963cf36d5415e0f3c8fc19131124ddb73ec9c843b57aa1b5c1ce9356dc388ae709d07d6e06d9aa203ce68ee0490aa50a6737f
+Size (urwid-4.0.4.tar.gz) = 872046 bytes



Home | Main Index | Thread Index | Old Index