pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-wtforms
Module Name: pkgsrc
Committed By: kleink
Date: Fri Jan 9 21:03:27 UTC 2015
Modified Files:
pkgsrc/www/py-wtforms: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-wtforms/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-wtforms/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-wtforms/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index