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: Sun Jun 7 06:30:32 UTC 2026
Modified Files:
pkgsrc/devel/py-urwid: Makefile PLIST distinfo
Log Message:
py-urwid: updated to 4.0.2
4.0.2
New features
* Initial typing support for urwid package
Bug fixes
* Fix ListBoxError in _keypress_page_down when snapping to a widget above the top
* Fix lazy_import of display modules if __package__ is not defined
Documentation
* Adjust typing for `urwid.display` and `urwid.event_loop`
* Typing: extend typing information for `urwid.display`
* Typing: adjust event loop types
* Typing: adjust types for vterm, numedit and graphics
* Typing: adjust types for `urwid.widget`
Refactoring
* Feat: refactor `urwid.widget.scrollable`
Other Changes
* Web display: tighten security by using more complex identifiers
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-urwid/PLIST
cvs rdiff -u -r1.50 -r1.51 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.62 pkgsrc/devel/py-urwid/Makefile:1.63
--- pkgsrc/devel/py-urwid/Makefile:1.62 Wed May 27 06:01:25 2026
+++ pkgsrc/devel/py-urwid/Makefile Sun Jun 7 06:30:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2026/05/27 06:01:25 adam Exp $
+# $NetBSD: Makefile,v 1.63 2026/06/07 06:30:32 adam Exp $
-DISTNAME= urwid-4.0.1
+DISTNAME= urwid-4.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urwid/}
Index: pkgsrc/devel/py-urwid/PLIST
diff -u pkgsrc/devel/py-urwid/PLIST:1.21 pkgsrc/devel/py-urwid/PLIST:1.22
--- pkgsrc/devel/py-urwid/PLIST:1.21 Sun Apr 5 12:02:43 2026
+++ pkgsrc/devel/py-urwid/PLIST Sun Jun 7 06:30:32 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2026/04/05 12:02:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2026/06/07 06:30:32 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -90,6 +90,7 @@ ${PYSITELIB}/urwid/graphics.pyo
${PYSITELIB}/urwid/numedit.py
${PYSITELIB}/urwid/numedit.pyc
${PYSITELIB}/urwid/numedit.pyo
+${PYSITELIB}/urwid/py.typed
${PYSITELIB}/urwid/signals.py
${PYSITELIB}/urwid/signals.pyc
${PYSITELIB}/urwid/signals.pyo
Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.50 pkgsrc/devel/py-urwid/distinfo:1.51
--- pkgsrc/devel/py-urwid/distinfo:1.50 Wed May 27 06:01:25 2026
+++ pkgsrc/devel/py-urwid/distinfo Sun Jun 7 06:30:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2026/05/27 06:01:25 adam Exp $
+$NetBSD: distinfo,v 1.51 2026/06/07 06:30:32 adam Exp $
-BLAKE2s (urwid-4.0.1.tar.gz) = 952925087048e305a4b4e3bcc41b401e0e6f6df1ad1d90319c68a22a9f0f403e
-SHA512 (urwid-4.0.1.tar.gz) = f350753ba53d945f56a19e475c4de42809d9d24e2d39d06308260b972eb9ca2ec8604ab68b5078f1a18c7e93ff0942b4802b79e1e0c566d754a02cab605da142
-Size (urwid-4.0.1.tar.gz) = 859593 bytes
+BLAKE2s (urwid-4.0.2.tar.gz) = dbdfc2584fc5ae88730908e1739e061ccc5c81e766a1876acbe29a66aacbe978
+SHA512 (urwid-4.0.2.tar.gz) = a1611414eb26fdb15773fb2a4fa78bc6c886b26c8940ff422b38d2d772d81e58ff8ed284c858e848819d6e7fc983286a2d263845a1730304eaf36322a288f2d2
+Size (urwid-4.0.2.tar.gz) = 861918 bytes
Home |
Main Index |
Thread Index |
Old Index