diff options
author | kleink <kleink@pkgsrc.org> | 2015-10-21 11:46:36 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2015-10-21 11:46:36 +0000 |
commit | 16ec42daa10a516bf508bd9e8e9d9b95a161e5e7 (patch) | |
tree | 70f3d50310d5314344909dfa3d8aeebea23f85da | |
parent | d9124ede29dac665b75363b860b5ba89f5cac965 (diff) | |
download | pkgsrc-16ec42daa10a516bf508bd9e8e9d9b95a161e5e7.tar.gz |
Update py-flask-login to 0.3.2.
Version 0.3.2
-------------
Released on October 8th, 2015
- Fixes Python 2.6 compatibility.
- Updates SESSION_KEYS to include "remember".
Version 0.3.1
-------------
Released on September 30th, 2015
- Fixes removal of non-Flask-Login keys from session object when using
'strong' protection.
-rw-r--r-- | www/py-flask-login/Makefile | 4 | ||||
-rw-r--r-- | www/py-flask-login/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile index f2f1842ce4a..d2a097b0c08 100644 --- a/www/py-flask-login/Makefile +++ b/www/py-flask-login/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2015/09/22 11:54:09 kleink Exp $ +# $NetBSD: Makefile,v 1.15 2015/10/21 11:46:36 kleink Exp $ -DISTNAME= Flask-Login-0.3.0 +DISTNAME= Flask-Login-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Login/} diff --git a/www/py-flask-login/distinfo b/www/py-flask-login/distinfo index 797b4b48a89..8b44f6168e4 100644 --- a/www/py-flask-login/distinfo +++ b/www/py-flask-login/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/09/22 11:54:09 kleink Exp $ +$NetBSD: distinfo,v 1.10 2015/10/21 11:46:36 kleink Exp $ -SHA1 (Flask-Login-0.3.0.tar.gz) = 1b7e0ad81258f97a7f94df81a13ea9eebb76f1d8 -RMD160 (Flask-Login-0.3.0.tar.gz) = 8b7f7030c6f29534665a1284409ae4d50d710c07 -Size (Flask-Login-0.3.0.tar.gz) = 11739 bytes +SHA1 (Flask-Login-0.3.2.tar.gz) = cc86220a08fc966c1a978c72a8d945c88902f82d +RMD160 (Flask-Login-0.3.2.tar.gz) = 863929ea113c3147928cf2ea255cd3ec2ef839ce +SHA512 (Flask-Login-0.3.2.tar.gz) = 8465976e5e5350732768a4e34661609e3039d34825265d1af8808e4573f6be276338305a141966be7923f6d898df0be7617f2cff4c65471c336d1ef4b8f37788 +Size (Flask-Login-0.3.2.tar.gz) = 11799 bytes |