<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-tornado_6.3.bb, 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>2023-11-06T16:47:48+00:00</updated>
<entry>
<title>python3-tornado: upgrade 6.3 -&gt; 6.3.3</title>
<updated>2023-11-06T16:47:48+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-11-04T20:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1d1f66242f301b50aa5245e53057937c2d0a99f9'/>
<id>urn:sha1:1d1f66242f301b50aa5245e53057937c2d0a99f9</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-tornado: add missing run-time dependencies</title>
<updated>2023-06-07T06:07:58+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bartosz.golaszewski@linaro.org</email>
</author>
<published>2023-05-31T08:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=817f7fb5afdce5e34d83e54d98bcb91bef174cbe'/>
<id>urn:sha1:817f7fb5afdce5e34d83e54d98bcb91bef174cbe</id>
<content type='text'>
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-tornado: remove the testing submodule from FILES:${PN}-test</title>
<updated>2023-06-07T06:07:58+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bartosz.golaszewski@linaro.org</email>
</author>
<published>2023-05-31T08:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f234cd90a3c33041dca4b15440f4df99edac7d9b'/>
<id>urn:sha1:f234cd90a3c33041dca4b15440f4df99edac7d9b</id>
<content type='text'>
Tornado has the testing submodule in __all__ so calling:

  from tornado import *

fails if we don't include the ptest package. To fix it: put the testing
module into the main package.

Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-tornado: fix coding style</title>
<updated>2023-06-07T06:07:58+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bartosz.golaszewski@linaro.org</email>
</author>
<published>2023-05-31T08:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7c40c504759103fd60f62eb62a91fbcde8105479'/>
<id>urn:sha1:7c40c504759103fd60f62eb62a91fbcde8105479</id>
<content type='text'>
Order RDEPENDS alphabetically and don't use PYTHON_PN.

Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-tornado: drop ${PN} from RDEPENDS</title>
<updated>2023-06-07T06:07:58+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bartosz.golaszewski@linaro.org</email>
</author>
<published>2023-05-31T08:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=295fcd33a7e391f3f8550fe3b4e2eeaac48da20d'/>
<id>urn:sha1:295fcd33a7e391f3f8550fe3b4e2eeaac48da20d</id>
<content type='text'>
Ptest package doesn't need to explicitly depend on the main package.

Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-tornado: upgrade 6.2 -&gt; 6.3</title>
<updated>2023-04-24T04:55:52+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-04-24T03:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=59c3093ac10c3f94a32ae8442ef67ab413bec0ac'/>
<id>urn:sha1:59c3093ac10c3f94a32ae8442ef67ab413bec0ac</id>
<content type='text'>
Changelog:
 https://github.com/tornadoweb/tornado/releases/tag/v6.3.0

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
