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:           Wed Feb 12 16:32:00 UTC 2025

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

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

Version 5.6.0

Features & Improvements

- (:issue:`1038`) Add support for 'secret_key' rotation (jamesejr)
- (:issue:`980`) Add support for username recovery in simple login flows (jamesejr)
- (:issue:`1055`) Add support for changing username
- (:pr:`1048`) Add support for Python 3.13
- (:issue:`1043`) Unify Register forms (and split out re-type password option) Please read :ref:`register_form_migration`.

Fixes

- (:pr:`1062`) Fix duplicate HTML ids in templates.
- (:pr:`1067`) Fix more duplicate HTML ids in templates.
- (:issue:`1064`) Ensure templates pass W3C validation (see below)

Docs and Chores

- (:pr:`1052`) Remove deprecated TWO_FACTOR configuration variables
- (:pr:`1069`) Update ES and IT translations (gissimo)
- (:pr:`1071`) Improve templates - two-factor is hyphenated, re-authenticate is not.
  Also try to embed links into xlatable strings.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-flask-security/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-flask-security/PLIST
cvs rdiff -u -r1.14 -r1.15 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.20 pkgsrc/www/py-flask-security/Makefile:1.21
--- pkgsrc/www/py-flask-security/Makefile:1.20  Wed Jan 29 12:08:12 2025
+++ pkgsrc/www/py-flask-security/Makefile       Wed Feb 12 16:32:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/01/29 12:08:12 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/02/12 16:32:00 adam Exp $
 
-DISTNAME=      flask_security-5.5.2
+DISTNAME=      flask_security-5.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-Security/}

Index: pkgsrc/www/py-flask-security/PLIST
diff -u pkgsrc/www/py-flask-security/PLIST:1.4 pkgsrc/www/py-flask-security/PLIST:1.5
--- pkgsrc/www/py-flask-security/PLIST:1.4      Wed Jan 29 12:08:12 2025
+++ pkgsrc/www/py-flask-security/PLIST  Wed Feb 12 16:32:00 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/01/29 12:08:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/02/12 16:32:00 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -12,6 +12,9 @@ ${PYSITELIB}/flask_security/babel.pyo
 ${PYSITELIB}/flask_security/change_email.py
 ${PYSITELIB}/flask_security/change_email.pyc
 ${PYSITELIB}/flask_security/change_email.pyo
+${PYSITELIB}/flask_security/change_username.py
+${PYSITELIB}/flask_security/change_username.pyc
+${PYSITELIB}/flask_security/change_username.pyo
 ${PYSITELIB}/flask_security/changeable.py
 ${PYSITELIB}/flask_security/changeable.pyc
 ${PYSITELIB}/flask_security/changeable.pyo
@@ -96,10 +99,13 @@ ${PYSITELIB}/flask_security/templates/se
 ${PYSITELIB}/flask_security/templates/security/base.html
 ${PYSITELIB}/flask_security/templates/security/change_email.html
 ${PYSITELIB}/flask_security/templates/security/change_password.html
+${PYSITELIB}/flask_security/templates/security/change_username.html
 ${PYSITELIB}/flask_security/templates/security/email/change_email_instructions.html
 ${PYSITELIB}/flask_security/templates/security/email/change_email_instructions.txt
 ${PYSITELIB}/flask_security/templates/security/email/change_notice.html
 ${PYSITELIB}/flask_security/templates/security/email/change_notice.txt
+${PYSITELIB}/flask_security/templates/security/email/change_username_notice.html
+${PYSITELIB}/flask_security/templates/security/email/change_username_notice.txt
 ${PYSITELIB}/flask_security/templates/security/email/confirmation_instructions.html
 ${PYSITELIB}/flask_security/templates/security/email/confirmation_instructions.txt
 ${PYSITELIB}/flask_security/templates/security/email/login_instructions.html
@@ -114,6 +120,8 @@ ${PYSITELIB}/flask_security/templates/se
 ${PYSITELIB}/flask_security/templates/security/email/two_factor_rescue.txt
 ${PYSITELIB}/flask_security/templates/security/email/us_instructions.html
 ${PYSITELIB}/flask_security/templates/security/email/us_instructions.txt
+${PYSITELIB}/flask_security/templates/security/email/username_recovery.html
+${PYSITELIB}/flask_security/templates/security/email/username_recovery.txt
 ${PYSITELIB}/flask_security/templates/security/email/welcome.html
 ${PYSITELIB}/flask_security/templates/security/email/welcome.txt
 ${PYSITELIB}/flask_security/templates/security/email/welcome_existing.html
@@ -124,6 +132,7 @@ ${PYSITELIB}/flask_security/templates/se
 ${PYSITELIB}/flask_security/templates/security/login_user.html
 ${PYSITELIB}/flask_security/templates/security/mf_recovery.html
 ${PYSITELIB}/flask_security/templates/security/mf_recovery_codes.html
+${PYSITELIB}/flask_security/templates/security/recover_username.html
 ${PYSITELIB}/flask_security/templates/security/register_user.html
 ${PYSITELIB}/flask_security/templates/security/reset_password.html
 ${PYSITELIB}/flask_security/templates/security/send_confirmation.html

Index: pkgsrc/www/py-flask-security/distinfo
diff -u pkgsrc/www/py-flask-security/distinfo:1.14 pkgsrc/www/py-flask-security/distinfo:1.15
--- pkgsrc/www/py-flask-security/distinfo:1.14  Wed Jan 29 12:08:12 2025
+++ pkgsrc/www/py-flask-security/distinfo       Wed Feb 12 16:32:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/01/29 12:08:12 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/02/12 16:32:00 adam Exp $
 
-BLAKE2s (flask_security-5.5.2.tar.gz) = 04d20f8394898a65283db4425757ab4fd690132c8fb16a1a923b2e6c63a8478e
-SHA512 (flask_security-5.5.2.tar.gz) = 4ffb4c87d5d747756b81dd5a11d528ce19d6c1f27f13271785f7a4217ff853fa429a7e8c84bdcd9059a8b704d4c78202d8288a88679ac6697f8d751598f82d40
-Size (flask_security-5.5.2.tar.gz) = 668289 bytes
+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



Home | Main Index | Thread Index | Old Index