CVS commit: pkgsrc/devel/py-urwid
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Sun Aug 23 08:17:27 UTC 2026 Modified Files: pkgsrc/devel/py-urwid: Makefile distinfo Log Message: py-urwid: update to 4.0.11. Urwid 4.0.11 ============ 2026-08-19 Bug fixes 🕷 ++++++++++++ * Raw display: do not crash on a last row of a single wide grapheme by @luantaraschi in https://github.com/urwid/urwid/pull/1229 * ScrollBar: decide the scrollbar hitbox before the event is passed on by @luantaraschi in https://github.com/urwid/urwid/pull/1234 * GridFlow: keep the focus a callback set during keypress or mouse event by @luantaraschi in https://github.com/urwid/urwid/pull/1230 Documentation 🕮 ++++++++++++++++ * Typing: annotate ListBox by @penguinolog in https://github.com/urwid/urwid/pull/1236 Refactoring 🛠 ++++++++++++++ * Refactoring: stop with monkey-patching `Padding` in `GridFlow` by @penguinolog in https://github.com/urwid/urwid/pull/1231 Urwid 4.0.10 ============ 2026-08-17 Bug fixes 🕷 ++++++++++++ * Web display: handle invalid input with "window resize" by @penguinolog in https://github.com/urwid/urwid/pull/1220 Documentation 🕮 ++++++++++++++++ * Typing: annotate bar_graph by @penguinolog in https://github.com/urwid/urwid/pull/1221 * typing: handle internal mypy warnings by @penguinolog in https://github.com/urwid/urwid/pull/1224 * typing: fix monitored list errors by @penguinolog in https://github.com/urwid/urwid/pull/1225 * typing: fix part of listbox errors by @penguinolog in https://github.com/urwid/urwid/pull/1226 Other Changes +++++++++++++ * typing: early guard `ListWalker` API in `ListBox` calls by @penguinolog in https://github.com/urwid/urwid/pull/1227 To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-urwid/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-urwid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.8 KB)
Modified files:
Index: pkgsrc/devel/py-urwid/Makefile
diff -u pkgsrc/devel/py-urwid/Makefile:1.69 pkgsrc/devel/py-urwid/Makefile:1.70
--- pkgsrc/devel/py-urwid/Makefile:1.69 Fri Aug 14 12:17:47 2026
+++ pkgsrc/devel/py-urwid/Makefile Sun Aug 23 08:17:27 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2026/08/14 12:17:47 adam Exp $
+# $NetBSD: Makefile,v 1.70 2026/08/23 08:17:27 wiz Exp $
-DISTNAME= urwid-4.0.9
+DISTNAME= urwid-4.0.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urwid/}
@@ -24,7 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-zmq-[0-9]*
USE_LANGUAGES= # none
# two win32 tests error out, after removing them:
-# 3 failed, 356 passed, 8 skipped, 219 warnings, 301 subtests passed
+# 2 failed, 382 passed, 8 skipped, 219 warnings, 301 subtests passed
pre-test:
${RM} -f ${WRKSRC}/urwid/display/_win32*
Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.57 pkgsrc/devel/py-urwid/distinfo:1.58
--- pkgsrc/devel/py-urwid/distinfo:1.57 Fri Aug 14 12:17:47 2026
+++ pkgsrc/devel/py-urwid/distinfo Sun Aug 23 08:17:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.57 2026/08/14 12:17:47 adam Exp $
+$NetBSD: distinfo,v 1.58 2026/08/23 08:17:27 wiz Exp $
-BLAKE2s (urwid-4.0.9.tar.gz) = 8194394957afaa5e8708e2d52bd8c06e8fec5da4090fa9328695630be61e8c3a
-SHA512 (urwid-4.0.9.tar.gz) = c53d4117798c91c6bc500f1de5358bcd629655b1086985ea8262795a4ece4edd061f7937f2b4b2629ab9147b5f570d1f8b0a5a961a60f49d9961514ab2245950
-Size (urwid-4.0.9.tar.gz) = 880825 bytes
+BLAKE2s (urwid-4.0.11.tar.gz) = 718990e0057ee6b3ae646f0213f609341bc4a5a79dbbabd80b2a9757b73289b7
+SHA512 (urwid-4.0.11.tar.gz) = 626482c3a1c4fc2dbcf2746d54b360a7ae089553ec68d3e5caed66c923f77ad6b2ba971777d734ea032da7bbbb88a75b82811c64f778c78c36f54497ec7ab367
+Size (urwid-4.0.11.tar.gz) = 885760 bytes