<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python, branch master</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=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2026-04-07T23:23:11+00:00</updated>
<entry>
<title>meta-openstack: remove obsolete Python backport and dead project recipes</title>
<updated>2026-04-07T23:23:11+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2026-04-07T23:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=40f907312497223c7f19d2a51eea4a4fc32e3948'/>
<id>urn:sha1:40f907312497223c7f19d2a51eea4a4fc32e3948</id>
<content type='text'>
Remove 16 recipes for Python packages that are either built into
Python 3 or are dead/deprecated upstream projects:

Python 3 backports (unnecessary since Python 3.3+):
  ordereddict, pathlib, funcsigs, enum-compat, singledispatch,
  weakrefmethod, positional

Dead/deprecated projects:
  aioeventlet, suds, suds-jurko, oauth2, trollius, pika-pool,
  requestsexceptions, dogpile.core, tempita

No recipes in the layer depend on any of these packages.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openstack: Fix whitespace warnings</title>
<updated>2025-07-18T03:49:59+00:00</updated>
<author>
<name>Ryosuke Saito</name>
<email>ryosuke.saito@linaro.org</email>
</author>
<published>2025-07-17T03:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6c5afb77aa5580dbe737f682ee2f792122c0c2f3'/>
<id>urn:sha1:6c5afb77aa5580dbe737f682ee2f792122c0c2f3</id>
<content type='text'>
Add whitespaces around variable assignments to eliminate the build warnings:

WARNING: python-ceilometer_git.bb:25 has a lack of whitespace around the assignment:
 'KEYSTONE_HOST="${CONTROLLER_IP}"'
WARNING: python-cinder_git.bb:39 has a lack of whitespace around the assignment:
 'KEYSTONE_HOST="${CONTROLLER_IP}"'
...

Signed-off-by: Ryosuke Saito &lt;ryosuke.saito@linaro.org&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer/global: update S assignments</title>
<updated>2025-07-16T18:42:13+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2025-07-16T18:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d'/>
<id>urn:sha1:24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d</id>
<content type='text'>
Updating meta-cloud-services and sublayers to comply with the UNPACKDIR
changes. The techniques mentioned in the following commit are used:

  Author: Alexander Kanavin &lt;alex@linutronix.de&gt;
  Date:   Tue Jun 24 13:53:51 2025 +0200

      migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes

      (From yocto-docs rev: f59504d8706a817e0b5a6235ebb69cb3b3ebb277)

      Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
      Signed-off-by: Antonin Godard &lt;antonin.godard@bootlin.com&gt;
      Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python: drop recipes provided elsewhere</title>
<updated>2024-10-12T03:16:54+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-12T03:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b53ad3d7308ad2e85496fce8af27a59ec076f958'/>
<id>urn:sha1:b53ad3d7308ad2e85496fce8af27a59ec076f958</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-os-brick: Fix syntax error</title>
<updated>2024-04-22T15:04:15+00:00</updated>
<author>
<name>Zoltán Böszörményi</name>
<email>zboszor@gmail.com</email>
</author>
<published>2024-04-16T04:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=cf69792503dbba2aa12aabe2b0bb12a89adc9ccf'/>
<id>urn:sha1:cf69792503dbba2aa12aabe2b0bb12a89adc9ccf</id>
<content type='text'>
RDEPENDS:${PN} must have a closing quotation mark.
This error was present since the recipe was added.
Scarthgap catches it as a syntax error.

Signed-off-by: Zoltán Böszörményi &lt;zboszor@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-psycopg: switched from distutils to setuptools</title>
<updated>2022-12-01T21:48:33+00:00</updated>
<author>
<name>Dylan Turner</name>
<email>dylan.turner@ni.com</email>
</author>
<published>2022-11-28T23:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ba4ebbf32a7537273fb68966ceb28bbd79999dbb'/>
<id>urn:sha1:ba4ebbf32a7537273fb68966ceb28bbd79999dbb</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-heat-cfntools: fix typo</title>
<updated>2022-06-28T03:40:36+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2022-06-08T06:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=05f4d675c0fa8e4411f33b8c39b83656c2682f97'/>
<id>urn:sha1:05f4d675c0fa8e4411f33b8c39b83656c2682f97</id>
<content type='text'>
Fix typo:
RDPENDS_${PN} -&gt; RDEPENDS:${PN}

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-arrow: drop python3-backports-functools-lru-cache dependency</title>
<updated>2022-06-28T03:40:36+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jonas.gorski@bisdn.de</email>
</author>
<published>2022-06-14T12:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=187aa4442ae25cb19c769412c483423ef220f6b7'/>
<id>urn:sha1:187aa4442ae25cb19c769412c483423ef220f6b7</id>
<content type='text'>
python3-backports-functools-lru-cache was recently dropped from
meta-python with 620689d4efba ("python3-backports-functional-lru-cache:
remove, not needed for Python 3").

Since the functionality it provides is already part of python3, we can
just drop the dependency.

Fixes the following error when trying to build python3-arrow in
kirkstone or newer:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-backports-functools-lru-cache' (but /home/jonas/poky/meta-cloud-services/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-backports-functools-lru-cache' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-backports-functools-lru-cache']
ERROR: Required build target 'python3-arrow' has no buildable providers.
Missing or unbuildable dependency chain was: ['python3-arrow', 'python3-backports-functools-lru-cache']

Signed-off-by: Jonas Gorski &lt;jonas.gorski@bisdn.de&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>global: convert license to SPDX variants</title>
<updated>2022-03-25T03:09:42+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2022-03-25T03:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=de6d4eeb3202e04bca0e645571a612a745d7ebe2'/>
<id>urn:sha1:de6d4eeb3202e04bca0e645571a612a745d7ebe2</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-novnc: update 0.5.1 -&gt; 1.3.0</title>
<updated>2022-01-30T22:13:34+00:00</updated>
<author>
<name>wangmy</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-01-19T05:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1484a16795b26c8aec11b2962895f3d020f49e21'/>
<id>urn:sha1:1484a16795b26c8aec11b2962895f3d020f49e21</id>
<content type='text'>
refresh python-distutils.patch

License-Update:
-year updated to 2019
-file of the noVNC core library changed
-the HTML, CSS, font and images files that included with the noVNC
 source distibution changed
-URL of history changed
-files and projects that have been incorporated into
 the noVNC core library changed
-license texts changed

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
