From 62d963188c164d8172de916dac93de61ea5b7ca5 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 1 Jan 2014 17:56:43 +0000 Subject: [PATCH] Update py-flask-login to 0.2.9. Version 0.2.9-dev ----------------- Released on December 28th, 2013 - Fixes anonymous user assignment. - Fixes localization in Python 3. Version 0.2.8 ------------- Released on December 21st 2013 - Support login via authorization header. This allows login via Basic Auth, for example. Useful in an API presentation context. - Ability to override user ID method name. This is useful if the ID getter is named differently than the default. - Session data is now only read when the user is requested. This can be beneficial for cookie and caching control when differenting between requests that use user information for rendering and ones where all users (including anonymous) get the same result (e.g. static pages) - BREAKING: User *must* always be accessed through the ``current_user`` local. This breaks any previous direct access to ``_request_ctx.top.user``. This is because user is not loaded until current_user is accessed. - Fixes unnecessary access to the session when the user is anonymous and session protection is active. see https://github.com/maxcountryman/flask-login/issues/120 - Fixes issue where order dependency of applying the login manager before dependent applications was required. see https://github.com/mattupstate/flask-principal/issues/22 - Fixes Python 3 ``UserMixin`` hashing. - Fixes incorrect documentation. --- www/py-flask-login/Makefile | 4 ++-- www/py-flask-login/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile index d1eaaaf9d6a45..8d1b2469dd53f 100644 --- a/www/py-flask-login/Makefile +++ b/www/py-flask-login/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2013/08/23 15:33:58 kleink Exp $ +# $NetBSD: Makefile,v 1.8 2014/01/01 17:56:43 kleink Exp $ -DISTNAME= Flask-Login-0.2.7 +DISTNAME= Flask-Login-0.2.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Login/ diff --git a/www/py-flask-login/distinfo b/www/py-flask-login/distinfo index d2e3c869d20e8..5ea498a217104 100644 --- a/www/py-flask-login/distinfo +++ b/www/py-flask-login/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/08/23 15:33:58 kleink Exp $ +$NetBSD: distinfo,v 1.6 2014/01/01 17:56:43 kleink Exp $ -SHA1 (Flask-Login-0.2.7.tar.gz) = 676eb6be40a7aca15ebbdf234236e457905bdbef -RMD160 (Flask-Login-0.2.7.tar.gz) = a67bbde1968c9af74ba395cfc821355c5fa229b1 -Size (Flask-Login-0.2.7.tar.gz) = 10199 bytes +SHA1 (Flask-Login-0.2.9.tar.gz) = 79c8d78aa17f56d403ea8059399f18f7218e8211 +RMD160 (Flask-Login-0.2.9.tar.gz) = 7382c36c0a97e057922947d368143749e6f16558 +Size (Flask-Login-0.2.9.tar.gz) = 10922 bytes