Skip to content

Commit

Permalink
Update py-flask-wtf to 0.9.3.
Browse files Browse the repository at this point in the history
(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`: pallets-eco/flask-wtf#77
.. _`#81`: pallets-eco/flask-wtf#81
.. _`#86`: pallets-eco/flask-wtf#86


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

Released 2013/8/21

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

.. _`#82`: pallets-eco/flask-wtf#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
  • Loading branch information
kleink committed Oct 27, 2013
1 parent 6b8c276 commit 402fce4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 23 deletions.
8 changes: 4 additions & 4 deletions www/py-flask-wtf/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.5 2013/08/04 14:58:42 kleink Exp $
# $NetBSD: Makefile,v 1.6 2013/10/27 21:55:23 kleink Exp $

DISTNAME= Flask-WTF-0.8.4
DISTNAME= Flask-WTF-0.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-WTF/

MAINTAINER= [email protected]
HOMEPAGE= http://github.com/ajford/flask-wtf
HOMEPAGE= http://github.com/lepture/flask-wtf
COMMENT= Simple integration of Flask and WTForms
LICENSE= modified-bsd

Expand All @@ -18,7 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 31 32
EGG_NAME= ${DISTNAME:S/-/_/}

DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0:../../www/py-wtforms
DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.5:../../www/py-wtforms

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
11 changes: 10 additions & 1 deletion www/py-flask-wtf/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2013/01/07 21:51:10 kleink Exp $
@comment $NetBSD: PLIST,v 1.2 2013/10/27 21:55:23 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand All @@ -8,6 +8,12 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/flask_wtf/__init__.py
${PYSITELIB}/flask_wtf/__init__.pyc
${PYSITELIB}/flask_wtf/__init__.pyo
${PYSITELIB}/flask_wtf/_compat.py
${PYSITELIB}/flask_wtf/_compat.pyc
${PYSITELIB}/flask_wtf/_compat.pyo
${PYSITELIB}/flask_wtf/csrf.py
${PYSITELIB}/flask_wtf/csrf.pyc
${PYSITELIB}/flask_wtf/csrf.pyo
${PYSITELIB}/flask_wtf/file.py
${PYSITELIB}/flask_wtf/file.pyc
${PYSITELIB}/flask_wtf/file.pyo
Expand All @@ -17,6 +23,9 @@ ${PYSITELIB}/flask_wtf/form.pyo
${PYSITELIB}/flask_wtf/html5.py
${PYSITELIB}/flask_wtf/html5.pyc
${PYSITELIB}/flask_wtf/html5.pyo
${PYSITELIB}/flask_wtf/i18n.py
${PYSITELIB}/flask_wtf/i18n.pyc
${PYSITELIB}/flask_wtf/i18n.pyo
${PYSITELIB}/flask_wtf/recaptcha/__init__.py
${PYSITELIB}/flask_wtf/recaptcha/__init__.pyc
${PYSITELIB}/flask_wtf/recaptcha/__init__.pyo
Expand Down
9 changes: 4 additions & 5 deletions www/py-flask-wtf/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/08/04 14:58:42 kleink Exp $
$NetBSD: distinfo,v 1.5 2013/10/27 21:55:23 kleink Exp $

SHA1 (Flask-WTF-0.8.4.tar.gz) = b358c5f1f06a8f5a1508d9a0352fd773f3c9fde5
RMD160 (Flask-WTF-0.8.4.tar.gz) = da850e2da16bc8a88c723790df1dd022d093aeef
Size (Flask-WTF-0.8.4.tar.gz) = 237765 bytes
SHA1 (patch-flask__wtf_recaptcha_widgets.py) = fb8be817708e9edd4391929981edb77715c945dd
SHA1 (Flask-WTF-0.9.3.tar.gz) = 9a8cb86789024587d5c5f910fa91d30ce2bec9fd
RMD160 (Flask-WTF-0.9.3.tar.gz) = 72a731385c485881409c8a0092b57737ec65569c
Size (Flask-WTF-0.9.3.tar.gz) = 245191 bytes
13 changes: 0 additions & 13 deletions www/py-flask-wtf/patches/patch-flask__wtf_recaptcha_widgets.py

This file was deleted.

0 comments on commit 402fce4

Please sign in to comment.