pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 12 07:08:22 UTC 2025

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

Log Message:
py-flask-security: updated to 5.6.1

Version 5.6.1

Fixes
- (:issue:`1077`) Fix runtime modification of a config string (TWO_FACTOR_METHODS)
- (:issue:`1078`) Fix CLI user_create when model doesn't contain username
- (:issue:`1076`) xxx_util_cls instances should be public and documented.

Backwards Compatibility Concerns
As part of :issue:`1076` the following cleanup was done:

- The xxx_util_cls arguments are now stored in 'private' instance variables - they are never
  used after Flask-Security initialization and have never been documented.
- The xxx_util_cls options should only be set as part of Flask-Security construction.
  Setting them via init_app(kwargs) or app.config["SECURITY_XX"] has been deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-flask-security/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-flask-security/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-security/Makefile
diff -u pkgsrc/www/py-flask-security/Makefile:1.22 pkgsrc/www/py-flask-security/Makefile:1.23
--- pkgsrc/www/py-flask-security/Makefile:1.22  Sun Feb 23 20:55:13 2025
+++ pkgsrc/www/py-flask-security/Makefile       Sat Apr 12 07:08:22 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2025/02/23 20:55:13 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/12 07:08:22 adam Exp $
 
-DISTNAME=      flask_security-5.6.0
+DISTNAME=      flask_security-5.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-Security/}
 

Index: pkgsrc/www/py-flask-security/distinfo
diff -u pkgsrc/www/py-flask-security/distinfo:1.15 pkgsrc/www/py-flask-security/distinfo:1.16
--- pkgsrc/www/py-flask-security/distinfo:1.15  Wed Feb 12 16:32:00 2025
+++ pkgsrc/www/py-flask-security/distinfo       Sat Apr 12 07:08:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/02/12 16:32:00 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/04/12 07:08:22 adam Exp $
 
-BLAKE2s (flask_security-5.6.0.tar.gz) = dc0f7a661f4937d0c61b5a7bda3e683c6428a2bded4b9b1051bb3bc9944f42a3
-SHA512 (flask_security-5.6.0.tar.gz) = 4dc95c2c47041b4e871066750e9874dceb594f7d15369bc67a1a8b41a5534f3a59f7da341cf7bd4d5dae637429977373ae598f4e7e504276d4ac2a4aa56e92de
-Size (flask_security-5.6.0.tar.gz) = 693721 bytes
+BLAKE2s (flask_security-5.6.1.tar.gz) = c5729c4d853d8327f3d0e67a887e6e9e7c741567366cc62a3f972ecb6252790f
+SHA512 (flask_security-5.6.1.tar.gz) = dbd940f7155ae19f7d642f6f0739275f99f70e490dd4d1bbcfee1b2ac7aba9b6efc5d4d5c256775a9b1c0ea1eeb0df0de8f23a1944c0c19df586c398b0056eeb
+Size (flask_security-5.6.1.tar.gz) = 694654 bytes



Home | Main Index | Thread Index | Old Index