<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-flask.inc, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-08-27T22:07:29+00:00</updated>
<entry>
<title>python3-flask: Consolidate in a single file</title>
<updated>2020-08-27T22:07:29+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-08-25T13:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e5a2438e3e94410130a820cad3de65bc53bd0d56'/>
<id>urn:sha1:e5a2438e3e94410130a820cad3de65bc53bd0d56</id>
<content type='text'>
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Acked-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-flask: upgrade from 1.0.2 to 1.1.1</title>
<updated>2019-11-13T15:15:17+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2019-11-13T00:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=920cb56cb6ead63ea6988efc134d68a906f77504'/>
<id>urn:sha1:920cb56cb6ead63ea6988efc134d68a906f77504</id>
<content type='text'>
Signed-off-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Python: flask: Clarify BSD license variant</title>
<updated>2019-10-25T17:29:52+00:00</updated>
<author>
<name>Christophe PRIOUZEAU</name>
<email>christophe.priouzeau@st.com</email>
</author>
<published>2019-10-24T15:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e33675e6491a297ade9aad327cc3938d23292d26'/>
<id>urn:sha1:e33675e6491a297ade9aad327cc3938d23292d26</id>
<content type='text'>
The License of python flask is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau &lt;christophe.priouzeau@st.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove "werkzeug-test" in RDEPENDS</title>
<updated>2019-09-20T17:58:26+00:00</updated>
<author>
<name>cjhasu</name>
<email>sumit.jha420@gmail.com</email>
</author>
<published>2019-09-19T14:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=39c892473e98a29832e0b33001b1a60946506a22'/>
<id>urn:sha1:39c892473e98a29832e0b33001b1a60946506a22</id>
<content type='text'>
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 &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-flask: update to version 1.0.2</title>
<updated>2018-07-12T14:19:43+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-07-10T20:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ed8ed3f516ecf5a09e2d038a17d360339345f841'/>
<id>urn:sha1:ed8ed3f516ecf5a09e2d038a17d360339345f841</id>
<content type='text'>
License-Update: Copyright authors changed along with formatting of the license.

License terms remain the same

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add missing dependency for python-flask packages.</title>
<updated>2018-05-17T15:19:21+00:00</updated>
<author>
<name>Florian Wickert</name>
<email>fw@javox-solutions.com</email>
</author>
<published>2018-05-02T16:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0d2305d45208e2bca9417343230516a809bae918'/>
<id>urn:sha1:0d2305d45208e2bca9417343230516a809bae918</id>
<content type='text'>
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 &lt;fw@javox-solutions.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-flask: update to version 0.12.2</title>
<updated>2017-06-19T17:30:43+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-06-16T19:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c1588ce79d593140774570827fe8c471f4e326cf'/>
<id>urn:sha1:c1588ce79d593140774570827fe8c471f4e326cf</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-flask: set clean as broken</title>
<updated>2017-03-11T16:56:40+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-03-06T15:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1597be88b3d0b0698d6c4922e0ebdd6b601eac6e'/>
<id>urn:sha1:1597be88b3d0b0698d6c4922e0ebdd6b601eac6e</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-flask: update to version 0.12</title>
<updated>2017-02-20T10:50:13+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-02-16T23:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=df6b6fe8c82fd09510086a50b2c6b50727c716c1'/>
<id>urn:sha1:df6b6fe8c82fd09510086a50b2c6b50727c716c1</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-flask: update RDEPENDS to include python-click</title>
<updated>2016-07-22T19:45:42+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-07-17T11:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=01b7c1d36241cac757170b51ca765a841a4ce426'/>
<id>urn:sha1:01b7c1d36241cac757170b51ca765a841a4ce426</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
