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`
This commit is contained in:
parent
21aa9b7d29
commit
0f9443a045
3 changed files with 8 additions and 13 deletions
|
@ -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}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-WTF/}
|
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-WTF/}
|
||||||
|
|
||||||
MAINTAINER= kleink@NetBSD.org
|
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
|
COMMENT= Simple integration of Flask and WTForms
|
||||||
LICENSE= modified-bsd
|
LICENSE= modified-bsd
|
||||||
|
|
||||||
|
|
|
@ -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}/PKG-INFO
|
||||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
||||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||||
${PYSITELIB}/flask_wtf/__init__.py
|
${PYSITELIB}/flask_wtf/__init__.py
|
||||||
|
@ -20,9 +19,6 @@ ${PYSITELIB}/flask_wtf/file.pyo
|
||||||
${PYSITELIB}/flask_wtf/form.py
|
${PYSITELIB}/flask_wtf/form.py
|
||||||
${PYSITELIB}/flask_wtf/form.pyc
|
${PYSITELIB}/flask_wtf/form.pyc
|
||||||
${PYSITELIB}/flask_wtf/form.pyo
|
${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.py
|
||||||
${PYSITELIB}/flask_wtf/i18n.pyc
|
${PYSITELIB}/flask_wtf/i18n.pyc
|
||||||
${PYSITELIB}/flask_wtf/i18n.pyo
|
${PYSITELIB}/flask_wtf/i18n.pyo
|
||||||
|
|
|
@ -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
|
BLAKE2s (Flask-WTF-1.0.1.tar.gz) = 777e429e493eeb23800322db6b54a96f586e013df02b579f2ea3deba27df1a1d
|
||||||
SHA512 (Flask-WTF-0.14.3.tar.gz) = 58bdb87e442dd49dcbc9090e6466ecbd0b5c6bd2f097a26e071a5c73e09256ac46cc2f794f138f0e0b45e4f65ce70c231c275dc69aa44df408d7d79b15198832
|
SHA512 (Flask-WTF-1.0.1.tar.gz) = e1380e788d0b09ac84e158a6574883a2c061452595973bea8137f9c2789b8ed14bfc6816a571b9116643c36ed31e97ae9ad7fb0fa6c1638e5be142a6fc8d85f4
|
||||||
Size (Flask-WTF-0.14.3.tar.gz) = 44507 bytes
|
Size (Flask-WTF-1.0.1.tar.gz) = 45721 bytes
|
||||||
|
|
Loading…
Reference in a new issue