<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-extended/pywbemtools, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2026-04-01T20:16:36+00:00</updated>
<entry>
<title>meta-python: Convert confusing appends to override syntax</title>
<updated>2026-04-01T20:16:36+00:00</updated>
<author>
<name>Michal Sieron</name>
<email>michalwsieron@gmail.com</email>
</author>
<published>2026-03-29T21:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=01a34fa1cc16a0d134726af0a6f63fbab6b7dd13'/>
<id>urn:sha1:01a34fa1cc16a0d134726af0a6f63fbab6b7dd13</id>
<content type='text'>
While in this case `RDEPENDS:class-target +=` wouldn't result in any
unwanted override, there is no guarantee there won't be a change, which
would be hidden by this override. To avoid any surprises in the future
let's use `:append:class-target =` syntax here.

Signed-off-by: Michal Sieron &lt;michalwsieron@gmail.com&gt;
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: upgrade 1.3.0 -&gt; 1.3.1</title>
<updated>2026-01-13T16:29:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2026-01-13T10:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=88dc78a45776e124a077ac8b4f8422c10f91fffd'/>
<id>urn:sha1:88dc78a45776e124a077ac8b4f8422c10f91fffd</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: upgrade 1.2.1 -&gt; 1.3.0</title>
<updated>2024-04-23T22:15:34+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-22T09:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d48b845c3038abc42c58de01ac2b999719e9bde4'/>
<id>urn:sha1:d48b845c3038abc42c58de01ac2b999719e9bde4</id>
<content type='text'>
Changelog:
 https://github.com/pywbem/pywbemtools/blob/master/docs/changes.rst

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: upgrade 1.2.0 -&gt; 1.2.1</title>
<updated>2024-04-02T18:28:53+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-01T14:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=14858176f35c9de0bf35a1b1090b198222882f76'/>
<id>urn:sha1:14858176f35c9de0bf35a1b1090b198222882f76</id>
<content type='text'>
Changelog:
===========
-Increased minimum version of pywbem to 1.6.3 to pick up fixes
-Fixed use of pytest.warns(None)
-Resolved pylint issue on using max()
-Test: Upgraded GitHub Actions plugins to use node.js 20
-Development: Fixed dependency issue with safety 3.0.0 by pinning it
-Added RTD default config file
-Test py27hang with subprocess32 package pywbemlistener py27 tests disabled (#1341)
-Split safety run into separate make target and moved to end of test
-Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0
-Fixed PyYAML install issue due to Cython 3
-Circumvented removal of Python 2.7 from setup-python
-Set limit in requirements.txt to not use click-repl 0.3.0.
-Added package level to .done files
-Commits on May 28, 2023
-Add .safety-policy.yaml file.
-Limits on use of urllib3 to &lt; version 2.0.
-Fixed coveralls issues with KeyError and HTTP 422 Unprocessable Entity

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-python: drop ${PYTHON_PN}</title>
<updated>2024-02-20T07:22:24+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2024-02-20T04:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310'/>
<id>urn:sha1:94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310</id>
<content type='text'>
python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling &lt;tim.orling@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: remove build-time dependencies</title>
<updated>2023-06-24T16:01:52+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bartosz.golaszewski@linaro.org</email>
</author>
<published>2023-06-23T14:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c2ad22e0926405589d1c71820b66dd54d188d5b9'/>
<id>urn:sha1:c2ad22e0926405589d1c71820b66dd54d188d5b9</id>
<content type='text'>
None of these are required at build-time. Remove them.

Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: upgrade 1.1.1 -&gt; 1.2.0</title>
<updated>2023-04-05T22:56:47+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-04-03T10:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=76396d6bf1f2aca938828ae6bf70fc7babb12da8'/>
<id>urn:sha1:76396d6bf1f2aca938828ae6bf70fc7babb12da8</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: upgrade 1.0.1 -&gt; 1.1.1</title>
<updated>2022-11-23T16:25:31+00:00</updated>
<author>
<name>zhengrq.fnst@fujitsu.com</name>
<email>zhengrq.fnst@fujitsu.com</email>
</author>
<published>2022-11-23T06:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bad3c42978c9752e0402b66d4f2a9d1b223c6b3c'/>
<id>urn:sha1:bad3c42978c9752e0402b66d4f2a9d1b223c6b3c</id>
<content type='text'>
Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: upgrade 1.0.1 -&gt; 1.1.0</title>
<updated>2022-11-14T19:55:59+00:00</updated>
<author>
<name>zhengrq.fnst@fujitsu.com</name>
<email>zhengrq.fnst@fujitsu.com</email>
</author>
<published>2022-11-14T03:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fbfb86229ba5883fb218e0112e4613e3fde793b3'/>
<id>urn:sha1:fbfb86229ba5883fb218e0112e4613e3fde793b3</id>
<content type='text'>
Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pywbemtools: upgrade 1.0.0 -&gt; 1.0.1</title>
<updated>2022-10-24T16:56:34+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-10-24T07:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1605c2bf33f0a45ca9c31b90af468022d66f9985'/>
<id>urn:sha1:1605c2bf33f0a45ca9c31b90af468022d66f9985</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
