From c892d1ea771dafba2b90b3a07ecc1bca1b9825f0 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 13:23:37 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc | 6 +++--- .../recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb | 2 -- .../recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb | 2 ++ .../recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb | 2 -- .../recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb create mode 100644 meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb (limited to 'meta-python/recipes-devtools/python') 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 @@ DESCRIPTION = "Adds SQLAlchemy support to your Flask application." LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5ed1b8cc741515a835a7f6bf2f62ef4a" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" -SRC_URI[md5sum] = "373ce61dfd03b593ad2eaba68c9fee35" -SRC_URI[sha256sum] = "5971b9852b5888655f11db634e87725a9031e170f37c0ce7851cf83497f56e53" +SRC_URI[md5sum] = "1f5781cf3e1a2b1aabda47a5b20d2073" +SRC_URI[sha256sum] = "6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d" PYPI_PACKAGE = "Flask-SQLAlchemy" diff --git a/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb b/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb deleted file mode 100644 index 3dc355c5da..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-flask-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb b/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb new file mode 100644 index 0000000000..3dc355c5da --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-flask-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb deleted file mode 100644 index 07f45bcfff..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-flask-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb new file mode 100644 index 0000000000..07f45bcfff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-flask-sqlalchemy.inc -- cgit v1.2.3-54-g00ecf