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:           Mon Oct 21 05:25:37 UTC 2024

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

Log Message:
py-urwid: updated to 2.6.16

2.6.16

New features

Feature: Add focus reporting support
Add 16-color support

Bug fixes

Disable mouse tracking and discard input when exiting the main loop
Windows: use Unicode input directly

Refactoring

Type annotations: fix typing issues


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.43 -r1.44 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.53 pkgsrc/devel/py-urwid/Makefile:1.54
--- pkgsrc/devel/py-urwid/Makefile:1.53 Sun Jul  7 15:03:44 2024
+++ pkgsrc/devel/py-urwid/Makefile      Mon Oct 21 05:25:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2024/07/07 15:03:44 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2024/10/21 05:25:37 adam Exp $
 
-DISTNAME=      urwid-2.6.15
+DISTNAME=      urwid-2.6.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urwid/}
@@ -25,8 +25,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-zmq-[0-9]*
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 # two win32 tests error out
 # 27 warnings, 2 errors
 

Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.43 pkgsrc/devel/py-urwid/distinfo:1.44
--- pkgsrc/devel/py-urwid/distinfo:1.43 Sun Jul  7 15:03:44 2024
+++ pkgsrc/devel/py-urwid/distinfo      Mon Oct 21 05:25:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2024/07/07 15:03:44 wiz Exp $
+$NetBSD: distinfo,v 1.44 2024/10/21 05:25:37 adam Exp $
 
-BLAKE2s (urwid-2.6.15.tar.gz) = 1b217e07157a0feca1fa05bf19c7fb6120721d90a9600d67a94cfaa5bdd44780
-SHA512 (urwid-2.6.15.tar.gz) = c9027d4caf490c22ef7bf95c929a62d4f56d4b8d864e5198eb1e82db0414552e4f98caba2e210e8c7bfb91d33c55924acf637f8515c26b89c184e6bbea743ec1
-Size (urwid-2.6.15.tar.gz) = 847872 bytes
+BLAKE2s (urwid-2.6.16.tar.gz) = 1c111dfbd71788fa8eb47f09ce0cfce8ee4789f5947cfb355c5e8e10cfb2e92d
+SHA512 (urwid-2.6.16.tar.gz) = c5caee309bcba9f22d4f3a78bc837c263345762ece5a315ba02ed1cb15ff2502065b20de288495f103b673be4dbee7cac11c535b3edb42edfb04c8ca40a831f3
+Size (urwid-2.6.16.tar.gz) = 848179 bytes



Home | Main Index | Thread Index | Old Index