Files
main/programming/language/python3/python3-flask-sqlalchemy/pspec.xml
T
2023-10-19 11:04:04 +03:00

75 lines
2.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-sqlalchemy</Name>
<Homepage>https://github.com/pallets/flask-sqlalchemy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>Adds SQLAlchemy support to Flask.</Summary>
<Description>Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks.</Description>
<Archive sha1sum="1df63eedbbffcb0208db0876f3501e60f8a169ff" type="targz">https://github.com/pallets/flask-sqlalchemy/archive/2.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-sqlalchemy</Name>
<Summary>Adds SQLAlchemy support to Flask.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3-sqlalchemy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-sqlalchemy</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-10-17</Date>
<Version>2.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-10-22</Date>
<Version>2.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-06-29</Date>
<Version>2.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-07-22</Date>
<Version>2.4.4</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>2.4.1</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>