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:           Fri Nov 15 11:08:37 UTC 2019

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

Log Message:
py-urwid: updated to 2.1.0

Urwid 2.1.0
* Add support for Python 3.7 and 3.8, drop support for Python 3.3
* Add 24-bit (true color) support.
* Add TrioEventLoop
* Add support for input encoding in Terminal widget
* Add ability to specify LineBox title attribute
* Add custom checkbox symbol
* Add installation instruction to README
* Remove PollingListWalker class
* Change SelectableIcon default cursor_position to 0.
* Extended numerical editing: integers and floats
* Re-raise coroutine exceptions in AsyncioEventLoop properly
* Fixed locale issue
* Gate SIGWINCH behind GLib 2.54+
* Remove method Text._calc_line_translation()
* Fix colon in HalfBlock5x4Font
* Don't use deprecated inspect.getargspec() with python3
* Fix issue "Non-integer division in bargraph when using set_bar_width(1)"
* Fix misleading indentation in Screen._stop()
* Fix crash on click-Esc & Esc-click
* Use 'TimerHandle.cancelled()' if available
* Break rather than raising exception on shard calculation bug.
* Increase _idle_emulation_delay.
* Fix EOF detection for the Terminal widget on Python 3
* Fix the asyncio example, and make the raw Screen work without real files
* Unbreak python ./examples/treesample HOME END keys.
* Urwid.util: Fix bug in rle_append_beginning_modify
* Fix AttributeError on mouse click
* Fix ProgressBar smoothing on Python 3.x
* Fix asyncio event loop test on py3.4
* Handle case where MainLoop._topmost_widget does not implement mouse_event
* Implement `ellipsis` wrapping mode for StandardTextLayout
* Fix .pack call in Columns.column_widths
* Use ._selectable member for Edit widget
* Fix use of ignore_focus, for widgets inheriting from Text
* Remove some special handling for TreeListBox
* Make Columns and Pile selectable when any child widget is
* Implement get_cursor_coords for Frame widget
* Fix Frame mouse_event when footer is trimmed
* Fix Python 3.8 SyntaxWarning: 'str' object is not callable
* README: Use SVG build status badge


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-urwid/PLIST
cvs rdiff -u -r1.16 -r1.17 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.25 pkgsrc/devel/py-urwid/Makefile:1.26
--- pkgsrc/devel/py-urwid/Makefile:1.25 Wed Jan 24 09:06:43 2018
+++ pkgsrc/devel/py-urwid/Makefile      Fri Nov 15 11:08:36 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2018/01/24 09:06:43 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/15 11:08:36 adam Exp $
 
-DISTNAME=      urwid-2.0.1
+DISTNAME=      urwid-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urwid/}

Index: pkgsrc/devel/py-urwid/PLIST
diff -u pkgsrc/devel/py-urwid/PLIST:1.10 pkgsrc/devel/py-urwid/PLIST:1.11
--- pkgsrc/devel/py-urwid/PLIST:1.10    Thu Oct  9 11:57:36 2014
+++ pkgsrc/devel/py-urwid/PLIST Fri Nov 15 11:08:36 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2014/10/09 11:57:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/11/15 11:08:36 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/urwid/__init__.py
 ${PYSITELIB}/urwid/__init__.pyc
 ${PYSITELIB}/urwid/__init__.pyo
+${PYSITELIB}/urwid/_async_kw_event_loop.py
+${PLIST.py3x}${PYSITELIB}/urwid/_async_kw_event_loop.pyc
+${PLIST.py3x}${PYSITELIB}/urwid/_async_kw_event_loop.pyo
 ${PYSITELIB}/urwid/canvas.py
 ${PYSITELIB}/urwid/canvas.pyc
 ${PYSITELIB}/urwid/canvas.pyo
@@ -52,6 +55,9 @@ ${PYSITELIB}/urwid/main_loop.pyo
 ${PYSITELIB}/urwid/monitored_list.py
 ${PYSITELIB}/urwid/monitored_list.pyc
 ${PYSITELIB}/urwid/monitored_list.pyo
+${PYSITELIB}/urwid/numedit.py
+${PYSITELIB}/urwid/numedit.pyc
+${PYSITELIB}/urwid/numedit.pyo
 ${PYSITELIB}/urwid/old_str_util.py
 ${PYSITELIB}/urwid/old_str_util.pyc
 ${PYSITELIB}/urwid/old_str_util.pyo
@@ -80,6 +86,9 @@ ${PYSITELIB}/urwid/tests/test_decoration
 ${PYSITELIB}/urwid/tests/test_doctests.py
 ${PYSITELIB}/urwid/tests/test_doctests.pyc
 ${PYSITELIB}/urwid/tests/test_doctests.pyo
+${PYSITELIB}/urwid/tests/test_escapes.py
+${PYSITELIB}/urwid/tests/test_escapes.pyc
+${PYSITELIB}/urwid/tests/test_escapes.pyo
 ${PYSITELIB}/urwid/tests/test_event_loops.py
 ${PYSITELIB}/urwid/tests/test_event_loops.pyc
 ${PYSITELIB}/urwid/tests/test_event_loops.pyo

Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.16 pkgsrc/devel/py-urwid/distinfo:1.17
--- pkgsrc/devel/py-urwid/distinfo:1.16 Wed Jan 24 09:06:43 2018
+++ pkgsrc/devel/py-urwid/distinfo      Fri Nov 15 11:08:36 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/01/24 09:06:43 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/11/15 11:08:36 adam Exp $
 
-SHA1 (urwid-2.0.1.tar.gz) = 1624d7c180b717a3d9cd5bdcf64fb353eed4e448
-RMD160 (urwid-2.0.1.tar.gz) = dd2858d79f3e6545ff83f3fc3d1e90d5a97656d7
-SHA512 (urwid-2.0.1.tar.gz) = 99c86a26b08c624c23207ce8e587e8442bece1f522e0c788600ad5f01a4c679efff95dd947edade8b6f4adc376edca949a40c305f9d5ddaf6a0ff97f13c6da30
-Size (urwid-2.0.1.tar.gz) = 604167 bytes
+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



Home | Main Index | Thread Index | Old Index