pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-flask-login



Module Name:    pkgsrc
Committed By:   kleink
Date:           Tue Sep 22 11:54:09 UTC 2015

Modified Files:
        pkgsrc/www/py-flask-login: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-flask-login/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-flask-login/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-flask-login/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index