Skip to content

Commit

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

Released 2014/09/03

- Update translation for reCaptcha via `#146`_.

.. _`#146`: pallets-eco/flask-wtf#146


Version 0.10.1
--------------

Released 2014/08/26

- Update RECAPTCHA API SERVER URL via `#145`_.
- Update requirement Werkzeug>=0.9.5
- Fix CsrfProtect exempt for blueprints via `#143`_.

.. _`#145`: pallets-eco/flask-wtf#145
.. _`#143`: pallets-eco/flask-wtf#143
  • Loading branch information
kleink committed Oct 23, 2014
1 parent b421e29 commit 8ceca7d
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.13 2014/08/13 10:21:06 kleink Exp $
# $NetBSD: Makefile,v 1.14 2014/10/23 17:01:18 kleink Exp $

DISTNAME= Flask-WTF-0.10.0
DISTNAME= Flask-WTF-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= https://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.8 2014/08/13 10:21:06 kleink Exp $
$NetBSD: distinfo,v 1.9 2014/10/23 17:01:18 kleink Exp $

SHA1 (Flask-WTF-0.10.0.tar.gz) = 223350cafc8941a91838cb10611538ac5445858c
RMD160 (Flask-WTF-0.10.0.tar.gz) = a1d5b697ab3d911c87047a145893e1fcf4392903
Size (Flask-WTF-0.10.0.tar.gz) = 246499 bytes
SHA1 (Flask-WTF-0.10.2.tar.gz) = c946c8e89cd595fe540a79bf093604edef6c8c30
RMD160 (Flask-WTF-0.10.2.tar.gz) = 449b7f3d894f3a4b3bf821883656fd5bbaadfc1d
Size (Flask-WTF-0.10.2.tar.gz) = 246659 bytes

0 comments on commit 8ceca7d

Please sign in to comment.