#696 [frontend] require wtforms version with render_kw
Closed 5 years ago by praiskup. Opened 5 years ago by frostyx.
copr/ frostyx/copr require-wtforms-version  into  master

file modified
+2 -2
@@ -76,7 +76,7 @@ 

  BuildRequires: python3-flask-openid

  BuildRequires: python3-html5-parser

  BuildRequires: python3-lxml

- BuildRequires: python3-wtforms

+ BuildRequires: python3-wtforms >= 2.2.1

  BuildRequires: python3-openid-teams

  BuildRequires: python3-pylibravatar

  BuildRequires: python3-flask-wtf
@@ -126,7 +126,7 @@ 

  Requires: python3-netaddr

  Requires: python3-redis

  Requires: python3-pylibravatar

- Requires: python3-wtforms

+ Requires: python3-wtforms >= 2.2.1

  Requires: python3-flask-wtf

  Requires: python3-flask-restful

  Requires: python3-marshmallow

In 3e7c629 we have introduced render_kw parameter for some for
form fields. This feature was introduced in wtforms 2.1, so we
should require that version.

Please avoid the release here, which itself doesn't play a role here.

rebased onto 0679738

5 years ago

You are right. Modified.

Pull-Request has been closed by praiskup

5 years ago