<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-twisted.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-06-14T04:34:21+00:00</updated>
<entry>
<title>python3-twisted: Consolidate in a single file</title>
<updated>2020-06-14T04:34:21+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-06-12T14:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=18a3ad7908f4066048cdccb0b7ae2300c3b7c59d'/>
<id>urn:sha1:18a3ad7908f4066048cdccb0b7ae2300c3b7c59d</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-twisted: add python3-appdirs to RDEPENDS</title>
<updated>2020-03-22T18:51:27+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2020-03-22T16:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d66fc2776992d3979616c0e692ce10f6a46fb7ef'/>
<id>urn:sha1:d66fc2776992d3979616c0e692ce10f6a46fb7ef</id>
<content type='text'>
python3-twisted requires python3-appdirs to support some
submodules:

|root@intel-x86-64:~# python3
|Python 3.7.4 (default, Oct 28 2019, 02:05:50)
|[GCC 9.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|&gt;&gt;&gt; import twisted.python._appdirs
|
|Error message :
|File "&lt;frozen importlib._bootstrap&gt;", line 219, in
|_call_with_frames_removed
|File "/usr/lib64/python3.7/site-packages/twisted/python/_appdirs.py",
|line 11, in &lt;module&gt;
|import appdirs
|No module named 'appdirs'

Also rearranged the RDEPENDS list for twisted-core to be in alphabetical
order.

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-twisted.inc: add missing core dependencies</title>
<updated>2020-01-24T21:42:54+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2020-01-24T21:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7077abdf29a56896ef4dbad94b28201689b70ee3'/>
<id>urn:sha1:7077abdf29a56896ef4dbad94b28201689b70ee3</id>
<content type='text'>
/usr/bin/twistd doesn't execute correctly if the pyhamcrest, pdb, and
getpass modules are not present, so add them to core RDEPENDS. Also
reformat the RDEPENDS list across multiple lines for easier reading.

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>python3-twisted: fix broken MemoryReactor import</title>
<updated>2020-01-03T03:29:25+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2020-01-02T17:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e6cebf9e01232562da8e27b074fbbfe7aa66a5d2'/>
<id>urn:sha1:e6cebf9e01232562da8e27b074fbbfe7aa66a5d2</id>
<content type='text'>
Twisted's application/runner/test/test_runner.py was trying to import
from a deprecated module and failing. The module import has been
corrected and accepted in Twisted upstream, but there's no release
with it yet for Yocto to upgrade to, hence the backport.

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-twisted: add missing RDEPENDS for conch</title>
<updated>2019-12-12T00:22:40+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2019-12-10T22:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c3a3470b1ba3768e04e0a938870ad487bd848120'/>
<id>urn:sha1:c3a3470b1ba3768e04e0a938870ad487bd848120</id>
<content type='text'>
import twisted.conch.checkers outputs error messages like the
following for multiple modules:

|Python 3.7.4 (default, Oct 28 2019, 02:05:50)
|[GCC 9.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|&gt;&gt;&gt; import twisted.conch.checkers
|
|Error message :
|File "&lt;frozen importlib._bootstrap&gt;", line 219, in _call_with_frames_removed
|File "/usr/lib64/python3.7/site-packages/twisted/conch/checkers.py", line 32, in
|&lt;module&gt;
|from twisted.conch.ssh import keys
|File "/usr/lib64/python3.7/site-packages/twisted/conch/ssh/keys.py", line 18, in
|&lt;module&gt;
|import bcrypt
|No module named 'bcrypt'

Add the missing RDEPENDS so that it works (bcrypt, cryptography, pyasn1,
pickle).

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-twisted: add python3-pyserial to RDEPENDS</title>
<updated>2019-12-09T07:00:57+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2019-12-06T18:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=53e62e4e57c701dd546a2e27d8b72b7a4698551a'/>
<id>urn:sha1:53e62e4e57c701dd546a2e27d8b72b7a4698551a</id>
<content type='text'>
twisted's internet submodule has serial port functionality that relies
on python3-pyserial to be available, but this isn't in twisted's RDEPENDS
list, so imports of the serial port functionality will fail:

|root@qemux86-64:~# python3
|Python 3.7.5 (default, Dec  5 2019, 23:01:22)
|[GCC 9.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|&gt;&gt;&gt; import twisted.internet.serialport
|Traceback (most recent call last):
|  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
|  File "/usr/lib/python3.7/site-packages/twisted/internet/serialport.py", line 21, in &lt;module&gt;
|    import serial
|ModuleNotFoundError: No module named 'serial'
|&gt;&gt;&gt;

Since the internet submodule is part of the twisted-core split, add
python3-pyserial to RDEPENDS for that part of the recipe.

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-twisted: upgrade 19.7.0 -&gt; 19.10.0</title>
<updated>2019-11-20T14:57:27+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-11-20T08:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ae77b5dc959e525514cd03e24d21b2296196f17e'/>
<id>urn:sha1:ae77b5dc959e525514cd03e24d21b2296196f17e</id>
<content type='text'>
Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-twisted: upgrade 19.2.1 -&gt; 19.7.0</title>
<updated>2019-08-24T12:20:43+00:00</updated>
<author>
<name>Yuan Chao</name>
<email>yuanc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-08-23T06:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eec355783eb224efdaffdd82d60b94beb875e793'/>
<id>urn:sha1:eec355783eb224efdaffdd82d60b94beb875e793</id>
<content type='text'>
LICENSE file updated:
	"Tom Most" was added in LICENSE file.

Signed-off-by: Yuan Chao &lt;yuanc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-twisted: upgrade 19.2.0 -&gt; 19.2.1</title>
<updated>2019-06-18T13:32:38+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-06-18T03:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d29f84835bbd39a05be310126d37f5d2c00ed2ba'/>
<id>urn:sha1:d29f84835bbd39a05be310126d37f5d2c00ed2ba</id>
<content type='text'>
-Upgrade from python-twisted_19.2.0.bb to python-twisted_19.2.1.bb.

-Upgrade from python3-twisted_19.2.0.bb to python3-twisted_19.2.1.bb.

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-twisted: upgrade 18.4.0 -&gt; 19.2.0</title>
<updated>2019-04-29T17:13:56+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-04-24T08:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4850400e7e37ae9abbaa0ed2470ec6efb3a035a0'/>
<id>urn:sha1:4850400e7e37ae9abbaa0ed2470ec6efb3a035a0</id>
<content type='text'>
-Upgrade from python-twisted_18.4.0.bb to python-twisted_19.2.0.bb.

-Upgrade from python3-twisted_18.4.0.bb to python3-twisted_19.2.0.bb.

-License-Update: Copyright year updated to 2019.

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
