python3-flask-sqlalchemy:ver bump

This commit is contained in:
blue-devil
2020-08-30 23:50:57 +02:00
parent 19fcfc8e52
commit 97914b68a2
2 changed files with 12 additions and 5 deletions
@@ -13,10 +13,10 @@
<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="9ae3fc4cd5328745df42329fe3267474fbef6e12" type="targz">https://github.com/pallets/flask-sqlalchemy/archive/2.4.1.tar.gz</Archive>
<Archive sha1sum="0cfaa130892645bc8518a97708b25ef4a6d3bfc0" type="targz">https://github.com/pallets/flask-sqlalchemy/archive/2.4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,9 +24,9 @@
<Name>python3-flask-sqlalchemy</Name>
<Summary>Adds SQLAlchemy support to Flask.</Summary>
<RuntimeDependencies>
<Dependency>python3-sqlalchemy</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3-sqlalchemy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -35,6 +35,13 @@
</Package>
<History>
<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>