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:           Thu Jan 18 10:25:43 UTC 2024

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

Log Message:
py-urwid: updated to 2.4.4

2.4.4

Bug fixes
Fix regression: Columns render incorrect BOX/FLOW widgets height

2.4.3

New features
Feature: Overlay typing and proper repr
Feature: support proper repr and str for Canvas
Feature: Support FIXED and FLOW operations for Overlay depends on options
Feature: Columns accept focus widget as "focus_column"
Feature: Filler can act as FLOW widget
Feature: allow explicit focus in GridFlow constructor

Bug fixes
Columns support correct BOX render only if ALL BOX
LineBox: make side only if side elements present, fix pack
Update source package manifest to include _web.js and _web.css
Fix ListBox.contents: it should return final entity

Documentation
original artwork for widgets diagram


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.26 -r1.27 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.36 pkgsrc/devel/py-urwid/Makefile:1.37
--- pkgsrc/devel/py-urwid/Makefile:1.36 Thu Jan 11 16:33:54 2024
+++ pkgsrc/devel/py-urwid/Makefile      Thu Jan 18 10:25:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2024/01/11 16:33:54 adam Exp $
+# $NetBSD: Makefile,v 1.37 2024/01/18 10:25:42 adam Exp $
 
-DISTNAME=      urwid-2.4.2
+DISTNAME=      urwid-2.4.4
 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.26 pkgsrc/devel/py-urwid/distinfo:1.27
--- pkgsrc/devel/py-urwid/distinfo:1.26 Thu Jan 11 16:33:54 2024
+++ pkgsrc/devel/py-urwid/distinfo      Thu Jan 18 10:25:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/01/11 16:33:54 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/01/18 10:25:42 adam Exp $
 
-BLAKE2s (urwid-2.4.2.tar.gz) = 5feb62da6718da08b13466319362b201c0df26220c32b658126334cee05f8fed
-SHA512 (urwid-2.4.2.tar.gz) = 839ee50915f784349b8ae7be1ec9538a6d0aa2317a747d36e30409ac2754b42bca98f282e4ce9bb7bbb3ba18c2d199dab6c54dabd689b07f02a779da47a23af2
-Size (urwid-2.4.2.tar.gz) = 782733 bytes
+BLAKE2s (urwid-2.4.4.tar.gz) = 438c10deac498b248dc80de08dad2411b119fe2585caac80df54e896d1996006
+SHA512 (urwid-2.4.4.tar.gz) = 3259814982fb294d98820b6d30b819ffd675df76058cba0601fc4998719e3ed7199828648462601212ff297229d2a9b133d5d5b67a82e0301a0d2a0da36a0fad
+Size (urwid-2.4.4.tar.gz) = 800853 bytes



Home | Main Index | Thread Index | Old Index