forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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
Showing
4 changed files
with
18 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
www/py-flask-wtf/patches/patch-flask__wtf_recaptcha_widgets.py
This file was deleted.
Oops, something went wrong.