summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkleink <kleink>2015-09-22 11:54:09 +0000
committerkleink <kleink>2015-09-22 11:54:09 +0000
commit365e5a1e04ce05c5c23fb2120c40a5855d696fb8 (patch)
treea880c28dce8bb1b7a68dbfda79284fe19720ee3f /www
parent7975ae23c79534390f788553b35354f667d5fd06 (diff)
downloadpkgsrc-365e5a1e04ce05c5c23fb2120c40a5855d696fb8.tar.gz
Update py-flask-login to 0.3.0.
Version 0.3.0 ------------- Released on September 10th, 2015 - Fixes handling of X-Forward-For header. - Update to use SHA512 instead of MS5 for session identifier creation. - Fixes session creation for every view. - BREAKING: UTC used to set cookie duration. - BREAKING: Non-fresh logins now returns HTTP 401. - Support unicode user IDs in cookie. - Fixes user_logged_out signal invocation. - Support for per-Blueprint login views. - BREAKING: The `is_authenticated`, `is_active`, and `is_anonymous` members of the user class are now properties, not methods. Applications should update their user classes accordingly. - Various other improvements including documentation and code clean up.
Diffstat (limited to 'www')
-rw-r--r--www/py-flask-login/Makefile6
-rw-r--r--www/py-flask-login/PLIST3
-rw-r--r--www/py-flask-login/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile
index c08109a3fe1..f2f1842ce4a 100644
--- a/www/py-flask-login/Makefile
+++ b/www/py-flask-login/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2014/12/31 13:57:32 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/09/22 11:54:09 kleink Exp $
-DISTNAME= Flask-Login-0.2.11
+DISTNAME= Flask-Login-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
-MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Login/
+MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Login/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://flask-login.readthedocs.org/
diff --git a/www/py-flask-login/PLIST b/www/py-flask-login/PLIST
index 5cc45b1ee9e..01c9a23160e 100644
--- a/www/py-flask-login/PLIST
+++ b/www/py-flask-login/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2013/01/07 20:15:01 kleink Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/09/22 11:54:09 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/version_info.json
${PYSITELIB}/flask_login.py
${PYSITELIB}/flask_login.pyc
${PYSITELIB}/flask_login.pyo
diff --git a/www/py-flask-login/distinfo b/www/py-flask-login/distinfo
index 0694a7e6144..797b4b48a89 100644
--- a/www/py-flask-login/distinfo
+++ b/www/py-flask-login/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/05/21 08:59:18 kleink Exp $
+$NetBSD: distinfo,v 1.9 2015/09/22 11:54:09 kleink Exp $
-SHA1 (Flask-Login-0.2.11.tar.gz) = d23f920096b40a6794e0a0e8997aca823382af7d
-RMD160 (Flask-Login-0.2.11.tar.gz) = 769f9928641ac7def1ebf33e5b77027174899626
-Size (Flask-Login-0.2.11.tar.gz) = 11099 bytes
+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