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 Jul 24 12:48:04 UTC 2026

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

Log Message:
py-urwid: updated to 4.0.7

Urwid 4.0.7

Bug fixes

* Fix encoding handling by web display

Documentation

* Typing: annotate `MainLoop` and `signals`
* Typing: fix `ListBox` expected widget API
* Typing: partial annotation for `treetools`

Urwid 4.0.6

Implemented protocol base classes `AbstractWidget` and internal `AbstractBoxWidget`, `AbstractFlowWidget` and `AbstractFixedWidget` for protocol based typing.
All classes implementing `AbstractWidget` are considered valid widget (as all required APIs available).
Container widgets as `Columns`, `Pile`, `GridFlow`, `Frame`, `Overlay` and `Padding` now declare expected APIs from widgets depends on sizing parameter in `__init__`.

Bug fixes

* Fix web display broken by token_urlsafe session ids

Documentation

* Typing: fix scrollable module annotations
* Typing: introduce `AbstractWidget` abstract base class/protocol


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.54 -r1.55 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.66 pkgsrc/devel/py-urwid/Makefile:1.67
--- pkgsrc/devel/py-urwid/Makefile:1.66 Tue Jul 21 09:13:30 2026
+++ pkgsrc/devel/py-urwid/Makefile      Fri Jul 24 12:48:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2026/07/21 09:13:30 adam Exp $
+# $NetBSD: Makefile,v 1.67 2026/07/24 12:48:04 adam Exp $
 
-DISTNAME=      urwid-4.0.5
+DISTNAME=      urwid-4.0.7
 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.54 pkgsrc/devel/py-urwid/distinfo:1.55
--- pkgsrc/devel/py-urwid/distinfo:1.54 Tue Jul 21 09:13:30 2026
+++ pkgsrc/devel/py-urwid/distinfo      Fri Jul 24 12:48:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2026/07/21 09:13:30 adam Exp $
+$NetBSD: distinfo,v 1.55 2026/07/24 12:48:04 adam Exp $
 
-BLAKE2s (urwid-4.0.5.tar.gz) = 9d98c1a407214ed115bcc40fceae7f34aef750cfdd12df88d184eeaca7a52808
-SHA512 (urwid-4.0.5.tar.gz) = 60cee9985ef5f09372ec5579b0f9969e81098f4e96e3ece5038291fd0702dd8d73388c78f178f1df7e8149eb6b518d02eb992dee6bd3d567da29cd968aada2df
-Size (urwid-4.0.5.tar.gz) = 874498 bytes
+BLAKE2s (urwid-4.0.7.tar.gz) = 215af035c2d44cb71303b1f80ab71ff4ba61632841c31037df87345f38eefd31
+SHA512 (urwid-4.0.7.tar.gz) = 2fe4b81d19a545ad3d0c653d364c94dd4f7f80b58bc0d34ef3c64d119e8b68547dc9e3483431a09ede5d2f3e75bb8f3751a873894c3c95bc514e8697bd35c9cc
+Size (urwid-4.0.7.tar.gz) = 878680 bytes



Home | Main Index | Thread Index | Old Index