<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools, branch kirtstone-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirtstone-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirtstone-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2022-07-26T14:08:35+00:00</updated>
<entry>
<title>python3-lxml: Security fix CVE-2022-2309</title>
<updated>2022-07-26T14:08:35+00:00</updated>
<author>
<name>Yue Tao</name>
<email>Yue.Tao@windriver.com</email>
</author>
<published>2022-07-25T07:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cb4e7fb4b08b7ebbdc21485e9a21845931132759'/>
<id>urn:sha1:cb4e7fb4b08b7ebbdc21485e9a21845931132759</id>
<content type='text'>
CVE-2022-0934:
lxml: NULL Pointer Dereference in lxml

Reference:
https://nvd.nist.gov/vuln/detail/CVE-2022-2309

Patch from:
https://github.com/lxml/lxml/commit/86368e9cf70a0ad23cccd5ee32de847149af0c6f

Signed-off-by: Yue Tao &lt;Yue.Tao@windriver.com&gt;
</content>
</entry>
<entry>
<title>python3-pybluez: fix a runtime issue with python 3.10</title>
<updated>2022-06-22T23:21:05+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>brgl@bgdev.pl</email>
</author>
<published>2022-06-14T11:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=16621ac526d287c3764109b2fbc71d2f5146433e'/>
<id>urn:sha1:16621ac526d287c3764109b2fbc71d2f5146433e</id>
<content type='text'>
Add an upstream patch that's not part of any release yet that addresses
an issue with python 3.10 (related to a missing macro).

Link: https://github.com/pybluez/pybluez/issues/426
Signed-off-by: Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-matplotlib: add missing dependency</title>
<updated>2022-06-03T14:02:48+00:00</updated>
<author>
<name>Adrian Fiergolski</name>
<email>adrian.fiergolski@fastree3d.com</email>
</author>
<published>2022-06-01T14:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7'/>
<id>urn:sha1:fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7</id>
<content type='text'>
In order to fix the dependency issue on PIL module, python3-pillow is required.

Signed-off-by: Adrian Fiergolski &lt;adrian.fiergolski@fastree3d.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit d4e70a19600bee178d81b467dd9e118cbf057f65)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-speedtest-cli: fix RDEPENDS</title>
<updated>2022-06-03T14:01:00+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>brgl@bgdev.pl</email>
</author>
<published>2022-05-19T13:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=17da928a8de487a8c7f7c41eb8db7f8f00aa1564'/>
<id>urn:sha1:17da928a8de487a8c7f7c41eb8db7f8f00aa1564</id>
<content type='text'>
There are packages missing in RDEPENDS needed to run speedtest-cli. Add
them and use += for the assignment as we don't know what inherited
classes may have added.

Signed-off-by: Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 3413265185dd199da0f54ef6d83abca2c8ec9b50)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: backport patch to fix svg issue</title>
<updated>2022-05-30T20:04:18+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2022-05-16T01:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a104444d2bc037b3b1044021ff34b10d66a56e9b'/>
<id>urn:sha1:a104444d2bc037b3b1044021ff34b10d66a56e9b</id>
<content type='text'>
Backport patch to fix import svg issue:

| $ python3 -c 'from wx.svg import SVGimage'
|
| ImportError: /usr/lib64/python3.10/site-packages/wx/svg/_nanosvg.cpython-310-x86_64-linux-gnu.so:
    undefined symbol: _PyGen_Send

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 8246a9cef2956c66772b23f00d3feedec43ab1f7)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: Needs x11 for sip module</title>
<updated>2022-05-17T12:57:10+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-05-01T16:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=94ca1426931e91e452ffeb014e7158cc9ce850f8'/>
<id>urn:sha1:94ca1426931e91e452ffeb014e7158cc9ce850f8</id>
<content type='text'>
sip/cpp/sip_corewxWindow.cpp requires gdk/gdkx.h which wont be built
when gtk is built without x11, therefore require x11 when building this
recipe, if gdkx.h is removed form includes then it fails

