Received: by mail.netbsd.org (Postfix, from userid 605) id 6989284D51; Sat, 20 Jan 2018 21:16:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8E5284CDD for ; Sat, 20 Jan 2018 21:16:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VrMLGe6qpyTH for ; Sat, 20 Jan 2018 21:16:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2F70F84C82 for ; Sat, 20 Jan 2018 21:16:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A328FBDE; Sat, 20 Jan 2018 21:16:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151648298711930" MIME-Version: 1.0 Date: Sat, 20 Jan 2018 21:16:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-urwid To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180120211627.2A328FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151648298711930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 20 21:16:27 UTC 2018 Modified Files: pkgsrc/devel/py-urwid: Makefile distinfo Log Message: py-urwid: updated to 2.0.0 Urwid 2.0.0: Full Python 2.x/3.x support Proper handling & customization of OS signals by GLib event loop vterm: Fix handling of NUL characters Add 256-color support for fbterm Italics support Store envron's TERM value as a Screen attribute Replaced hashbangs to use proper Python binary Post-change signal for Edit, CheckBox and RadioButton widgets ListBox.body update SimpleListWalker is now default when setting ListBox.body SelectEventLoop alarm improvements Title align & borderless sides for LineBox Support for 'home' and 'end' keys in ListBox Various code cleanups CI fixes Example fixes Documentation fixes Code cleanup & typo fixes Integration of tox for easier Python cross-version testing Test fixes Correct error messages in Decoration Fix for StandardTextLayout.calculate_text_segments Fix for raw display should release file descriptors Fix issues with unicode characters in ProgressBar Fix for 'page up' and 'page down' in ListBox when having focusable children Fixes for examples compatibility with Python 3 Fix default screen size on raw display Fix underlining for padded text Fix for terminal widget crash with Python 3 Fix for string formatting error Fix for iterator in WidgetContainerListContentsMixin Fix for missing modified signal in SimpleFocusListWalker Dropped Python 3.2 support Test coverage is now collected To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-urwid/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-urwid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151648298711930 Content-Disposition: inline Content-Length: 2018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-urwid/Makefile diff -u pkgsrc/devel/py-urwid/Makefile:1.23 pkgsrc/devel/py-urwid/Makefile:1.24 --- pkgsrc/devel/py-urwid/Makefile:1.23 Wed Jun 8 17:43:27 2016 +++ pkgsrc/devel/py-urwid/Makefile Sat Jan 20 21:16:27 2018 @@ -1,19 +1,16 @@ -# $NetBSD: Makefile,v 1.23 2016/06/08 17:43:27 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/01/20 21:16:27 adam Exp $ -DISTNAME= urwid-1.3.1 +DISTNAME= urwid-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devel +CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=u/urwid/} MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://urwid.org/ COMMENT= Curses-based Python user interface library -LICENSE= gnu-lgpl-v2.1 # or later +LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses -REPLACE_PYTHON= *.py */*.py - -.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-urwid/distinfo diff -u pkgsrc/devel/py-urwid/distinfo:1.14 pkgsrc/devel/py-urwid/distinfo:1.15 --- pkgsrc/devel/py-urwid/distinfo:1.14 Thu Nov 12 16:38:45 2015 +++ pkgsrc/devel/py-urwid/distinfo Sat Jan 20 21:16:27 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/12 16:38:45 wiz Exp $ +$NetBSD: distinfo,v 1.15 2018/01/20 21:16:27 adam Exp $ -SHA1 (urwid-1.3.1.tar.gz) = 5c562de41e150b87c8e2660f70c699fb6e951127 -RMD160 (urwid-1.3.1.tar.gz) = e1276fdf0c3b5661e03eefd42f44d5deb7dcec2c -SHA512 (urwid-1.3.1.tar.gz) = 8b505d38f3a0c04bbf527b324dc36212f2580213dd55eca61c66705d3beaac4f074c39aaa0f4f71add1fe5f3fce4c4c6dc88dd1e981b04bac6d52195d7a3f0ed -Size (urwid-1.3.1.tar.gz) = 588549 bytes +SHA1 (urwid-2.0.0.tar.gz) = 41a1e2ce5c1bfe0d0059ba76f2b77d413491db7e +RMD160 (urwid-2.0.0.tar.gz) = bced5d4cbb7325de12d5b628dd0d116796e05582 +SHA512 (urwid-2.0.0.tar.gz) = 73e04679a3e8a4a0031cd26f4057c24a09125be0c5909b3af05387c5bdcc8052adaa841f21ffa8f478b6a46926d85d0e8d9a512ed61afd6c856725dc8b587c4a +Size (urwid-2.0.0.tar.gz) = 603825 bytes --_----------=_151648298711930--