Skip to content

Commit

Permalink
python3-flask-wtf: upgrade 0.15.1 -> 1.0.1
Browse files Browse the repository at this point in the history
License-Update : license check file changed from LICENSE to LICENSE.rst

Changelog from 0.15.1 to 1.0.1:
===============================
    Update compatibility with the latest Werkzeug release. openembedded#511

    Deprecated items removal openembedded#484

    Support for alternatives captcha services openembedded#425 openembedded#342 openembedded#387 openembedded#384

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
zhengruoqin authored and kraj committed Jun 30, 2022
1 parent ee60754 commit d88fcab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DESCRIPTION = "Simple integration of Flask and WTForms."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4"

SRC_URI[sha256sum] = "ff177185f891302dc253437fe63081e7a46a4e99aca61dfe086fb23e54fff2dc"
SRC_URI[sha256sum] = "34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9"

PYPI_PACKAGE = "Flask-WTF"

Expand Down

0 comments on commit d88fcab

Please sign in to comment.