pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dialog2



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Nov 11 10:11:07 UTC 2016

Modified Files:
        pkgsrc/devel/py-dialog2: Makefile distinfo

Log Message:
Update devel/py-dialog2 to 3.4.0.

- The Python 2 backport has been updated to this version.
- Add method Dialog.editbox_str(). This 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).
- Add the week_start common option, mapped to dialog's --week-start
  option (it is useful with the calendar widget). The value may be an
  integer or a string (cf. dialog's manual page for more details).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-dialog2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-dialog2/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-dialog2/Makefile
diff -u pkgsrc/devel/py-dialog2/Makefile:1.4 pkgsrc/devel/py-dialog2/Makefile:1.5
--- pkgsrc/devel/py-dialog2/Makefile:1.4        Sat Jul  9 13:03:40 2016
+++ pkgsrc/devel/py-dialog2/Makefile    Fri Nov 11 10:11:07 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/11/11 10:11:07 fhajny Exp $
 
-VERSION=       3.3.0
+VERSION=       3.4.0
 DISTNAME=      python2-pythondialog-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-dialog-${VERSION}
 CATEGORIES=    devel python

Index: pkgsrc/devel/py-dialog2/distinfo
diff -u pkgsrc/devel/py-dialog2/distinfo:1.3 pkgsrc/devel/py-dialog2/distinfo:1.4
--- pkgsrc/devel/py-dialog2/distinfo:1.3        Tue Dec  1 08:32:51 2015
+++ pkgsrc/devel/py-dialog2/distinfo    Fri Nov 11 10:11:07 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/12/01 08:32:51 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2016/11/11 10:11:07 fhajny Exp $
 
-SHA1 (python2-pythondialog-3.3.0.tar.gz) = 9b9020044a60905eddf352fc247ec5359ff581d4
-RMD160 (python2-pythondialog-3.3.0.tar.gz) = ef68361d877be373b5a8f98109c8c601563a6eac
-SHA512 (python2-pythondialog-3.3.0.tar.gz) = 65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8
-Size (python2-pythondialog-3.3.0.tar.gz) = 1906527 bytes
+SHA1 (python2-pythondialog-3.4.0.tar.gz) = e5eb5671adb4ae9d7d32a42b6bb277568b905d63
+RMD160 (python2-pythondialog-3.4.0.tar.gz) = ca419d468d8d86f89c660573dddf7bd2e71fa844
+SHA512 (python2-pythondialog-3.4.0.tar.gz) = f4ec3e3eeab9ee00146b4604a8f72c765fcc164a24def0f1a9cbf083123e55dbe371ce6d4790ad4c0b5ee6905a1877f9b8e90ca3443a780fa0965c9bcf4bf629
+Size (python2-pythondialog-3.4.0.tar.gz) = 1487867 bytes



Home | Main Index | Thread Index | Old Index