[oe-commits] [meta-openembedded] 15/36: python-flask-sqlalchemy: update to version 2.2

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 12:33:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit f7ebab50418da2d6857321673a560157c3e6e971
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Mar 6 10:57:35 2017 -0500

    python-flask-sqlalchemy: update to version 2.2
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 ...ython-flask-sqlalchemy_2.1.bb => python-flask-sqlalchemy_2.2.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.1.bb b/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.2.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.1.bb
rename to meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.2.bb
index a258713..1190f34 100644
--- a/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.1.bb
+++ b/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.2.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Adds SQLAlchemy support to your Flask application."
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5ed1b8cc741515a835a7f6bf2f62ef4a"
 
-SRC_URI[md5sum] = "dc15fe08b07b434d3d2c4063b4674b72"
-SRC_URI[sha256sum] = "c5244de44cc85d2267115624d83faef3f9e8f088756788694f305a5d5ad137c5"
+SRC_URI[md5sum] = "a93e6af389afac6666733e369c06c798"
+SRC_URI[sha256sum] = "f0d8241efba723d7b878f73550f5d3c0fbb042416123b52b36640b7491fa208b"
 
 PYPI_PACKAGE = "Flask-SQLAlchemy"
 
 inherit pypi setuptools
 
-RDEPENDS_${PN} = "python-sqlalchemy"
+RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list