summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2022-09-26 11:11:02 +0000
committerkleink <kleink@pkgsrc.org>2022-09-26 11:11:02 +0000
commitf4d4c74402ec41ccdd7782367065f208d5826948 (patch)
tree6f21ec7daab42fedac5667e56661bb722189475f
parent82962d45f7b1db7acaa8e098a9ad6f65ce71315f (diff)
downloadpkgsrc-f4d4c74402ec41ccdd7782367065f208d5826948.tar.gz
py-flask-login: Update to 0.6.2.
Version 0.6.2 ------------- Released on July 25th, 2022 - Fix compatibility with Werkzeug 2.2 and Flask 2.2. 691 - Revert change to `expand_login_view` that attempted to preserve a dynamic subdomain value. Such values should be handled using `app.url_value_preprocessor` and `app.url_defaults`. 691 - Ensure deprecation warnings are present for deprecated features that will be removed in the next feature release. - Use `request_loader` instead of `header_loader`. - Use `user_loaded_from_request` instead of `user_loaded_from_header`. - Use `app.config["LOGIN_DISABLED"]` instead of `_login_disabled`. - Use `init_app` instead of `setup_app`.
-rw-r--r--www/py-flask-login/Makefile4
-rw-r--r--www/py-flask-login/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile
index 032e5fbe9bd..82683e3fee1 100644
--- a/www/py-flask-login/Makefile
+++ b/www/py-flask-login/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/05/16 15:35:29 kleink Exp $
+# $NetBSD: Makefile,v 1.22 2022/09/26 11:11:02 kleink Exp $
-DISTNAME= Flask-Login-0.6.1
+DISTNAME= Flask-Login-0.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Login/}
diff --git a/www/py-flask-login/distinfo b/www/py-flask-login/distinfo
index 18c7b65ab96..d59a984fc78 100644
--- a/www/py-flask-login/distinfo
+++ b/www/py-flask-login/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/05/16 15:35:29 kleink Exp $
+$NetBSD: distinfo,v 1.17 2022/09/26 11:11:02 kleink Exp $
-BLAKE2s (Flask-Login-0.6.1.tar.gz) = 6d33b66c02f97b12b609588c7f9d777638d514b895438a0fbe7680e1185baf72
-SHA512 (Flask-Login-0.6.1.tar.gz) = adedde510c19ba3341ab2d0f7000dab44bb3c2621e4b158b9f29715d717ced43b1532b54db357e7062f72aeb797148433a5dc0dfc3baa2d674b750e914791c5f
-Size (Flask-Login-0.6.1.tar.gz) = 48694 bytes
+BLAKE2s (Flask-Login-0.6.2.tar.gz) = 11d591749b2a6785e45b44fa8d97985cb3058134f99ff669739a03d123c70ab7
+SHA512 (Flask-Login-0.6.2.tar.gz) = 7e6e108841e96f4da0f2a4b062084d7ac83edb2e0bcc85dd19e34cb58dee5e52c1180097544755783372747381ea923fdacf315914170872de832b6115ccc74a
+Size (Flask-Login-0.6.2.tar.gz) = 48671 bytes