<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-pluggy.inc, branch kirkstone-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-06-12T04:58:29+00:00</updated>
<entry>
<title>python3-pluggy: Consolidate in a single file</title>
<updated>2020-06-12T04:58:29+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-06-11T09:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3e8ffc30fbd33823954896c52c8f1353bb468bea'/>
<id>urn:sha1:3e8ffc30fbd33823954896c52c8f1353bb468bea</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-pluggy: Enable ptest</title>
<updated>2020-04-02T06:32:54+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2020-04-02T01:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9a156a9f064b54f0d43e08ebd8128c5641eac510'/>
<id>urn:sha1:9a156a9f064b54f0d43e08ebd8128c5641eac510</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-pluggy: upgrade 0.13.0 -&gt; 0.13.1</title>
<updated>2019-12-02T06:29:59+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@cn.fujitsu.com</email>
</author>
<published>2019-12-02T11:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6adfbce1d5d61b826f1ba8b39be2ccf0cbc839d1'/>
<id>urn:sha1:6adfbce1d5d61b826f1ba8b39be2ccf0cbc839d1</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pluggy: add python-importlib-metadata to RDEPENDS</title>
<updated>2019-11-06T14:32:14+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2019-11-05T08:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9744aad3584e12c7bcf2edadeb0bdfe12133ad8a'/>
<id>urn:sha1:9744aad3584e12c7bcf2edadeb0bdfe12133ad8a</id>
<content type='text'>
$ python3
$ &gt;&gt;&gt; import pluggy
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
  File "/usr/lib64/python2.7/site-packages/pluggy/__init__.py", line 16, in &lt;module&gt;
    from .manager import PluginManager, PluginValidationError
  File "/usr/lib64/python2.7/site-packages/pluggy/manager.py", line 11, in &lt;module&gt;
    import importlib_metadata
ImportError: No module named importlib_metadata

$ python
$ &gt;&gt;&gt; import pluggy
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
  File "/usr/lib64/python2.7/site-packages/pluggy/__init__.py", line 16, in &lt;module&gt;
    from .manager import PluginManager, PluginValidationError
  File "/usr/lib64/python2.7/site-packages/pluggy/manager.py", line 11, in &lt;module&gt;
    import importlib_metadata
  File "/usr/lib64/python2.7/site-packages/importlib_metadata/__init__.py", line 9, in &lt;module&gt;
    import zipp
  File "/usr/lib64/python2.7/site-packages/zipp.py", line 12, in &lt;module&gt;
    import more_itertools
ImportError: No module named more_itertools

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pluggy: upgrade 0.12.0 -&gt; 0.13.0</title>
<updated>2019-09-17T01:24:48+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-09-16T02:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ae8d6d32102a0b6035aa00adba6b923b7c590155'/>
<id>urn:sha1:ae8d6d32102a0b6035aa00adba6b923b7c590155</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-pluggy: upgrade 0.6.0 -&gt; 0.12.0</title>
<updated>2019-08-29T16:06:54+00:00</updated>
<author>
<name>Yuan Chao</name>
<email>yuanc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-08-28T08:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=81ba635808bcd4c027ea81c31c88cd4de8bb898a'/>
<id>urn:sha1:81ba635808bcd4c027ea81c31c88cd4de8bb898a</id>
<content type='text'>
Add dependency on setuptools-scm-native

License update: remove space at end of line and blank lines at end of 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-pluggy: add initial recipe for version 0.6.0</title>
<updated>2017-12-27T15:25:01+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-12-19T17:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=58e5a63e03b3a2e1f9fc3aecff715bf6ced82d9f'/>
<id>urn:sha1:58e5a63e03b3a2e1f9fc3aecff715bf6ced82d9f</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>
</feed>
