<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python3-wxgtk4, branch whinlatter</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-07-13T16:46:09+00:00</updated>
<entry>
<title>python3-wxgtk4: Upgrade to 4.2.3</title>
<updated>2025-07-13T16:46:09+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-07-12T22:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=87fb7a0b8d7dfefc69352cfc8ebb436a9819113f'/>
<id>urn:sha1:87fb7a0b8d7dfefc69352cfc8ebb436a9819113f</id>
<content type='text'>
Add missing build time dependency on requests python module

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openembedded/all: adapt to UNPACKDIR changes</title>
<updated>2025-06-25T13:44:52+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex@linutronix.de</email>
</author>
<published>2025-06-20T14:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3'/>
<id>urn:sha1:fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3</id>
<content type='text'>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use https:// in HOMEPAGE variable instead of http://</title>
<updated>2025-03-26T01:32:07+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-03-25T18:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=37e9b17b1e1655b743d42c5f0a574dde08853b20'/>
<id>urn:sha1:37e9b17b1e1655b743d42c5f0a574dde08853b20</id>
<content type='text'>
Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: add RDEPENDS python3-cairocffi</title>
<updated>2025-02-19T03:23:49+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2025-02-19T01:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=45766d265a55ed60e3fed856d9edac785b17d253'/>
<id>urn:sha1:45766d265a55ed60e3fed856d9edac785b17d253</id>
<content type='text'>
Fix error:
&gt;&gt;&gt; import wx.lib.wxcairo
Traceback (most recent call last):
  File "/usr/lib64/python3.13/site-packages/wx/lib/wxcairo/__init__.py", line 59, in &lt;module&gt;
    from .wx_cairocffi import _ContextFromDC, _FontFaceFromFont
  File "/usr/lib64/python3.13/site-packages/wx/lib/wxcairo/wx_cairocffi.py", line 34, in &lt;module&gt;
    import cairocffi
ModuleNotFoundError: No module named 'cairocffi'

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-*: Update recipes to correctly check the upstream packages</title>
<updated>2024-12-19T17:41:21+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2024-12-16T15:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c089690f57155cc62c3b22a9af9527ec927b16e3'/>
<id>urn:sha1:c089690f57155cc62c3b22a9af9527ec927b16e3</id>
<content type='text'>
With the upstream check migrated to the simple repo API, a number of the
recipes required updates to:
1. Remove outdated UPSTREAM_CHECK_REGEX checks
2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for
   packages that use '_', CamelCase, or other deviations from PEP625 in
   the source archive

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: update 4.2.1 -&gt; 4.2.2</title>
<updated>2024-10-16T21:07:30+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2024-10-16T19:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a01270e64251e41d420943744f363f66e224ae75'/>
<id>urn:sha1:a01270e64251e41d420943744f363f66e224ae75</id>
<content type='text'>
This addresses python 3.13 issues.

License-Update: added bsd-2-clause to LICENSE.txt

Drop 0001-sip-Fix-build-with-gcc-14.patch as already fixed upstream.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: Fix build with gcc-14</title>
<updated>2024-05-12T15:43:19+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-05-10T00:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e47585ffc87b954cf80f925bd79012ed13d15b94'/>
<id>urn:sha1:e47585ffc87b954cf80f925bd79012ed13d15b94</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: upgrade 4.2.0 -&gt; 4.2.1</title>
<updated>2023-11-06T16:47:42+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-11-04T20:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=039ed44201bbf5bb80f9ade434d04fe835d5dffa'/>
<id>urn:sha1:039ed44201bbf5bb80f9ade434d04fe835d5dffa</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: Do not use GetAssertStackTrace with USE_STACKWALKER disabled</title>
<updated>2022-12-27T17:55:19+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-12-20T17:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=85323a3b5ced9c0db858aa87c0aa4db8999f7385'/>
<id>urn:sha1:85323a3b5ced9c0db858aa87c0aa4db8999f7385</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-wxgtk4: replace deprecated inspect.getargspec</title>
<updated>2022-12-06T02:02:40+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2022-11-29T07:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bd4f8ed7c238e6250c0f3e6a1d30347f1bef68d7'/>
<id>urn:sha1:bd4f8ed7c238e6250c0f3e6a1d30347f1bef68d7</id>
<content type='text'>
Backport patch to replace deprecated inspect.getargspec in lib pubsub.

And add python3-pip to RDEPENDS which is required by utils wxdemo,
wxdocs and wxget provided by python3-wxgtk4.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
