<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-extended/python-rich, 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-10-14T16:00:24+00:00</updated>
<entry>
<title>python3-rich: upgrade 14.1.0 -&gt; 14.2.0</title>
<updated>2025-10-14T16:00:24+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-10-14T09:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=803edda764bf90a7da9ab931497fae903e634b98'/>
<id>urn:sha1:803edda764bf90a7da9ab931497fae903e634b98</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-rich: upgrade 14.0.0 -&gt; 14.1.0</title>
<updated>2025-07-30T23:40:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-07-30T23:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b813fd4b46ca4db359f377c6e6c3a59155a7dca8'/>
<id>urn:sha1:b813fd4b46ca4db359f377c6e6c3a59155a7dca8</id>
<content type='text'>
Changelog:
============
- Removed typing_extensions from runtime dependencies
- Live objects (including Progress) may now be nested
- Added padding property to Syntax which returns a tuple of four integers
- Fixed extraction of recursive exceptions
- Fixed padding applied to Syntax
- Fixed Panel title missing the panel background style
- Added TTY_INTERACTIVE environment variable to force interactive mode off or on

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-rich: Add native and nativesdk target to the build</title>
<updated>2025-05-14T02:38:54+00:00</updated>
<author>
<name>Luca Fancellu</name>
<email>luca.fancellu@arm.com</email>
</author>
<published>2025-05-13T18:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2c2d8f29596d114401328f3b70e5dc6edd9eb4bd'/>
<id>urn:sha1:2c2d8f29596d114401328f3b70e5dc6edd9eb4bd</id>
<content type='text'>
Add the native and nativesdk target to the recipe.

Signed-off-by: Luca Fancellu &lt;luca.fancellu@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-rich: upgrade 13.9.4 -&gt; 14.0.0</title>
<updated>2025-04-07T19:21:21+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-04-07T09:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7aeb49e0ef260522e7ae6cab81035be6c6b460a0'/>
<id>urn:sha1:7aeb49e0ef260522e7ae6cab81035be6c6b460a0</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>recipes: Fix variable assignment whitespace</title>
<updated>2025-01-31T18:34:03+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2025-01-31T13:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bd6a1bb27844cb3c839ada75a5796c611dabf14a'/>
<id>urn:sha1:bd6a1bb27844cb3c839ada75a5796c611dabf14a</id>
<content type='text'>
Recipes are much more readable with whitespace around the assignment operators.
Fix various assignments in meta-openembedded recipes to show this is definitely
the preferred formatting.

This fixes recipes with larger numbers of issues but there are just under 100
other references left to fix.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-rich: Add missing rdepends</title>
<updated>2024-11-22T05:42:35+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-11-21T06:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6294b31374c03d15761c430fae470a886d08da97'/>
<id>urn:sha1:6294b31374c03d15761c430fae470a886d08da97</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-rich: upgrade 13.9.3 -&gt; 13.9.4</title>
<updated>2024-11-06T06:45:21+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-11-06T06:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=42ac53ac2862d3daa22dfbfb756f1b400c02026e'/>
<id>urn:sha1:42ac53ac2862d3daa22dfbfb756f1b400c02026e</id>
<content type='text'>
Changelog:
 Optimizations to cell_len which may speed up Rich / Textual output

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-rich: Upgrade 13.9.2 -&gt; 13.9.3</title>
<updated>2024-10-24T12:52:19+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2024-10-23T12:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=793557a317dd0393d9a68d0aa79e041d7bfdcdda'/>
<id>urn:sha1:793557a317dd0393d9a68d0aa79e041d7bfdcdda</id>
<content type='text'>
Upgrade to release 13.9.3:

- Fixed broken regex that may have resulted in poor performance

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-rich: Upgrade 13.8.0 -&gt; 13.9.2</title>
<updated>2024-10-11T14:52:22+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2024-10-11T08:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5c419df75e59a041a7c399be0f1bc0d8aec26b1f'/>
<id>urn:sha1:5c419df75e59a041a7c399be0f1bc0d8aec26b1f</id>
<content type='text'>
Upgrade to release 13.9.2:

- Fixed Table columns not highlighting when added by add_row
- Fixed an issue with Segment.split_cells reported in Textual

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-rich: upgrade 13.8.0 -&gt; 13.8.1</title>
<updated>2024-09-19T04:03:16+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-09-19T03:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4d3f35dd4f5fa3f210006cf819c1cf5ed9f66b62'/>
<id>urn:sha1:4d3f35dd4f5fa3f210006cf819c1cf5ed9f66b62</id>
<content type='text'>
Changelog:
===========
- Added support for Python 3.13
- Fixed infinite loop when appending Text to same instance

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
