python3-wtforms: version bump

This commit is contained in:
blue-devil
2020-05-19 01:38:21 +03:00
parent 70f9de3286
commit 658bff108b
2 changed files with 11 additions and 4 deletions
@@ -4,8 +4,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
@@ -13,11 +13,11 @@
<IsA>library</IsA>
<Summary>A flexible forms validation and rendering library for Python.</Summary>
<Description>WTForms is a flexible forms validation and rendering library for Python web development. It is framework agnostic and can work with whatever web framework and template engine you choose.</Description>
<Archive sha1sum="25ba0ddccdf97e89ca18c8137da17c913cac9151" type="targz">https://github.com/wtforms/wtforms/archive/2.3.0.tar.gz</Archive>
<Archive sha1sum="fdc4d43d992f56e7f0d27ac50fe2def67951c4f3" type="targz">https://github.com/wtforms/wtforms/archive/2.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-Babel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -25,8 +25,8 @@
<Name>python3-wtforms</Name>
<Summary>A flexible forms validation and rendering library for Python.</Summary>
<RuntimeDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-05-18</Date>
<Version>2.3.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-04-22</Date>
<Version>2.3.0</Version>