From ae0724ba9251e65c08e5f0dd2e51ebf6d1c62d9e Mon Sep 17 00:00:00 2001 From: kleink Date: Fri, 9 Jan 2015 21:03:27 +0000 Subject: Update py-wtforms to 2.0.1. Version 2.0.1 ------------- Released July 1, 2014 - Update wheel install to conditionally install ordereddict for python 2.6. - Doc improvements Version 2.0 ----------- Released May 20, 2014 - Add new `class Meta` paradigm for much more powerful customization of WTForms. - Move i18n into core. Deprecate `wtforms.ext.i18n`. - Move CSRF into core. Deprecate `wtforms.ext.csrf`. - Fix issue rendering SelectFields with ``value=True`` - Make `DecimalField` able to use babel locale-based number formatting. - Drop Python 3.2 support (Python3 support for 3.3+ only) - passing ``attr=False`` to WTForms widgets causes the value to be ignored. - `Unique` validator in `wtforms.ext.sqlalchemy` has been removed. --- www/py-wtforms/Makefile | 4 +-- www/py-wtforms/PLIST | 88 +++++++++++++++++++++++++++++++++---------------- www/py-wtforms/distinfo | 8 ++--- 3 files changed, 65 insertions(+), 35 deletions(-) (limited to 'www') diff --git a/www/py-wtforms/Makefile b/www/py-wtforms/Makefile index 252ee038c4d..e2baac9ccc8 100644 --- a/www/py-wtforms/Makefile +++ b/www/py-wtforms/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/09 21:03:27 kleink Exp $ -DISTNAME= WTForms-1.0.5 +DISTNAME= WTForms-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/ diff --git a/www/py-wtforms/PLIST b/www/py-wtforms/PLIST index 7f442b478cf..67600069200 100644 --- a/www/py-wtforms/PLIST +++ b/www/py-wtforms/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2013/10/27 21:51:02 kleink Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/01/09 21:03:27 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/wtforms/__init__.py ${PYSITELIB}/wtforms/__init__.pyc @@ -9,6 +10,15 @@ ${PYSITELIB}/wtforms/__init__.pyo ${PYSITELIB}/wtforms/compat.py ${PYSITELIB}/wtforms/compat.pyc ${PYSITELIB}/wtforms/compat.pyo +${PYSITELIB}/wtforms/csrf/__init__.py +${PYSITELIB}/wtforms/csrf/__init__.pyc +${PYSITELIB}/wtforms/csrf/__init__.pyo +${PYSITELIB}/wtforms/csrf/core.py +${PYSITELIB}/wtforms/csrf/core.pyc +${PYSITELIB}/wtforms/csrf/core.pyo +${PYSITELIB}/wtforms/csrf/session.py +${PYSITELIB}/wtforms/csrf/session.pyc +${PYSITELIB}/wtforms/csrf/session.pyo ${PYSITELIB}/wtforms/ext/__init__.py ${PYSITELIB}/wtforms/ext/__init__.pyc ${PYSITELIB}/wtforms/ext/__init__.pyo @@ -66,31 +76,6 @@ ${PYSITELIB}/wtforms/ext/i18n/__init__.pyo ${PYSITELIB}/wtforms/ext/i18n/form.py ${PYSITELIB}/wtforms/ext/i18n/form.pyc ${PYSITELIB}/wtforms/ext/i18n/form.pyo -${PYSITELIB}/wtforms/ext/i18n/messages/de/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/de/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/de_CH/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/de_CH/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/pl/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/pl/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/ru/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/ru/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/wtforms.pot -${PYSITELIB}/wtforms/ext/i18n/messages/zh/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/zh/LC_MESSAGES/wtforms.po -${PYSITELIB}/wtforms/ext/i18n/messages/zh_TW/LC_MESSAGES/wtforms.mo -${PYSITELIB}/wtforms/ext/i18n/messages/zh_TW/LC_MESSAGES/wtforms.po ${PYSITELIB}/wtforms/ext/i18n/utils.py ${PYSITELIB}/wtforms/ext/i18n/utils.pyc ${PYSITELIB}/wtforms/ext/i18n/utils.pyo @@ -103,9 +88,6 @@ ${PYSITELIB}/wtforms/ext/sqlalchemy/fields.pyo ${PYSITELIB}/wtforms/ext/sqlalchemy/orm.py ${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyc ${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyo -${PYSITELIB}/wtforms/ext/sqlalchemy/validators.py -${PYSITELIB}/wtforms/ext/sqlalchemy/validators.pyc -${PYSITELIB}/wtforms/ext/sqlalchemy/validators.pyo ${PYSITELIB}/wtforms/fields/__init__.py ${PYSITELIB}/wtforms/fields/__init__.pyc ${PYSITELIB}/wtforms/fields/__init__.pyo @@ -121,6 +103,54 @@ ${PYSITELIB}/wtforms/fields/simple.pyo ${PYSITELIB}/wtforms/form.py ${PYSITELIB}/wtforms/form.pyc ${PYSITELIB}/wtforms/form.pyo +${PYSITELIB}/wtforms/i18n.py +${PYSITELIB}/wtforms/i18n.pyc +${PYSITELIB}/wtforms/i18n.pyo +${PYSITELIB}/wtforms/locale/ca/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/ca/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/de/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/de/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/de_CH/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/de_CH/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/el/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/el/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/en/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/en/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/es/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/es/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/et/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/et/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/fa/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/fa/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/fr/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/fr/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/it/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/it/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/ko/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/ko/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/nb/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/nb/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/nl/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/nl/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/pl/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/pl/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/uk/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/uk/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/wtforms.pot +${PYSITELIB}/wtforms/locale/zh/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/zh/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/meta.py +${PYSITELIB}/wtforms/meta.pyc +${PYSITELIB}/wtforms/meta.pyo +${PYSITELIB}/wtforms/utils.py +${PYSITELIB}/wtforms/utils.pyc +${PYSITELIB}/wtforms/utils.pyo ${PYSITELIB}/wtforms/validators.py ${PYSITELIB}/wtforms/validators.pyc ${PYSITELIB}/wtforms/validators.pyo diff --git a/www/py-wtforms/distinfo b/www/py-wtforms/distinfo index 6641024783f..922c7fb31f9 100644 --- a/www/py-wtforms/distinfo +++ b/www/py-wtforms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/10/27 21:51:02 kleink Exp $ +$NetBSD: distinfo,v 1.6 2015/01/09 21:03:27 kleink Exp $ -SHA1 (WTForms-1.0.5.zip) = a76a482fd64d56f7f1f75b1bfae564a8cc6b1244 -RMD160 (WTForms-1.0.5.zip) = 248e078e64b102ce6c786e0988abada7de079115 -Size (WTForms-1.0.5.zip) = 355186 bytes +SHA1 (WTForms-2.0.1.zip) = f2ffcb4068f0f29efb05da5631a017279b3fdffb +RMD160 (WTForms-2.0.1.zip) = f509df447f3cc6a55bdc0bd40ee1f9e4715e0023 +Size (WTForms-2.0.1.zip) = 444489 bytes -- cgit v1.2.3