Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-flask-login py-flask-login: Update to 0.5.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beef74f1e76d
branches:  trunk
changeset: 431216:beef74f1e76d
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Sun May 10 13:11:58 2020 +0000

description:
py-flask-login: Update to 0.5.0.

Version 0.5.0
-------------

Released on February 9th, 2020

- New custom test client: `flask_login.FlaskLoginClient`.
  You can use this to write clearer automated tests. 431
- Prefix authenticated user_id, remember, and remember_seconds in
  Flask Session
  with underscores to prevent accidental usage in application code. 470
- Simplify user loading. 378
- Various documentation improvements. 393, 394, 397, 417
- Set session ID when setting next. 403
- Clear session identifier on logout. 404
- Ensure use of a safe and up-to-date version of Flask.
- Drop support of Python versions: 2.6, 3.3, 3.4 450

diffstat:

 www/py-flask-login/Makefile |   4 ++--
 www/py-flask-login/PLIST    |   6 ++++--
 www/py-flask-login/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r f09b33ccc15f -r beef74f1e76d www/py-flask-login/Makefile
--- a/www/py-flask-login/Makefile       Sun May 10 13:10:34 2020 +0000
+++ b/www/py-flask-login/Makefile       Sun May 10 13:11:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/12/12 09:38:54 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/10 13:11:58 kleink Exp $
 
-DISTNAME=      Flask-Login-0.4.1
+DISTNAME=      Flask-Login-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-Login/}
diff -r f09b33ccc15f -r beef74f1e76d www/py-flask-login/PLIST
--- a/www/py-flask-login/PLIST  Sun May 10 13:10:34 2020 +0000
+++ b/www/py-flask-login/PLIST  Sun May 10 13:11:58 2020 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2017/02/22 20:53:33 kleink Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/05/10 13:11:58 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/__about__.py
 ${PYSITELIB}/flask_login/__about__.pyc
 ${PYSITELIB}/flask_login/__about__.pyo
@@ -27,6 +26,9 @@
 ${PYSITELIB}/flask_login/signals.py
 ${PYSITELIB}/flask_login/signals.pyc
 ${PYSITELIB}/flask_login/signals.pyo
+${PYSITELIB}/flask_login/test_client.py
+${PYSITELIB}/flask_login/test_client.pyc
+${PYSITELIB}/flask_login/test_client.pyo
 ${PYSITELIB}/flask_login/utils.py
 ${PYSITELIB}/flask_login/utils.pyc
 ${PYSITELIB}/flask_login/utils.pyo
diff -r f09b33ccc15f -r beef74f1e76d www/py-flask-login/distinfo
--- a/www/py-flask-login/distinfo       Sun May 10 13:10:34 2020 +0000
+++ b/www/py-flask-login/distinfo       Sun May 10 13:11:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/12/12 09:38:54 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/05/10 13:11:58 kleink Exp $
 
-SHA1 (Flask-Login-0.4.1.tar.gz) = 36e6b5ee5fa06f43cf5578e26c95eb4e8a219621
-RMD160 (Flask-Login-0.4.1.tar.gz) = 9e11049ef4e0fefcabd872401b4a414ab4a97410
-SHA512 (Flask-Login-0.4.1.tar.gz) = e57c80647e5504adb302490e6497165952a45c4bb211836bbd8bc2932ee19073bf7a8635ea4928ab83b9ae630617d3309089e62eaf07442ab094e9b1559b151f
-Size (Flask-Login-0.4.1.tar.gz) = 14118 bytes
+SHA1 (Flask-Login-0.5.0.tar.gz) = 2d741ebb161554bac84675476356552e284c5122
+RMD160 (Flask-Login-0.5.0.tar.gz) = d7ff2fd003b7eaf841e4efe4fe6234babb0c6015
+SHA512 (Flask-Login-0.5.0.tar.gz) = 1625bb44e3f50e5a4ed176631dfcd0d9c81437a693e9b07ac8e97e4b662c65f094793a654d73406c58cb8a30b4643a34cd080d2973ba4026584abbee3906a0f6
+Size (Flask-Login-0.5.0.tar.gz) = 41702 bytes



Home | Main Index | Thread Index | Old Index