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:   wiz
Date:           Sun Sep 13 13:32:26 UTC 2026

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

Log Message:
py-urwid: update to 4.1.3.

Urwid 4.1.3
============

2026-09-11

Bug fixes 🕷
++++++++++++
* Fix: Overlay top widget or bottom widget replace should trigger invalidation by @penguinolog in https://github.com/urwid/urwid/pull/1294
Documentation 🕮
++++++++++++++++
* Documentation: force theme override to fix readability on wide screen by @penguinolog in https://github.com/urwid/urwid/pull/1288
Refactoring 🛠
++++++++++++++
* Speed up the widget render hot paths by @penguinolog in https://github.com/urwid/urwid/pull/1290


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.61 -r1.62 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.73 pkgsrc/devel/py-urwid/Makefile:1.74
--- pkgsrc/devel/py-urwid/Makefile:1.73 Tue Sep  8 13:06:03 2026
+++ pkgsrc/devel/py-urwid/Makefile      Sun Sep 13 13:32:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2026/09/08 13:06:03 adam Exp $
+# $NetBSD: Makefile,v 1.74 2026/09/13 13:32:26 wiz Exp $
 
-DISTNAME=      urwid-4.1.2
+DISTNAME=      urwid-4.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urwid/}
@@ -26,7 +26,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-zmq>=0:../
 USE_LANGUAGES= # none
 
 # two win32 tests error out, after removing them:
-# 2 failed, 382 passed, 8 skipped, 219 warnings, 301 subtests passed
+# 4 failed, 730 passed, 10 skipped, 224 warnings, 406 subtests passed
 pre-test:
        ${RM} -f ${WRKSRC}/urwid/display/_win32*
 

Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.61 pkgsrc/devel/py-urwid/distinfo:1.62
--- pkgsrc/devel/py-urwid/distinfo:1.61 Tue Sep  8 13:06:03 2026
+++ pkgsrc/devel/py-urwid/distinfo      Sun Sep 13 13:32:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2026/09/08 13:06:03 adam Exp $
+$NetBSD: distinfo,v 1.62 2026/09/13 13:32:26 wiz Exp $
 
-BLAKE2s (urwid-4.1.2.tar.gz) = 6da372549b9f2b93ff5bd85d196f4594c16661dba12998c952ad5364441c157e
-SHA512 (urwid-4.1.2.tar.gz) = d83d3a30602410ed1b9370a760cd540f9e1f8837596cee3a731e6d3446e54f390c1df424fa003259fc8d1ad7f6c1911c8e549ca9f2287263ca27b78a485ea751
-Size (urwid-4.1.2.tar.gz) = 941510 bytes
+BLAKE2s (urwid-4.1.3.tar.gz) = 1c47f5f46aea91c787c8cca9c0ede5701465e7c462af3ec9c226f7165b018d22
+SHA512 (urwid-4.1.3.tar.gz) = 52146221d6cf94190c1be79df469c262e9f4846e0d9c76d5e1f02af72ec393e8a867d7bba13d182fc801d20cfa6a32d74db51d0c657a3972df85c8ba33c3d41f
+Size (urwid-4.1.3.tar.gz) = 944854 bytes



Home | Main Index | Thread Index | Old Index