Skip to content

Commit

Permalink
Update py-flask-wtf to 0.8.3.
Browse files Browse the repository at this point in the history
Version 0.8.3
Released 2013/3/13

* Update documentation to indicate pending deprecation of WTForms
  namespace facade
* PEP8 fixes (issue #64)
* Fix Recaptcha widget (issue #49)
  • Loading branch information
kleink committed Mar 14, 2013
1 parent 8bec566 commit 1f34c92
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.2 2013/01/09 19:02:44 kleink Exp $
# $NetBSD: Makefile,v 1.3 2013/03/14 19:00:57 kleink Exp $

DISTNAME= Flask-WTF-0.8.2
DISTNAME= Flask-WTF-0.8.3
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.1 2013/01/07 21:51:10 kleink Exp $
$NetBSD: distinfo,v 1.2 2013/03/14 19:00:57 kleink Exp $

SHA1 (Flask-WTF-0.8.2.tar.gz) = 21aa811f42485972ad8bbd2bc574b6f286105acf
RMD160 (Flask-WTF-0.8.2.tar.gz) = 04086e1c277b2b85f997ef9439d2183cfcee34af
Size (Flask-WTF-0.8.2.tar.gz) = 237611 bytes
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

0 comments on commit 1f34c92

Please sign in to comment.