Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2022 21:36:50 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 961844a0b9a8 - 2022Q3 - www/py-flask-login: Update to 0.6.2
Message-ID:  <202208082136.278LaoJR001350@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=961844a0b9a82c0f72d89459af156031d34a814f

commit 961844a0b9a82c0f72d89459af156031d34a814f
Author:     François Charlier <fcharlier@ploup.net>
AuthorDate: 2022-08-04 06:03:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-08-08 21:35:02 +0000

    www/py-flask-login: Update to 0.6.2
    
    py-flask-login 0.5 is broken with recent werkzeug 2.1.
    Update to 0.6.2
    
    PR:     265580
    Reported by:    fcharlier@ploup.net
    Approved by:    andrej@ebert.su (maintainer)
    
    (cherry picked from commit 522dbcf83c046ec7e8ce433a1a75e89282bbf196)
---
 www/py-flask-login/Makefile | 6 +++---
 www/py-flask-login/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile
index 4a6dbaad6cf8..a159daeb0f4b 100644
--- a/www/py-flask-login/Makefile
+++ b/www/py-flask-login/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	Flask-Login
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,9 +10,9 @@ COMMENT=	User session management for Flask
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.12.3:www/py-flask@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=1.0.4:www/py-flask@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
diff --git a/www/py-flask-login/distinfo b/www/py-flask-login/distinfo
index 37a345c3f08b..df94e4fe737d 100644
--- a/www/py-flask-login/distinfo
+++ b/www/py-flask-login/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582332388
-SHA256 (Flask-Login-0.5.0.tar.gz) = 6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
-SIZE (Flask-Login-0.5.0.tar.gz) = 41702
+TIMESTAMP = 1659462594475
+SHA256 (Flask-Login-0.6.2.tar.gz) = c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
+SIZE (Flask-Login-0.6.2.tar.gz) = 48671



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208082136.278LaoJR001350>