diff --git a/programming/language/python3/python3-flask-sqlalchemy/actions.py b/programming/language/python3/python3-flask-sqlalchemy/actions.py
index c864ec61ac..71bd0c8fff 100644
--- a/programming/language/python3/python3-flask-sqlalchemy/actions.py
+++ b/programming/language/python3/python3-flask-sqlalchemy/actions.py
@@ -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")
diff --git a/programming/language/python3/python3-flask-sqlalchemy/pspec.xml b/programming/language/python3/python3-flask-sqlalchemy/pspec.xml
index d5a8fe0770..1eee2b0f99 100644
--- a/programming/language/python3/python3-flask-sqlalchemy/pspec.xml
+++ b/programming/language/python3/python3-flask-sqlalchemy/pspec.xml
@@ -13,10 +13,10 @@
library
Adds SQLAlchemy support to Flask.
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.
- https://github.com/pallets/flask-sqlalchemy/archive/2.4.1.tar.gz
+ https://github.com/pallets/flask-sqlalchemy/archive/2.4.4.tar.gz
- python3-setuptools
python3-devel
+ python3-setuptools
@@ -24,9 +24,9 @@
python3-flask-sqlalchemy
Adds SQLAlchemy support to Flask.
- python3-sqlalchemy
- python3-flask
python3
+ python3-flask
+ python3-sqlalchemy
/usr/lib/python3*
@@ -35,6 +35,13 @@
+
+ 2020-07-22
+ 2.4.4
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-02-18
2.4.1