<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-pytest, branch mickledore-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-04-05T17:38:14+00:00</updated>
<entry>
<title>python-pytest: consolidate inc and bb files into a single bb file</title>
<updated>2020-04-05T17:38:14+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2020-04-04T18:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1d870c0ee51b11eb42e2533c8bd428e6654ef454'/>
<id>urn:sha1:1d870c0ee51b11eb42e2533c8bd428e6654ef454</id>
<content type='text'>
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>python-pytest: upgrade 3.4.2 -&gt; 5.1.1</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-28T07:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5d802e6e4d45c9c8c683ef48c6b99f130729ed0e'/>
<id>urn:sha1:5d802e6e4d45c9c8c683ef48c6b99f130729ed0e</id>
<content type='text'>
Refresh patch: 0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch

Remove patch: pytest_version_fix.patch since this is not used.

License update: Copyright year updated to 2019

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-pytest: 3.4.1 -&gt; 3.4.2</title>
<updated>2018-03-29T23:51:44+00:00</updated>
<author>
<name>Huang Qiyu</name>
<email>huangqy.fnst@cn.fujitsu.com</email>
</author>
<published>2018-03-21T03:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=99d18a6bc1a915ef5f07116e0fe684f56825a165'/>
<id>urn:sha1:99d18a6bc1a915ef5f07116e0fe684f56825a165</id>
<content type='text'>
1.Upgrade python-pytest from 3.4.1 to 3.4.2.
2.Modify pytest_version_fix.patch, since the data has been changed.

Signed-off-by: Huang Qiyu &lt;huangqy.fnst@cn.fujitsu.com&gt;
</content>
</entry>
<entry>
<title>python-pytest: update to version 3.3.1</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:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=597f912aa5fbb5223fa109ed51a24c8ae400b44a'/>
<id>urn:sha1:597f912aa5fbb5223fa109ed51a24c8ae400b44a</id>
<content type='text'>
Update RDEPENDS for latest version

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-pytest: fix egg version of package</title>
<updated>2017-10-15T17:29:40+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2017-10-06T16:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8e1de3aa5a70f6230e23f1d2dffd9183935894ee'/>
<id>urn:sha1:8e1de3aa5a70f6230e23f1d2dffd9183935894ee</id>
<content type='text'>
commit "python-pytest: remove fetch during do_compile phase"
removed the ability of the package to version it self correctly. The version ended up as
0.0.0 which causes runtime version checking.

This fixed that issues.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pytest: remove fetch during do_compile phase</title>
<updated>2017-07-14T21:44:31+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-07-05T14:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c974fbf9ebf185552ab65301e07af44f36517abf'/>
<id>urn:sha1:c974fbf9ebf185552ab65301e07af44f36517abf</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>
