<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-paho-mqtt.inc, branch zeus</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-11-26T17:38:14+00:00</updated>
<entry>
<title>python*-paho-mqtt: upgrade to 1.4.0</title>
<updated>2018-11-26T17:38:14+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2018-11-22T01:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5ce9fda7fc3418046ea2abaabed3e9a4272d67e3'/>
<id>urn:sha1:5ce9fda7fc3418046ea2abaabed3e9a4272d67e3</id>
<content type='text'>
1.4.0 is primarily a bugfix release, see here for details:

https://github.com/eclipse/paho.mqtt.python/blob/v1.4.0/ChangeLog.txt

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-paho-mqtt: add logging to RDEPENDS</title>
<updated>2018-03-29T23:51:07+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-03-20T13:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ec4dc95bc8e6663ee2abe947ca82b13344990a5d'/>
<id>urn:sha1:ec4dc95bc8e6663ee2abe947ca82b13344990a5d</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
</content>
</entry>
<entry>
<title>Remove deprecated python3-subprocess from the RDEPENDS</title>
<updated>2018-01-27T01:28:12+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-01-21T16:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=df997e0747decf536fc96f6c3be1adf3056f9f35'/>
<id>urn:sha1:df997e0747decf536fc96f6c3be1adf3056f9f35</id>
<content type='text'>
The python3-subprocess package was merged into core as part of the
json manifest migration

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-paho-mqtt: update RDEPENDS to work on minimal python install</title>
<updated>2017-12-11T15:58:57+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-11-29T18:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05'/>
<id>urn:sha1:3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-paho-mqtt: update to version 1.3.1</title>
<updated>2017-11-16T00:31:30+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-10-25T13:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=46b49934beb8dd3cce8cb11c13652c41092d94ea'/>
<id>urn:sha1:46b49934beb8dd3cce8cb11c13652c41092d94ea</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-paho-mqtt: fix downloading during do_compile</title>
<updated>2017-08-28T09:06:06+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2017-08-25T03:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2951fb898e7c761e3071521b58c9aa6cc746fba3'/>
<id>urn:sha1:2951fb898e7c761e3071521b58c9aa6cc746fba3</id>
<content type='text'>
During do_compile if setup.py finds that pytest-runner - which is
declared as a setup dependency in setup.py - isn't available it was
attempting to download it from pypi, which is problematic if you are
behind a proxy because the environment for do_compile isn't set up for
that. Add an appropriate native dependency to prevent this situation.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-paho-mqtt: licensing improvements</title>
<updated>2017-08-28T09:06:06+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2017-08-25T03:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f968e5c774f0d19eec51bf60fb2866b62aa2ce58'/>
<id>urn:sha1:f968e5c774f0d19eec51bf60fb2866b62aa2ce58</id>
<content type='text'>
* Make LICENSE more accurate - it's dual licensed
* Include the actual license text files in LIC_FILES_CHKSUM

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-paho-mqtt, python3-paho-mqtt: update to 1.3.0</title>
<updated>2017-07-24T16:58:53+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@nextrem.ch</email>
</author>
<published>2017-07-19T15:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1864ea6ee95ec03fb5876df21f7e9a0d166efe42'/>
<id>urn:sha1:1864ea6ee95ec03fb5876df21f7e9a0d166efe42</id>
<content type='text'>
Signed-off-by: Pascal Bach &lt;pascal.bach@nextrem.ch&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-paho-mqtt: update to version 1.2.3</title>
<updated>2017-06-19T17:30:44+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-06-16T20:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=05f4ebb214402b3be60d33f5af52054dbe853d07'/>
<id>urn:sha1:05f4ebb214402b3be60d33f5af52054dbe853d07</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-paho-mqtt: make recipe available as python3 version</title>
<updated>2017-04-18T12:21:38+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2017-04-06T12:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4175dc4a8b6a5c452133dbc149b0b77b5aed13cb'/>
<id>urn:sha1:4175dc4a8b6a5c452133dbc149b0b77b5aed13cb</id>
<content type='text'>
Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
