pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-urwid Update to 1.1.2, update HOMEPAGE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/959f2806a103
branches:  trunk
changeset: 629770:959f2806a103
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 27 19:12:21 2014 +0000

description:
Update to 1.1.2, update HOMEPAGE.

Urwid 1.1.2
===========

2013-12-30

 * Move to urwid.org and use sphinx docs for generating whole site,
   move changelog to docs/changelog.rst

 * Fix encoding exceptions when unicode used on non-UTF-8 terminal

 * Fix for suspend and resume applications with ^Z

 * Fix for tmux and screen missing colors on right bug

 * Fix Pile zero-weighted items and mouse_event when empty

 * Fix Terminal select() not retrying when interrupted by signal

 * Fix for Padding.align and width change not invalidating

diffstat:

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

diffs (33 lines):

diff -r bdde16da7b25 -r 959f2806a103 devel/py-urwid/Makefile
--- a/devel/py-urwid/Makefile   Mon Jan 27 19:10:14 2014 +0000
+++ b/devel/py-urwid/Makefile   Mon Jan 27 19:12:21 2014 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2013/05/15 22:35:31 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/01/27 19:12:21 wiz Exp $
 
-DISTNAME=      urwid-1.1.1
+DISTNAME=      urwid-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
-MASTER_SITES=  http://excess.org/urwid/
+MASTER_SITES=  https://pypi.python.org/packages/source/u/urwid/
 
 MAINTAINER=    tonio%NetBSD.org@localhost
-HOMEPAGE=      http://excess.org/urwid/
+HOMEPAGE=      http://urwid.org/
 COMMENT=       Curses-based Python user interface library
 LICENSE=       gnu-lgpl-v2.1 # or later
 
diff -r bdde16da7b25 -r 959f2806a103 devel/py-urwid/distinfo
--- a/devel/py-urwid/distinfo   Mon Jan 27 19:10:14 2014 +0000
+++ b/devel/py-urwid/distinfo   Mon Jan 27 19:12:21 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/05/15 22:35:31 wiz Exp $
+$NetBSD: distinfo,v 1.8 2014/01/27 19:12:21 wiz Exp $
 
-SHA1 (urwid-1.1.1.tar.gz) = 4ba857895c03441a8d2810d8adc126272b5a5e03
-RMD160 (urwid-1.1.1.tar.gz) = d7eb56e1cd281ca2e6eb186a0d552d3c8293d089
-Size (urwid-1.1.1.tar.gz) = 482432 bytes
+SHA1 (urwid-1.1.2.tar.gz) = 288f61b444b7f21964fdee33e656da4abeb76c53
+RMD160 (urwid-1.1.2.tar.gz) = fc28ac9d7ced16c200d4fcc20d7ee974096003c0
+Size (urwid-1.1.2.tar.gz) = 483444 bytes



Home | Main Index | Thread Index | Old Index