diff options
author | kleink <kleink@pkgsrc.org> | 2015-01-09 21:03:27 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2015-01-09 21:03:27 +0000 |
commit | 21abe5b62c107e379ddbe8f8925c7f238dfb51a5 (patch) | |
tree | 6536fa9e32fa20251892be7a543329227f8573b3 /www/py-wtforms/Makefile | |
parent | 4d0824ead33b61b0cd5aacc75234674a6a0507c4 (diff) | |
download | pkgsrc-21abe5b62c107e379ddbe8f8925c7f238dfb51a5.tar.gz |
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.
Diffstat (limited to 'www/py-wtforms/Makefile')
-rw-r--r-- | www/py-wtforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |