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 Jul 27 12:19:18 UTC 2020

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

Log Message:
py-urwid: updated to 2.1.1

Urwid 2.1.1
* Add TrioEventLoop.run_async(), removed nursery constructor arg
* Add py38 to Travis tests
* Add popular IDEs folders to .gitignore
* Add wrap_around kwarg to SimpleListWalkers
* Change documentation on Terminal
* Remove debug documentation change test
* Remove support for py34
* Remove invalid escape sequence
* Fix GridFlow keypress handling when v_sep is 0
* Fix Terminal in ListBox
* Fix Crash on `fg`, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP)
* Fix 256-color mode on some terminals.
* vterm: reduce __init__ boilerplate
* vterm: errno 5 is not EOF.
* Terminal: use UTF-8 by default.
* Instance of Terminal has no __super attr -- thanks pylint!
* Do not call wait_readable with a closed fd in TrioEventLoop
* Make options a static method where applicable
* Set up Travis to run py38, speed up build


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.17 -r1.18 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.26 pkgsrc/devel/py-urwid/Makefile:1.27
--- pkgsrc/devel/py-urwid/Makefile:1.26 Fri Nov 15 11:08:36 2019
+++ pkgsrc/devel/py-urwid/Makefile      Mon Jul 27 12:19:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2019/11/15 11:08:36 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/07/27 12:19:18 adam Exp $
 
-DISTNAME=      urwid-2.1.0
+DISTNAME=      urwid-2.1.1
 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.17 pkgsrc/devel/py-urwid/distinfo:1.18
--- pkgsrc/devel/py-urwid/distinfo:1.17 Fri Nov 15 11:08:36 2019
+++ pkgsrc/devel/py-urwid/distinfo      Mon Jul 27 12:19:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/11/15 11:08:36 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/07/27 12:19:18 adam Exp $
 
-SHA1 (urwid-2.1.0.tar.gz) = 829010a8bcd5f02e12434da429f052a5afcf5186
-RMD160 (urwid-2.1.0.tar.gz) = a697d0d2986d903f2bf1f83843cdc5bd25f8c4e9
-SHA512 (urwid-2.1.0.tar.gz) = c121c0e49ab9531f67bff8740d29fc716fb8c9203e1b2ddb7257f01095e0bf976f3f2131a3b1f95a3b5368ddeea6a09b9c867ab459b91e3e9be6cba4f18ec654
-Size (urwid-2.1.0.tar.gz) = 630226 bytes
+SHA1 (urwid-2.1.1.tar.gz) = 448649c0b59db6624d032a4e151ca642fa78e104
+RMD160 (urwid-2.1.1.tar.gz) = 8a717bc68dc13c516b01c5279ff95ea303acd2a4
+SHA512 (urwid-2.1.1.tar.gz) = 08fc51205f0adeea0ecce876ca17d921961b665894aef440fd826ef0f8b9230cd8d22c5db85fcf4e227f8e70841e3439860e5035ff874b8d0c1834111c3a97db
+Size (urwid-2.1.1.tar.gz) = 633082 bytes



Home | Main Index | Thread Index | Old Index