<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-devtools, branch warrior</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=warrior</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=warrior'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2021-05-12T19:06:03+00:00</updated>
<entry>
<title>go-systemd: explicitly specify branch</title>
<updated>2021-05-12T19:06:03+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-05-10T19:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=6961097ff660eb32860fcd4d8eb29405be4c6766'/>
<id>urn:sha1:6961097ff660eb32860fcd4d8eb29405be4c6766</id>
<content type='text'>
The upstream project has removed the master branch in favour of
'main'.

We were relying on the fetcher default of master previously, and
now that master no longer exists, we get a fetch failure.

Adding an explicit branch=main gets things working again.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>notary: uprev to v0.6.1</title>
<updated>2019-03-20T18:42:42+00:00</updated>
<author>
<name>Hongzhi.Song</name>
<email>hongzhi.song@windriver.com</email>
</author>
<published>2019-03-19T07:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=8d88c35fb9f78f13426b754f408aa58a085288d0'/>
<id>urn:sha1:8d88c35fb9f78f13426b754f408aa58a085288d0</id>
<content type='text'>
Signed-off-by: Hongzhi.Song &lt;hongzhi.song@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-docker: depend on python-misc for the ntpath module</title>
<updated>2019-03-08T21:01:28+00:00</updated>
<author>
<name>Dan Callaghan</name>
<email>dan.callaghan@opengear.com</email>
</author>
<published>2019-03-06T00:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=2a44defc697cdf16521e5c11e894bd93c926f059'/>
<id>urn:sha1:2a44defc697cdf16521e5c11e894bd93c926f059</id>
<content type='text'>
Signed-off-by: Dan Callaghan &lt;dan.callaghan@opengear.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-webob:upgrade to 1.8.5</title>
<updated>2019-02-03T03:42:29+00:00</updated>
<author>
<name>Hong Liu</name>
<email>hongl.fnst@cn.fujitsu.com</email>
</author>
<published>2019-01-30T00:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=274a72a5dba083f1f09ffedf19ac6e7838e20a41'/>
<id>urn:sha1:274a72a5dba083f1f09ffedf19ac6e7838e20a41</id>
<content type='text'>
Upgrade python-webob from 1.8.2 to 1.8.5

Signed-off-by: Hong Liu &lt;hongl.fnst@cn.fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use SRCPV instead of SRCREV where possible</title>
<updated>2019-01-16T15:28:26+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@betafive.co.uk</email>
</author>
<published>2019-01-11T16:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=488b5aba28fff50c64866b42a8b66aef74ac12ad'/>
<id>urn:sha1:488b5aba28fff50c64866b42a8b66aef74ac12ad</id>
<content type='text'>
This change reduces the length of ${PV} for several recipes and gives us
auto-incrementing version numbers.

Signed-off-by: Paul Barker &lt;paul@betafive.co.uk&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>add the py2 version for python-docker and python-docker-pycreds packages</title>
<updated>2018-12-21T13:46:14+00:00</updated>
<author>
<name>Ting Yu</name>
<email>tyu@cisco.com</email>
</author>
<published>2018-12-13T20:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=cbefd4d88c0878c259c53c02a61b713679379124'/>
<id>urn:sha1:cbefd4d88c0878c259c53c02a61b713679379124</id>
<content type='text'>
add the py2 version for python-docker and python-docker-pycreds packages.
add python-six and python-backport_ssl (for ph2 only) as python-docker dependencies.

verify the connection to docker engine at run time -
&gt;&gt;&gt; import docker
&gt;&gt;&gt; client = docker.from_env()
&gt;&gt;&gt; client.images.list()
[&lt;Image: 'hello-world:latest'&gt;]

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-webob:1.7.3.bb-&gt;1.8.2</title>
<updated>2018-09-05T20:40:00+00:00</updated>
<author>
<name>Hong Liu</name>
<email>hongl.fnst@cn.fujitsu.com</email>
</author>
<published>2018-09-04T09:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=4e02acfb79636d49a46890899aa034b936d01416'/>
<id>urn:sha1:4e02acfb79636d49a46890899aa034b936d01416</id>
<content type='text'>
Upgrade python-webob from 1.7.3 to 1.8.2.

Signed-off-by: Hong Liu &lt;hongl.fnst@cn.fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-sphinx:1.7.6:1.7.8</title>
<updated>2018-09-05T20:39:48+00:00</updated>
<author>
<name>Hong Liu</name>
<email>hongl.fnst@cn.fujitsu.com</email>
</author>
<published>2018-09-04T09:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=827a8269d86591fba457f91c703c9737afa158b2'/>
<id>urn:sha1:827a8269d86591fba457f91c703c9737afa158b2</id>
<content type='text'>
Upgrade python-sphinx from 1.7.6 to 1.7.8.

Signed-off-by: Hong Liu &lt;hongl.fnst@cn.fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-sphinx:1.4.1-&gt;1.7.6</title>
<updated>2018-07-23T19:53:22+00:00</updated>
<author>
<name>Hong Liu</name>
<email>hongl.fnst@cn.fujitsu.com</email>
</author>
<published>2018-07-23T09:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=17613c1a3bac1c60c57dbfa43558d3f64762a027'/>
<id>urn:sha1:17613c1a3bac1c60c57dbfa43558d3f64762a027</id>
<content type='text'>
1.Upgrade python-sphinx from 1.4.1 to 1.7.6.

2.Modify LIC_FILES_CHKSUM,because of delete "PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2"

Signed-off-by: Hong Liu &lt;hongl.fnst@cn.fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python3-docker: update to 3.4.0</title>
<updated>2018-06-22T18:38:49+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-06-20T18:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=43e4cd760f2ff1d4bca1ae18bac052db41716989'/>
<id>urn:sha1:43e4cd760f2ff1d4bca1ae18bac052db41716989</id>
<content type='text'>
Update python3-docker from 2.5.1 to 3.4.0.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
