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:           Mon Sep 26 11:11:02 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-flask-login/Makefile
cvs rdiff -u -r1.16 -r1.17 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.

Modified files:

Index: pkgsrc/www/py-flask-login/Makefile
diff -u pkgsrc/www/py-flask-login/Makefile:1.21 pkgsrc/www/py-flask-login/Makefile:1.22
--- pkgsrc/www/py-flask-login/Makefile:1.21     Mon May 16 15:35:29 2022
+++ pkgsrc/www/py-flask-login/Makefile  Mon Sep 26 11:11:02 2022
@@ -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/}

Index: pkgsrc/www/py-flask-login/distinfo
diff -u pkgsrc/www/py-flask-login/distinfo:1.16 pkgsrc/www/py-flask-login/distinfo:1.17
--- pkgsrc/www/py-flask-login/distinfo:1.16     Mon May 16 15:35:29 2022
+++ pkgsrc/www/py-flask-login/distinfo  Mon Sep 26 11:11:02 2022
@@ -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



Home | Main Index | Thread Index | Old Index