pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-flask-wtf



Module Name:    pkgsrc
Committed By:   kleink
Date:           Sun Oct 27 21:55:23 UTC 2013

Modified Files:
        pkgsrc/www/py-flask-wtf: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-flask-wtf/patches: patch-flask__wtf_recaptcha_widgets.py

Log Message:
Update py-flask-wtf to 0.9.3.

(No changelog for 0.9.3 supplied, but includes maintainer change.)

Version 0.9.2
-------------

Released 2013/9/11

- Upgrade wtforms to 1.0.5.
- No lazy string for i18n `#77`_.
- No DateInput widget in html5 `#81`_.
- PUT and PATCH for CSRF `#86`_.

.. _`#77`: https://github.com/lepture/flask-wtf/issues/77
.. _`#81`: https://github.com/lepture/flask-wtf/issues/81
.. _`#86`: https://github.com/lepture/flask-wtf/issues/86

Version 0.9.1
-------------

Released 2013/8/21

This is a patch version for backward compitable for Flask<0.10 `#82`_.

.. _`#82`: https://github.com/lepture/flask-wtf/issues/82

Version 0.9.0
-------------

Released 2013/8/15

- Add i18n support (issue #65)
- Use default html5 widgets and fields provided by wtforms
- Python 3.3+ support
- Redesign form, replace SessionSecureForm
- CSRF protection solution
- Drop wtforms imports
- Fix recaptcha i18n support
- Fix recaptcha validator for python 3
- More test cases, it's 90%+ coverage now
- Redesign documentation


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-flask-wtf/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-flask-wtf/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-flask-wtf/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/py-flask-wtf/patches/patch-flask__wtf_recaptcha_widgets.py

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