aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-flask.inc
AgeCommit message (Collapse)Author
2019-11-13python3-flask: upgrade from 1.0.2 to 1.1.1Trevor Gamblin
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-25Python: flask: Clarify BSD license variantChristophe PRIOUZEAU
The License of python flask is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-20Remove "werkzeug-test" in RDEPENDScjhasu
werkzeug-test is not required for building "python3-flask".Hence it should be removed.And also there is no recipe for building werkzeug-test .Hence it is causing error for while building python3-flask.Please add this change ASAP Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-12python-flask: update to version 1.0.2Derek Straka
License-Update: Copyright authors changed along with formatting of the license. License terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-17Add missing dependency for python-flask packages.Florian Wickert
The module werkzeug.test is moved to the python-werkzeug-tests package since commit 857ed16. Flask imports werkzeug.tests during exception handling which results in "ImportError: No module named 'werkzeug.test'". Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-19python-flask: update to version 0.12.2Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-11python-flask: set clean as brokenDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-20python-flask: update to version 0.12Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-22python-flask: update RDEPENDS to include python-clickDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-11python-flask: upgrade to version 0.11.1Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-01python(3)-flask: add recipesSven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>