<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python, branch pyro</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2017-06-29T19:27:21+00:00</updated>
<entry>
<title>python-pyparsing: Move from meta-openstack to meta-cloud-services</title>
<updated>2017-06-29T19:27:21+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2017-06-28T08:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=487a535eb568ed9e71da20ad73b8c08892660163'/>
<id>urn:sha1:487a535eb568ed9e71da20ad73b8c08892660163</id>
<content type='text'>
It's not an openstack specific package.

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python: satisfy setup.py 'setup_requires' for vcversioner</title>
<updated>2017-06-29T19:01:17+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-06-29T17:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3bd48fe64c0459bb09d2b17c6606e020896ebeb5'/>
<id>urn:sha1:3bd48fe64c0459bb09d2b17c6606e020896ebeb5</id>
<content type='text'>
python-jsonschema has a 'setup_requires' for python vcversioner so we
must have a -native version of python-vcversioner and DEPEND on it in
order to avoid setup.py downloading the requires from PyPI.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python: Inherit setuptools instead of distutils for several packages</title>
<updated>2017-06-01T15:59:01+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2017-05-23T12:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=66ccdef9007dfaa564cfd4fbcbc41b50237771b4'/>
<id>urn:sha1:66ccdef9007dfaa564cfd4fbcbc41b50237771b4</id>
<content type='text'>
python-appdirs
python-keystoneauth
python-lesscpy
python-os-client-config

The setup scripts of these modules use setuptools instead of distutils,
resulting in errors like this:

|   File "setup.py", line 5, in &lt;module&gt;
|     from setuptools import setup
| ImportError: No module named setuptools

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-netaddr: switch to setuptools</title>
<updated>2017-01-31T03:40:19+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-01-30T17:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=59b27d7855597a5725978edeb96b3454e4855236'/>
<id>urn:sha1:59b27d7855597a5725978edeb96b3454e4855236</id>
<content type='text'>
The uprev done in commit 0f9fb18e1883 didn't take into account that
upstream moved to use setuptools (see upstream commit a8509c0c7c4c
[cleaned up of older conventions and switched to setuptools]). Switch
to setup tools to match this upstream change. This will fix errors
seen when attempting to 'import netaddr'.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-xstatic-smart-table: uprev to v1.4.13.2</title>
<updated>2017-01-31T03:40:19+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-01-30T21:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=dd3bff3a435059741a08453677e17946e864e4e8'/>
<id>urn:sha1:dd3bff3a435059741a08453677e17946e864e4e8</id>
<content type='text'>
Although version 1.4.5.3 is within the acceptable versions listed by
python-horizon (stable/newton) there are changes related to
smart-table.min.js vs smart-table.js which will cause python-horizon
to error with the following exception:

'horizon/lib/angular_smart_table/smart-table.min.js' could not be
found in the COMPRESS_ROOT '/usr/lib/python2.7/site-packages/static'
or with staticfiles.

(See commit 12c37e3af0a95cb793ad1fb7e055276da049e5ac in horizon)

Upstream should probably remove 1.4.5.3 from the range of acceptable
versions due to this. At any rate uprev'ing the package avoids the
mismatch.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-alembic: uprev to 0.8.10</title>
<updated>2017-01-31T03:40:19+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-01-31T03:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=200890de2bae26f139fc0ca32a8dbde5ef896de8'/>
<id>urn:sha1:200890de2bae26f139fc0ca32a8dbde5ef896de8</id>
<content type='text'>
This uprev is required to support python-oslo.db uprev to
stable/newton. The license is still MIT though the md5sum required
being updated. Runtime dependencies were updated based on
requires.txt.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-kombu: add version 3.0.37</title>
<updated>2017-01-31T03:40:19+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-01-31T03:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a08071534296a5492b4283c27ce870aed93b0c61'/>
<id>urn:sha1:a08071534296a5492b4283c27ce870aed93b0c61</id>
<content type='text'>
The 4.x.x series requires the amqp&gt;=2 which is outside of the range of
amqp versions supported versions required for python-oslo.messaging
therefore we need to continue support for the 3.0.x series and force
its use via the layer.conf and PREFERRED_VERSION.

This is an updated version of the python-kombu recipe for the 3.0.x
series with updated license checksup (the license type remains the
same) and updated runtime dependencies based on the packages
requirements/default.txt.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-oslo.reports: uprev to latest stable/newton</title>
<updated>2017-01-25T19:30:00+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-01-23T14:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f7b521990e12b5cf69e97a4c062cae032e4bf5ea'/>
<id>urn:sha1:f7b521990e12b5cf69e97a4c062cae032e4bf5ea</id>
<content type='text'>
Minor runtime dependency updates. Runtime dependency versions are all
already met.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-oslo.rootwrap: uprev to latest stable/newton</title>
<updated>2017-01-25T19:30:00+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-01-23T14:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c592bd28650be54816bf2643a0404427007d681a'/>
<id>urn:sha1:c592bd28650be54816bf2643a0404427007d681a</id>
<content type='text'>
Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-oslo.cache: uprev to latest stable/newton</title>
<updated>2017-01-25T19:30:00+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-01-23T14:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c3e58cb3774db2a703e21f138d0a486bbeb41c87'/>
<id>urn:sha1:c3e58cb3774db2a703e21f138d0a486bbeb41c87</id>
<content type='text'>
Minor runtime dependency updates. Requiers an uprev to
python-dogpile.cache

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
