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 Mar 17 14:09:17 UTC 2024

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

Log Message:
py-urwid: update to 2.6.9.

New features 🗹

    Support relative scroll for ListBox by @penguinolog in #858
    Absolute scrolling calculation is resource-hungry and can cause serious issues on the long lists.
    This change also rework calculation allowing to use ScrollBar with TreeList (users should prevent infinite load cycle on lazy-load self).

Bug fixes 🕷

    Support <shift> key reading for sgrmouse by @penguinolog in #859
    Historically key reading was not implemented due to <shift><click> for buttons 1-3 is handled by the most GUI terminal emulators itself.
    Fix regression in TreeWidget: original widget can be overridden by @penguinolog in #860


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.36 -r1.37 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.46 pkgsrc/devel/py-urwid/Makefile:1.47
--- pkgsrc/devel/py-urwid/Makefile:1.46 Mon Mar 11 13:30:40 2024
+++ pkgsrc/devel/py-urwid/Makefile      Sun Mar 17 14:09:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2024/03/11 13:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2024/03/17 14:09:17 wiz Exp $
 
-DISTNAME=      urwid-2.6.8
+DISTNAME=      urwid-2.6.9
 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.36 pkgsrc/devel/py-urwid/distinfo:1.37
--- pkgsrc/devel/py-urwid/distinfo:1.36 Mon Mar 11 13:30:40 2024
+++ pkgsrc/devel/py-urwid/distinfo      Sun Mar 17 14:09:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/03/11 13:30:40 wiz Exp $
+$NetBSD: distinfo,v 1.37 2024/03/17 14:09:17 wiz Exp $
 
-BLAKE2s (urwid-2.6.8.tar.gz) = 28cd6a434b9791f08f98587a83ed8f8a3c7acca263b35c08b6a05cf2d349d772
-SHA512 (urwid-2.6.8.tar.gz) = 34617104804f9eb710d5ed51c95c4d2f6354861f07a2d652b99109c59941561985d9717f928ba77990b3e0406723da02b1eb67d9f2236f31888a21b9de109e2e
-Size (urwid-2.6.8.tar.gz) = 854980 bytes
+BLAKE2s (urwid-2.6.9.tar.gz) = 2674e97d9489d01ce81232fc43e148c318e16e20c17ceec8db0e847fb7b87565
+SHA512 (urwid-2.6.9.tar.gz) = 23e692b76f4229ecdb51b00c5d88f38bd1de721f7a8815d91f277979935b7f58654422b11421dd93a901add390c65facb513c166b26b00195fc7826492405ed8
+Size (urwid-2.6.9.tar.gz) = 855865 bytes



Home | Main Index | Thread Index | Old Index