diff options
author | kleink <kleink> | 2016-01-08 17:52:33 +0000 |
---|---|---|
committer | kleink <kleink> | 2016-01-08 17:52:33 +0000 |
commit | 4a28b19235c94dbaf204c4b74f654d47240059a9 (patch) | |
tree | a0c10d724ddc2c70f8f9e50b9af8deffcfaabc6d | |
parent | be310520c575eac8592f6ae7f08f8e6d3bba7e2c (diff) | |
download | pkgsrc-4a28b19235c94dbaf204c4b74f654d47240059a9.tar.gz |
Update py-flask-security to 1.7.5.
Version 1.7.5
-------------
Released December 2nd 2015
- Added `SECURITY_TOKEN_MAX_AGE` configuration setting
- Fixed calls to `SQLAlchemyUserDatastore.get_user(None)` (this now returns
`False` instead of raising a `TypeError`
- Fixed URL generation adding extra slashes in some cases (see GitHub #343)
- Fixed handling of trackable IP addresses when the `X-Forwarded-For`
header contains multiple values
- Include WWW-Authenticate headers in `@auth_required` authentication
checks
- Fixed error when `check_token` function is used with a json list
- Added support for custom `AnonymousUser` classes
- Restricted `forgot_password` endpoint to anonymous users
- Allowed unauthorized callback to be overridden
- Fixed issue where passwords cannot be reset if currently set to `None`
- Ensured that password reset tokens are invalidated after use
- Updated `is_authenticated` and `is_active` functions to support
Flask-Login changes
- Various documentation improvements
-rw-r--r-- | www/py-flask-security/Makefile | 4 | ||||
-rw-r--r-- | www/py-flask-security/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-flask-security/Makefile b/www/py-flask-security/Makefile index f7d87222f93..b092006b84e 100644 --- a/www/py-flask-security/Makefile +++ b/www/py-flask-security/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/12/31 13:57:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/01/08 17:52:33 kleink Exp $ -DISTNAME= Flask-Security-1.7.4 +DISTNAME= Flask-Security-1.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Security/ diff --git a/www/py-flask-security/distinfo b/www/py-flask-security/distinfo index b0c5f0635dd..8df733bfb12 100644 --- a/www/py-flask-security/distinfo +++ b/www/py-flask-security/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 02:47:28 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/01/08 17:52:33 kleink Exp $ -SHA1 (Flask-Security-1.7.4.tar.gz) = 1e6f0ab0af8b62d6f63976eaa4bf72458b2807b7 -RMD160 (Flask-Security-1.7.4.tar.gz) = 88a032ccbc8df0c7361e7e5d24d4e2ca0286d39a -SHA512 (Flask-Security-1.7.4.tar.gz) = 9d0f7db3250f6cab5af4e60cdffd2fffe28ef2dc30e38a479eb91f04c559308b5c530784fc4d9bbf410fd3f6060830f150b8cdb56a3a2d650c4873a14e09b622 -Size (Flask-Security-1.7.4.tar.gz) = 41467 bytes +SHA1 (Flask-Security-1.7.5.tar.gz) = 7962f133fa471e9c6b9e7af9cdead4407eb1ba57 +RMD160 (Flask-Security-1.7.5.tar.gz) = 8fe419bfc63c0f86adaadc012677e6fdf3b5d633 +SHA512 (Flask-Security-1.7.5.tar.gz) = 41fd806d35746bdc212aa4ab01af678d39765a6d4df42cd19c87b8a2060374112d3e8a5f2fc243e88906505d6a942b9a824cf19a29b2c0eebacde9299534ffc9 +Size (Flask-Security-1.7.5.tar.gz) = 42261 bytes |