Skip to content

Commit

Permalink
Update py-flask-wtf to 0.8.4.
Browse files Browse the repository at this point in the history
Version 0.8.4
-------------

Released 2013/3/28

- Recaptcha Validator now returns provided message (issue #66)
- Minor doc fixes
- Fixed issue with tests barking because of nose/multiprocessing issue.
  • Loading branch information
kleink committed Jul 9, 2013
1 parent 48510a3 commit 443869c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/py-flask-wtf/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2013/03/14 19:00:57 kleink Exp $
# $NetBSD: Makefile,v 1.4 2013/07/09 18:22:12 kleink Exp $

DISTNAME= Flask-WTF-0.8.3
DISTNAME= Flask-WTF-0.8.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-WTF/
Expand Down
8 changes: 4 additions & 4 deletions www/py-flask-wtf/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/03/14 19:00:57 kleink Exp $
$NetBSD: distinfo,v 1.3 2013/07/09 18:22:12 kleink Exp $

SHA1 (Flask-WTF-0.8.3.tar.gz) = aa4580bc9ea592450adf94a62d0bf3c1bf297e37
RMD160 (Flask-WTF-0.8.3.tar.gz) = 1a48aa0fb17caa2f5dfbf2d57f5e2731954aa395
Size (Flask-WTF-0.8.3.tar.gz) = 238175 bytes
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

0 comments on commit 443869c

Please sign in to comment.