Tue May 7 20:49:33 2013 UTC ()
Update py-wtforms to 1.0.4.

Version 1.0.4
-------------
Released April 28, 2013

- Add widgets and field implementations for HTML5 specialty input types.
- ext.appengine: Add NDB support.
- Add translations: Korean, Traditional Chinese


(kleink)
diff -r1.3 -r1.4 pkgsrc/www/py-wtforms/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-wtforms/distinfo

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

--- pkgsrc/www/py-wtforms/Makefile 2013/01/27 16:50:20 1.3
+++ pkgsrc/www/py-wtforms/Makefile 2013/05/07 20:49:33 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2013/01/27 16:50:20 kleink Exp $ 1# $NetBSD: Makefile,v 1.4 2013/05/07 20:49:33 kleink Exp $
2 2
3DISTNAME= WTForms-1.0.3 3DISTNAME= WTForms-1.0.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/ 6MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/
7EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
8 8
9MAINTAINER= kleink@NetBSD.org 9MAINTAINER= kleink@NetBSD.org
10HOMEPAGE= http://wtforms.simplecodes.com/ 10HOMEPAGE= http://wtforms.simplecodes.com/
11COMMENT= Flexible forms validation and rendering library 11COMMENT= Flexible forms validation and rendering library
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
15 15
16PYTHON_VERSIONS_INCLUDE_3X= yes 16PYTHON_VERSIONS_INCLUDE_3X= yes

cvs diff -r1.2 -r1.3 pkgsrc/www/py-wtforms/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-wtforms/distinfo 2013/01/27 16:50:20 1.2
+++ pkgsrc/www/py-wtforms/distinfo 2013/05/07 20:49:33 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/01/27 16:50:20 kleink Exp $ 1$NetBSD: distinfo,v 1.3 2013/05/07 20:49:33 kleink Exp $
2 2
3SHA1 (WTForms-1.0.3.zip) = f3128408e10375332aa41a8fa037cc48389c0d5e 3SHA1 (WTForms-1.0.4.zip) = e8d97b4c72e805b8e29c5d2e6673c40780490c69
4RMD160 (WTForms-1.0.3.zip) = 593614f5669982c18b2a36cf84bbb3803ecd32ff 4RMD160 (WTForms-1.0.4.zip) = 93e853ff39c356bf73c01d37b4a38541d2e3e4fb
5Size (WTForms-1.0.3.zip) = 326398 bytes 5Size (WTForms-1.0.4.zip) = 345261 bytes