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
This commit is contained in:
wiz 2024-03-17 14:09:17 +00:00
parent d00f06c2ee
commit a6987521fc
2 changed files with 6 additions and 6 deletions

View File

@ -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/}

View File

@ -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