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:           Tue Jan 23 13:30:43 UTC 2024

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

Log Message:
py-urwid: updated to 2.4.6

2.4.6

Bug fixes

Special case: Columns PACK item not fit as FIXED and support FLOW

2.4.5

Bug fixes

Special case: allow not subclassed incomplete widgets in Columns/Pile
Fix: columns rendered with a non-first Selectable widget should not skip other items

Documentation

Documentation: get rid of deprecated code, typing

Refactoring

Deduplicate code in frame module
Extend typing annotations


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.27 -r1.28 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.37 pkgsrc/devel/py-urwid/Makefile:1.38
--- pkgsrc/devel/py-urwid/Makefile:1.37 Thu Jan 18 10:25:42 2024
+++ pkgsrc/devel/py-urwid/Makefile      Tue Jan 23 13:30:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/01/18 10:25:42 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/01/23 13:30:43 adam Exp $
 
-DISTNAME=      urwid-2.4.4
+DISTNAME=      urwid-2.4.6
 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.27 pkgsrc/devel/py-urwid/distinfo:1.28
--- pkgsrc/devel/py-urwid/distinfo:1.27 Thu Jan 18 10:25:42 2024
+++ pkgsrc/devel/py-urwid/distinfo      Tue Jan 23 13:30:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/01/18 10:25:42 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/01/23 13:30:43 adam Exp $
 
-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
+BLAKE2s (urwid-2.4.6.tar.gz) = bf09308a52fcb0a73c1bb0db8ab39e0239fd3ecd398d35bd27bf27069b4c34dd
+SHA512 (urwid-2.4.6.tar.gz) = b7255b5f5f274fec952edb808ff859289dbd75f0600f3ddf1b608111f0fef50955efadeb1c1792fe16f5adc6c12a3641bfb50e42bbf8c07b10f431ca50cc0766
+Size (urwid-2.4.6.tar.gz) = 801434 bytes



Home | Main Index | Thread Index | Old Index