Sun Nov 13 10:52:28 2016 UTC ()
Updated devel/py-dialog to 3.4.0
--------------------------------
2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Release 3.4.0

        README.rst: link to the blessings library, add link to ncurses home page

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Add 'week_start' common option, mapped to dialog's --week-start option

        * The value may be an integer or a string (cf. dialog's man page for
        more details).

        * Using this requires dialog 1.3-20160126 or later.

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Update copyright notices and demo version

        Fix typo

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Doc build: suppress warnings about :option:`--unknown-option` references

        * The documentation contains many references to dialog options. These
        are not defined in the pythondialog Manual, which with recent Sphinx
        (>= 1.3 or something like that) causes a lot of warnings. Fortunately,
        these can be suppressed (specifically for unknown option references)
        with 'suppress_warnings' in conf.py starting from Sphinx 1.4.0.

        * This is what this commit does. Alternatively, the option references
        could be replaced with dumb markup such as ``--unknown-option``.

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Add demo example for Dialog.editbox_str()

2016-05-06  Florent Rougon  <f.rougon@free.fr>

        Add Dialog.editbox_str()

        * dialog.py (Dialog.editbox_str): new method. It is a convenience
        wrapper around Dialog.editbox() that automatically creates and deletes a
        temporary file containing the initial box contents which is passed as a
        string (Dialog.editbox() needs it in a file).

2016-01-28  Florent Rougon  <f.rougon@free.fr>

        Fix bug in demo.py when /etc/passwd is inexistent

        * examples/demo.py (MyApp.editbox_demo): display a message when
        /etc/passwd is inexistent instead of raising an exception (trying to
        display the result, which doesn't exist).


(mef)
diff -r1.3 -r1.4 pkgsrc/devel/py-dialog/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-dialog/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-dialog/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-dialog/Makefile 2015/12/01 08:32:51 1.3
+++ pkgsrc/devel/py-dialog/Makefile 2016/11/13 10:52:28 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2015/12/01 08:32:51 fhajny Exp $ 1# $NetBSD: Makefile,v 1.4 2016/11/13 10:52:28 mef Exp $
2 2
3VERSION= 3.3.0 3VERSION= 3.4.0
4DISTNAME= pythondialog-${VERSION} 4DISTNAME= pythondialog-${VERSION}
5PKGNAME= ${PYPKGPREFIX}-dialog-${VERSION} 5PKGNAME= ${PYPKGPREFIX}-dialog-${VERSION}
6CATEGORIES= devel python 6CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=p/pythondialog/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=p/pythondialog/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://pythondialog.sourceforge.net/ 10HOMEPAGE= http://pythondialog.sourceforge.net/
11COMMENT= Python wrapper for the dialog utility 11COMMENT= Python wrapper for the dialog utility
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
15 15
16.include "../../misc/dialog/buildlink3.mk" 16.include "../../misc/dialog/buildlink3.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-dialog/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-dialog/distinfo 2015/12/01 08:32:51 1.3
+++ pkgsrc/devel/py-dialog/distinfo 2016/11/13 10:52:28 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/12/01 08:32:51 fhajny Exp $ 1$NetBSD: distinfo,v 1.4 2016/11/13 10:52:28 mef Exp $
2 2
3SHA1 (pythondialog-3.3.0.tar.gz) = 0f937a418f02c985c3b1b77635fa893bb09c0d3f 3SHA1 (pythondialog-3.4.0.tar.gz) = 239e9a6eb0792c0cc0e7362dd7391f99dc940a80
4RMD160 (pythondialog-3.3.0.tar.gz) = 3c414a37279502902212f6ef5dca2689361ce78e 4RMD160 (pythondialog-3.4.0.tar.gz) = a215e8a548551f2fd5794554001ca2fa67f5e842
5SHA512 (pythondialog-3.3.0.tar.gz) = 926d0e47729b86498f539fda3841b4b1f7ec20f6650151a01e15af403d3e7b8cc23863fa4186e65c5e8be8b99ecf1df8ac63df3ab39d020396f2ac6aed3e524a 5SHA512 (pythondialog-3.4.0.tar.gz) = 040c07f693b523a59a4e79eb3aacda63b6aad4dcfdb7d54e0727087b844d95d83505154ddbe5ddabebf7bcd520be97e4964abbccf79a10a86346abe44aeb09ae
6Size (pythondialog-3.3.0.tar.gz) = 1899077 bytes 6Size (pythondialog-3.4.0.tar.gz) = 1480640 bytes