Sun Oct 27 21:51:02 2013 UTC ()
Update py-wtforms to 1.0.5.

Version 1.0.5
-------------
Released September 10, 2013

- Fix a bug in validators which causes translations to happen once then
  clobber any future translations.
- ext.sqlalchemy / ext.appengine: minor cleanups / deprecation.
- Allow blank string and the string 'false' to be considered false values
  for BooleanField (configurable). This is technically a breaking change,
  but it is not likey to affect the majority of users adversely.
- ext.i18n form allows passing LANGUAGES to the constructor.


(kleink)
diff -r1.6 -r1.7 pkgsrc/www/py-wtforms/Makefile
diff -r1.3 -r1.4 pkgsrc/www/py-wtforms/PLIST
diff -r1.4 -r1.5 pkgsrc/www/py-wtforms/distinfo
diff -r1.1 -r0 pkgsrc/www/py-wtforms/patches/patch-ext_appengine_fields.py

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

--- pkgsrc/www/py-wtforms/Makefile 2013/09/23 20:36:27 1.6
+++ pkgsrc/www/py-wtforms/Makefile 2013/10/27 21:51:02 1.7
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2013/09/23 20:36:27 kleink Exp $ 1# $NetBSD: Makefile,v 1.7 2013/10/27 21:51:02 kleink Exp $
2 2
3DISTNAME= WTForms-1.0.4 3DISTNAME= WTForms-1.0.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5PKGREVISION= 2 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/ 6MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/
8EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
9 8
10MAINTAINER= kleink@NetBSD.org 9MAINTAINER= kleink@NetBSD.org
11HOMEPAGE= http://wtforms.simplecodes.com/ 10HOMEPAGE= http://wtforms.simplecodes.com/
12COMMENT= Flexible forms validation and rendering library 11COMMENT= Flexible forms validation and rendering library
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
16 15
17PYTHON_VERSIONS_INCLUDE_3X= yes 16PYTHON_VERSIONS_INCLUDE_3X= yes
18PYTHON_VERSIONS_INCOMPATIBLE= 31 17PYTHON_VERSIONS_INCOMPATIBLE= 31

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

--- pkgsrc/www/py-wtforms/PLIST 2013/05/08 08:30:47 1.3
+++ pkgsrc/www/py-wtforms/PLIST 2013/10/27 21:51:02 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2013/05/08 08:30:47 kleink Exp $ 1@comment $NetBSD: PLIST,v 1.4 2013/10/27 21:51:02 kleink Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/top_level.txt 5${PYSITELIB}/${EGG_INFODIR}/top_level.txt
6${PYSITELIB}/wtforms/__init__.py 6${PYSITELIB}/wtforms/__init__.py
7${PYSITELIB}/wtforms/__init__.pyc 7${PYSITELIB}/wtforms/__init__.pyc
8${PYSITELIB}/wtforms/__init__.pyo 8${PYSITELIB}/wtforms/__init__.pyo
9${PYSITELIB}/wtforms/compat.py 9${PYSITELIB}/wtforms/compat.py
10${PYSITELIB}/wtforms/compat.pyc 10${PYSITELIB}/wtforms/compat.pyc
11${PYSITELIB}/wtforms/compat.pyo 11${PYSITELIB}/wtforms/compat.pyo
12${PYSITELIB}/wtforms/ext/__init__.py 12${PYSITELIB}/wtforms/ext/__init__.py
13${PYSITELIB}/wtforms/ext/__init__.pyc 13${PYSITELIB}/wtforms/ext/__init__.pyc
14${PYSITELIB}/wtforms/ext/__init__.pyo 14${PYSITELIB}/wtforms/ext/__init__.pyo
@@ -56,26 +56,30 @@ ${PYSITELIB}/wtforms/ext/django/orm.pyc @@ -56,26 +56,30 @@ ${PYSITELIB}/wtforms/ext/django/orm.pyc
56${PYSITELIB}/wtforms/ext/django/orm.pyo 56${PYSITELIB}/wtforms/ext/django/orm.pyo
57${PYSITELIB}/wtforms/ext/django/templatetags/__init__.py 57${PYSITELIB}/wtforms/ext/django/templatetags/__init__.py
58${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyc 58${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyc
59${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyo 59${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyo
60${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.py 60${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.py
61${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyc 61${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyc
62${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyo 62${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyo
63${PYSITELIB}/wtforms/ext/i18n/__init__.py 63${PYSITELIB}/wtforms/ext/i18n/__init__.py
64${PYSITELIB}/wtforms/ext/i18n/__init__.pyc 64${PYSITELIB}/wtforms/ext/i18n/__init__.pyc
65${PYSITELIB}/wtforms/ext/i18n/__init__.pyo 65${PYSITELIB}/wtforms/ext/i18n/__init__.pyo
66${PYSITELIB}/wtforms/ext/i18n/form.py 66${PYSITELIB}/wtforms/ext/i18n/form.py
67${PYSITELIB}/wtforms/ext/i18n/form.pyc 67${PYSITELIB}/wtforms/ext/i18n/form.pyc
68${PYSITELIB}/wtforms/ext/i18n/form.pyo 68${PYSITELIB}/wtforms/ext/i18n/form.pyo
 69${PYSITELIB}/wtforms/ext/i18n/messages/de/LC_MESSAGES/wtforms.mo
 70${PYSITELIB}/wtforms/ext/i18n/messages/de/LC_MESSAGES/wtforms.po
 71${PYSITELIB}/wtforms/ext/i18n/messages/de_CH/LC_MESSAGES/wtforms.mo
 72${PYSITELIB}/wtforms/ext/i18n/messages/de_CH/LC_MESSAGES/wtforms.po
69${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.mo 73${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.mo
70${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.po 74${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.po
71${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.mo 75${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.mo
72${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.po 76${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.po
73${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.mo 77${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.mo
74${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.po 78${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.po
75${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.mo 79${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.mo
76${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.po 80${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.po
77${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.mo 81${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.mo
78${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.po 82${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.po
79${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.mo 83${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.mo
80${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.po 84${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.po
81${PYSITELIB}/wtforms/ext/i18n/messages/pl/LC_MESSAGES/wtforms.mo 85${PYSITELIB}/wtforms/ext/i18n/messages/pl/LC_MESSAGES/wtforms.mo

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

--- pkgsrc/www/py-wtforms/distinfo 2013/09/23 20:36:27 1.4
+++ pkgsrc/www/py-wtforms/distinfo 2013/10/27 21:51:02 1.5
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.4 2013/09/23 20:36:27 kleink Exp $ 1$NetBSD: distinfo,v 1.5 2013/10/27 21:51:02 kleink Exp $
2 2
3SHA1 (WTForms-1.0.4.zip) = e8d97b4c72e805b8e29c5d2e6673c40780490c69 3SHA1 (WTForms-1.0.5.zip) = a76a482fd64d56f7f1f75b1bfae564a8cc6b1244
4RMD160 (WTForms-1.0.4.zip) = 93e853ff39c356bf73c01d37b4a38541d2e3e4fb 4RMD160 (WTForms-1.0.5.zip) = 248e078e64b102ce6c786e0988abada7de079115
5Size (WTForms-1.0.4.zip) = 345261 bytes 5Size (WTForms-1.0.5.zip) = 355186 bytes
6SHA1 (patch-ext_appengine_fields.py) = 3f4eef6d763522a93cabc60aeb5691f359297fad 

File Deleted: pkgsrc/www/py-wtforms/patches/Attic/patch-ext_appengine_fields.py