pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 19 09:19:48 UTC 2024

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

Log Message:
py-flask-security-too: updated to 5.4.3

Version 5.4.3

Fixes

- (:issue:`950`) Regression - some templates no longer getting correct config (thanks pete7863).
- (:issue:`954`) CSRF not properly ignored for application forms using SECURITY_CSRF_PROTECT_MECHANISMS.
- (:pr:`957`) Improve jp translations (e-goto)
- (:issue:`959`) Regression - datetime_factory should still be an attribute (thanks TimotheeJeannin)
- (:issue:`942`) GENERIC_RESPONSES hide email validation/syntax errors.

Version 5.4.2

Fixes

- (:issue:`946`) OpenAPI spec missing.
- (:pr:`945`) Doc fixes (e-goto)
- (:pr:`941`) Update ES/IT translations (gissimo)

Version 5.4.0 & 5.4.1

Among other changes, this continues the process of dis-entangling Flask-Security
from Flask-Login and may require some application changes due to backwards incompatible changes.

Features & Improvements

- (:issue:`879`) Work with Flask[async]. view decorators and signals support async handlers.
- (:pr:`900`) CI support for python 3.12
- (:pr:`901`) Work with py_webauthn 2.0 (and only 2.0+)
- (:pr:`899`) Improve (and simplify) Two-Factor setup. See below for backwards compatability issues and new functionality.
- (:issue:`912`) Improve oauth debugging support. Handle next propagation in a more general way.
- (:pr:`877`) Make AnonymousUser (Flask-Login) optional and deprecated.
- (:pr:`906`) Remove undocumented and untested looking in session for possible 'next'
  redirect location.
- (:pr:`881`) No longer rely on Flask-Login.unauthorized callback. See below for implications.
- (:issue:`904`) Changes to default unauthorized handler - remove use of referrer header (see below) and document precise behavior.
- (:pr:`927`) The authentication_token format has changed - adding per-token expiry time and future session ID.
  Old tokens are still accepted.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-flask-security-too/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-flask-security-too/PLIST \
    pkgsrc/www/py-flask-security-too/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-too/Makefile
diff -u pkgsrc/www/py-flask-security-too/Makefile:1.4 pkgsrc/www/py-flask-security-too/Makefile:1.5
--- pkgsrc/www/py-flask-security-too/Makefile:1.4       Mon Feb 12 05:25:03 2024
+++ pkgsrc/www/py-flask-security-too/Makefile   Fri Apr 19 09:19:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/02/12 05:25:03 markd Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/19 09:19:48 adam Exp $
 
-DISTNAME=      Flask-Security-Too-5.3.3
+DISTNAME=      Flask-Security-Too-5.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-Security-Too/}
@@ -10,7 +10,6 @@ HOMEPAGE=     https://github.com/Flask-Middl
 COMMENT=       Simple security for Flask apps
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-babel>=2.12.1:../../devel/py-babel
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-email_validator>=2.0.0:../../mail/py-email_validator
@@ -19,10 +18,11 @@ DEPENDS+=   ${PYPKGPREFIX}-flask-login>=0.
 DEPENDS+=      ${PYPKGPREFIX}-flask-principal>=0.4.0:../../www/py-flask-principal
 DEPENDS+=      ${PYPKGPREFIX}-flask-wtf>=1.1.2:../../www/py-flask-wtf
 DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=5.10.0:../../devel/py-importlib-resources
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=2.1.0:../../textproc/py-markupsafe
 DEPENDS+=      ${PYPKGPREFIX}-passlib>=1.7.4:../../security/py-passlib
 DEPENDS+=      ${PYPKGPREFIX}-wtforms>=3.0.0:../../www/py-wtforms
 
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/www/py-flask-security-too/PLIST
diff -u pkgsrc/www/py-flask-security-too/PLIST:1.2 pkgsrc/www/py-flask-security-too/PLIST:1.3
--- pkgsrc/www/py-flask-security-too/PLIST:1.2  Mon Feb 12 05:25:03 2024
+++ pkgsrc/www/py-flask-security-too/PLIST      Fri Apr 19 09:19:48 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/12 05:25:03 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/19 09:19:48 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -53,6 +53,9 @@ ${PYSITELIB}/flask_security/models/fsqla
 ${PYSITELIB}/flask_security/oauth_glue.py
 ${PYSITELIB}/flask_security/oauth_glue.pyc
 ${PYSITELIB}/flask_security/oauth_glue.pyo
+${PYSITELIB}/flask_security/oauth_provider.py
+${PYSITELIB}/flask_security/oauth_provider.pyc
+${PYSITELIB}/flask_security/oauth_provider.pyo
 ${PYSITELIB}/flask_security/password_util.py
 ${PYSITELIB}/flask_security/password_util.pyc
 ${PYSITELIB}/flask_security/password_util.pyo
@@ -155,6 +158,8 @@ ${PYSITELIB}/flask_security/translations
 ${PYSITELIB}/flask_security/translations/hy_AM/LC_MESSAGES/flask_security.po
 ${PYSITELIB}/flask_security/translations/is_IS/LC_MESSAGES/flask_security.mo
 ${PYSITELIB}/flask_security/translations/is_IS/LC_MESSAGES/flask_security.po
+${PYSITELIB}/flask_security/translations/it_IT/LC_MESSAGES/flask_security.mo
+${PYSITELIB}/flask_security/translations/it_IT/LC_MESSAGES/flask_security.po
 ${PYSITELIB}/flask_security/translations/ja_JP/LC_MESSAGES/flask_security.mo
 ${PYSITELIB}/flask_security/translations/ja_JP/LC_MESSAGES/flask_security.po
 ${PYSITELIB}/flask_security/translations/nl_NL/LC_MESSAGES/flask_security.mo
Index: pkgsrc/www/py-flask-security-too/distinfo
diff -u pkgsrc/www/py-flask-security-too/distinfo:1.2 pkgsrc/www/py-flask-security-too/distinfo:1.3
--- pkgsrc/www/py-flask-security-too/distinfo:1.2       Mon Feb 12 05:25:03 2024
+++ pkgsrc/www/py-flask-security-too/distinfo   Fri Apr 19 09:19:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/02/12 05:25:03 markd Exp $
+$NetBSD: distinfo,v 1.3 2024/04/19 09:19:48 adam Exp $
 
-BLAKE2s (Flask-Security-Too-5.3.3.tar.gz) = 456e0735a1319a2db8b3383b73396ca513c91212c45caa3ffe48203925a46dd9
-SHA512 (Flask-Security-Too-5.3.3.tar.gz) = 9c60658fe3343b589aad13de75271a0154467de8da29d73ed6e685c57c47685decbb5691e3ee7a812d871b687de67085ae743a775da3387252a53d6a5d62d6ac
-Size (Flask-Security-Too-5.3.3.tar.gz) = 616595 bytes
+BLAKE2s (Flask-Security-Too-5.4.3.tar.gz) = 9a6173cfe99bcf46e6a8651a21e82d1592227104acd97d24bbc95e3f8802bc0f
+SHA512 (Flask-Security-Too-5.4.3.tar.gz) = fececcd877d4db6e324ad7122d8349b4eb52613937d2c62d6e7b95c4f21d9806605ca5917ab167231abec6a9fb53e60d33911a25c7583d954098697e4aea05f3
+Size (Flask-Security-Too-5.4.3.tar.gz) = 652228 bytes



Home | Main Index | Thread Index | Old Index