diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-08 13:23:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-08 09:03:54 -0800 |
commit | c892d1ea771dafba2b90b3a07ecc1bca1b9825f0 (patch) | |
tree | 380975e4cc36c243e7c63fe47cd81a767e40089b /meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc | |
parent | e4652e0c7c354fa329c3d51a993610f0b7c6e435 (diff) | |
download | meta-openembedded-c892d1ea771dafba2b90b3a07ecc1bca1b9825f0.tar.gz |
python-flask-sqlalchemy: upgrade 2.3.2 -> 2.4.1
-License-Update: Renamed from LICENSE to LICENSE.rst and Copyright year changed to 2010.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc index 957d07dbbe..86ba9dda56 100644 --- a/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc +++ b/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "Adds SQLAlchemy support to your Flask application." | 1 | DESCRIPTION = "Adds SQLAlchemy support to your Flask application." |
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ed1b8cc741515a835a7f6bf2f62ef4a" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "373ce61dfd03b593ad2eaba68c9fee35" | 5 | SRC_URI[md5sum] = "1f5781cf3e1a2b1aabda47a5b20d2073" |
6 | SRC_URI[sha256sum] = "5971b9852b5888655f11db634e87725a9031e170f37c0ce7851cf83497f56e53" | 6 | SRC_URI[sha256sum] = "6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d" |
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-SQLAlchemy" | 8 | PYPI_PACKAGE = "Flask-SQLAlchemy" |
9 | 9 | ||