Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-urwid py-urwid: updated to 2.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cd49f01cc1e
branches:  trunk
changeset: 436099:9cd49f01cc1e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 27 12:19:18 2020 +0000

description:
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

diffstat:

 devel/py-urwid/Makefile |   4 ++--
 devel/py-urwid/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 993a9b2dade4 -r 9cd49f01cc1e devel/py-urwid/Makefile
--- a/devel/py-urwid/Makefile   Mon Jul 27 11:12:48 2020 +0000
+++ b/devel/py-urwid/Makefile   Mon Jul 27 12:19:18 2020 +0000
@@ -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/}
diff -r 993a9b2dade4 -r 9cd49f01cc1e devel/py-urwid/distinfo
--- a/devel/py-urwid/distinfo   Mon Jul 27 11:12:48 2020 +0000
+++ b/devel/py-urwid/distinfo   Mon Jul 27 12:19:18 2020 +0000
@@ -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