../../../../sip/cpp/sip_corewxWindow.cpp:56:16: error: unknown type name 'XID'
        static XID GetXWindow(const wxWindow* wxwin) {
               ^
../../../../sip/cpp/sip_corewxWindow.cpp:59:28: error: use of undeclared identifier 'GDK_WINDOW_XID'
                    return GDK_WINDOW_XID(gtk_widget_get_window((wxwin)-&gt;m_wxwindow));
                           ^
../../../../sip/cpp/sip_corewxWindow.cpp:64:28: error: use of undeclared identifier 'GDK_WINDOW_XID'
                    return GDK_WINDOW_XID(gtk_widget_get_window((wxwin)-&gt;m_widget));
                           ^
so it is using it and will need some work to get it going without x11
until then disable building it on non-x11 distros

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Robert Yang &lt;liezhi.yang@windriver.com&gt;
(cherry picked from commit e347168b10a69febd106d758faf20d95c4bd8b62)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-astroid: upgrade 2.11.2 -&gt; 2.11.3</title>
<updated>2022-05-17T12:57:10+00:00</updated>
<author>
<name>Xu Huan</name>
<email>xuhuan.fnst@fujitsu.com</email>
</author>
<published>2022-04-28T07:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=aebfc98d89314df4321b54067e80246c82b61b32'/>
<id>urn:sha1:aebfc98d89314df4321b54067e80246c82b61b32</id>
<content type='text'>
Changelog:
==========
    Fixed an error in the Qt brain when building instance_attrs.
    Fixed a crash in the gi brain.

Signed-off-by: Xu Huan &lt;xuhuan.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 890bf7dffe0446feec625aa5eaf8e49fa88659a9)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-imageio: upgrade 2.16.1 -&gt; 2.17.0</title>
<updated>2022-04-22T16:26:22+00:00</updated>
<author>
<name>Xu Huan</name>
<email>xuhuan.fnst@fujitsu.com</email>
</author>
<published>2022-04-21T08:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=35f0d19d4f3326c094a9c065d5511fd35fde43a7'/>
<id>urn:sha1:35f0d19d4f3326c094a9c065d5511fd35fde43a7</id>
<content type='text'>
License-Updated:
years update to 2022

changelog:
================================================================
Feature:
-New Plugin for pyAV
-Add plugin default sentinel

Other:
-Better Type Annotations + mypy support
-Add fast-paths for pyav formats
-Update readme
-Fix docs on standard images

Signed-off-by: Xu Huan &lt;xuhuan.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Trevor Gamblin &lt;tvgamblin@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-django: upgrade 2.2.27 -&gt; 2.2.28</title>
<updated>2022-04-22T16:26:22+00:00</updated>
<author>
<name>Xu Huan</name>
<email>xuhuan.fnst@fujitsu.com</email>
</author>
<published>2022-04-21T08:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bc92c3e7187a127a8505477c5f1d9fe5c1d1bb48'/>
<id>urn:sha1:bc92c3e7187a127a8505477c5f1d9fe5c1d1bb48</id>
<content type='text'>
Signed-off-by: Xu Huan &lt;xuhuan.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Trevor Gamblin &lt;tvgamblin@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-cmd2: upgrade 2.4.0 -&gt; 2.4.1</title>
<updated>2022-04-22T16:26:22+00:00</updated>
<author>
<name>Xu Huan</name>
<email>xuhuan.fnst@fujitsu.com</email>
</author>
<published>2022-04-21T08:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0f00037a20144a50f4cc66c7cd25398785fc462b'/>
<id>urn:sha1:0f00037a20144a50f4cc66c7cd25398785fc462b</id>
<content type='text'>
changelog:

-Bug Fixes
Fixed value for ansi.Bg.YELLOW.
Fixed unit tests for ansi.allow_style.

-Enhancements
async_alert() raises a RuntimeError if called from the main thread.

Signed-off-by: Xu Huan &lt;xuhuan.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Trevor Gamblin &lt;tvgamblin@gmail.com&gt;
</content>
</entry>
</feed>
