From 3b3eff3c224c501d2c5f53aa1f605aee6c5f8464 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:23:51 +0000 Subject: py-flask-wtf: Update to 1.0.1. Version 1.0.1 ------------- Released 2022-03-31 - Update compatibility with the latest Werkzeug release. :issue:`511` Version 1.0.0 -------------- Released 2021-11-07 - Deprecated items removal :pr:`484` - Support for alternatives captcha services :pr:`425` :pr:`342` :pr:`387` :issue:`384` Version 0.15.1 -------------- Released 2021-05-25 - Add ``python_requires`` metadata to avoid installing on unsupported Python versions. :pr:`442` Version 0.15.0 -------------- Released 2021-05-24 - Drop support for Python < 3.6. :pr:`416` - ``FileSize`` validator. :pr:`307, 365` - Extra requirement ``email`` installs the ``email_validator`` package. :pr:`423` - Fixed Flask 2.0 warnings. :pr:`434` - Various documentation fixes. :pr:`315, 321, 335, 344, 386, 400`, :pr:`404, 420, 437` - Various CI fixes. :pr:`405, 438` --- www/py-flask-wtf/Makefile | 7 +++---- www/py-flask-wtf/PLIST | 6 +----- www/py-flask-wtf/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 13 deletions(-) (limited to 'www') diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile index ff4263b925a..1957227aa34 100644 --- a/www/py-flask-wtf/Makefile +++ b/www/py-flask-wtf/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2022/04/29 11:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/25 15:23:51 kleink Exp $ -DISTNAME= Flask-WTF-0.14.3 +DISTNAME= Flask-WTF-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-WTF/} MAINTAINER= kleink@NetBSD.org -HOMEPAGE= https://github.com/lepture/flask-wtf +HOMEPAGE= https://github.com/wtforms/flask-wtf COMMENT= Simple integration of Flask and WTForms LICENSE= modified-bsd diff --git a/www/py-flask-wtf/PLIST b/www/py-flask-wtf/PLIST index 68d9a64c22c..45dbf91a340 100644 --- a/www/py-flask-wtf/PLIST +++ b/www/py-flask-wtf/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2013/10/27 21:55:23 kleink Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/25 15:23:51 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/flask_wtf/__init__.py @@ -20,9 +19,6 @@ ${PYSITELIB}/flask_wtf/file.pyo ${PYSITELIB}/flask_wtf/form.py ${PYSITELIB}/flask_wtf/form.pyc ${PYSITELIB}/flask_wtf/form.pyo -${PYSITELIB}/flask_wtf/html5.py -${PYSITELIB}/flask_wtf/html5.pyc -${PYSITELIB}/flask_wtf/html5.pyo ${PYSITELIB}/flask_wtf/i18n.py ${PYSITELIB}/flask_wtf/i18n.pyc ${PYSITELIB}/flask_wtf/i18n.pyo diff --git a/www/py-flask-wtf/distinfo b/www/py-flask-wtf/distinfo index a1ffa8f9308..935fc966f0b 100644 --- a/www/py-flask-wtf/distinfo +++ b/www/py-flask-wtf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:30:40 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/25 15:23:51 kleink Exp $ -BLAKE2s (Flask-WTF-0.14.3.tar.gz) = 41e838a900f8c8536877799e3abf67531cdadb1c27119e38147e6bd69057c5d1 -SHA512 (Flask-WTF-0.14.3.tar.gz) = 58bdb87e442dd49dcbc9090e6466ecbd0b5c6bd2f097a26e071a5c73e09256ac46cc2f794f138f0e0b45e4f65ce70c231c275dc69aa44df408d7d79b15198832 -Size (Flask-WTF-0.14.3.tar.gz) = 44507 bytes +BLAKE2s (Flask-WTF-1.0.1.tar.gz) = 777e429e493eeb23800322db6b54a96f586e013df02b579f2ea3deba27df1a1d +SHA512 (Flask-WTF-1.0.1.tar.gz) = e1380e788d0b09ac84e158a6574883a2c061452595973bea8137f9c2789b8ed14bfc6816a571b9116643c36ed31e97ae9ad7fb0fa6c1638e5be142a6fc8d85f4 +Size (Flask-WTF-1.0.1.tar.gz) = 45721 bytes -- cgit v1.2.3