Files
2023-10-19 11:04:04 +03:00

69 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-wtf</Name>
<Homepage>https://github.com/lepture/flask-wtf/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.</Summary>
<Description>Flask-Wtf provides simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.</Description>
<Archive sha1sum="dc529174bb7814119a0a7ad85011b7e5fa3d676b" type="targz">https://github.com/wtforms/flask-wtf/archive/refs/tags/v0.15.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-wtf</Name>
<Summary>Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.</Summary>
<RuntimeDependencies>
<Dependency>python3-itsdangerous</Dependency>
<Dependency>python3-wtforms</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-wtf</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-10-17</Date>
<Version>0.15.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-10-22</Date>
<Version>0.15.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-06-29</Date>
<Version>0.15.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.14.3</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>