Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2023 18:36:43 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af0144572b90 - main - www/py-flask-wtf: update to 1.1.1
Message-ID:  <202306011836.351Iahi3014050@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm:

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

commit af0144572b90072e482fc087bc1317b2e9ab0307
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-06-01 18:33:38 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-06-01 18:33:38 +0000

    www/py-flask-wtf: update to 1.1.1
    
    This update fixes runtime with decent flask.
    Switch to pep517 packaging while here.
    
    PR:             271476
    Reported by:    sirdice@gmail.com
---
 www/py-flask-wtf/Makefile | 11 +++++++----
 www/py-flask-wtf/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile
index 44d2afb3b799..c5bcb484e5f0 100644
--- a/www/py-flask-wtf/Makefile
+++ b/www/py-flask-wtf/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	Flask-WTF
-PORTVERSION=	0.15.1
+PORTVERSION=	1.1.1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,15 +9,18 @@ COMMENT=	Simple integration of Flask and WTForms
 WWW=		https://flask-wtf.readthedocs.org/en/latest/
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR}
+
+# Tests were rewritten for pytest, needs update
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}flask-babel>0:devel/py-flask-babel@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-flask-wtf/distinfo b/www/py-flask-wtf/distinfo
index 5ceb48efee7e..7c6d200eee36 100644
--- a/www/py-flask-wtf/distinfo
+++ b/www/py-flask-wtf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635256235
-SHA256 (Flask-WTF-0.15.1.tar.gz) = ff177185f891302dc253437fe63081e7a46a4e99aca61dfe086fb23e54fff2dc
-SIZE (Flask-WTF-0.15.1.tar.gz) = 45540
+TIMESTAMP = 1685643384
+SHA256 (Flask-WTF-1.1.1.tar.gz) = 41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9
+SIZE (Flask-WTF-1.1.1.tar.gz) = 52303



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