<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-devtools/python, branch halstead/hashclient</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=halstead%2Fhashclient</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=halstead%2Fhashclient'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2024-04-12T17:04:02+00:00</updated>
<entry>
<title>python3-websockets: Import from meta-python</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2024-04-12T09:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ebb235e098d8c0f1970e5d8a550f928bcbda30b4'/>
<id>urn:sha1:ebb235e098d8c0f1970e5d8a550f928bcbda30b4</id>
<content type='text'>
For the newer hash equivlance servers we need websockets. Import it
from meta-oe so we can easily include it in buildtools tarball.

(From OE-Core rev: 5f1c8448f67792ceda8698dd775a360ff8294126)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-typing-extensions: upgrade 4.10.0 -&gt; 4.11.0</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-09T07:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2dd3161336575558ee21a588598072b70dd31768'/>
<id>urn:sha1:2dd3161336575558ee21a588598072b70dd31768</id>
<content type='text'>
Changelog:
==========
-Fix tests on Python 3.13.0a5.
-Fix the runtime behavior of type parameters with defaults
-Fix minor discrepancy between error messages produced by typing and
 typing_extensions on Python 3.10.
-When include_extra=False, get_type_hints() now strips ReadOnly from the
 annotation.

(From OE-Core rev: 7bfc0eb9a20961d967c8874d77a15f07fad0df9a)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-pyasn1: upgrade 0.5.1 -&gt; 0.6.0</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-09T07:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=747ebc78621f828d530e730517c1af637b0f5e93'/>
<id>urn:sha1:747ebc78621f828d530e730517c1af637b0f5e93</id>
<content type='text'>
Changelog:
==========
-Removed support for EOL Python 2.7, 3.6, 3.7
-Added support for previously missing RELATIVE-OID construct
-Updated link to Layman's Guide

(From OE-Core rev: be6dced35503e7c70ca089a8de66c561dcb5023c)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-git: upgrade 3.1.42 -&gt; 3.1.43</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-09T07:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=06812afa510f2703aa6a40f5e74417584866d112'/>
<id>urn:sha1:06812afa510f2703aa6a40f5e74417584866d112</id>
<content type='text'>
Changelog:
============
-Issue and test deprecation warnings
-Fix version_info cache invalidation, typing, parsing, and serialization
-Document manual refresh path treatment
-Improve static typing and docstrings related to git object types

(From OE-Core rev: 715cd70d7e83df7b38b121b8cea11b58ee159083)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-build: upgrade 1.1.1 -&gt; 1.2.1</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-09T07:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7954db43a5e5d169b0d8895b287cef6a1b450b19'/>
<id>urn:sha1:7954db43a5e5d169b0d8895b287cef6a1b450b19</id>
<content type='text'>
Changelog:
============
-Avoid error when terminal width is undetectable on Python &lt; 3.11
-Add --installer option, supporting pip and uv. Added uv extra.
-Improve console output and provide -v for dependency installation
-Avoid compiling unused bytecode when using pip
-Dropped support for Python 3.7

(From OE-Core rev: 6a9ca3dee75a6c78fe03e6bdec4e19ec3935745a)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-beartype: upgrade 0.17.2 -&gt; 0.18.2</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-09T07:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=46dc8f4f40aa0e32d822ee33e273ae21ec57bc04'/>
<id>urn:sha1:46dc8f4f40aa0e32d822ee33e273ae21ec57bc04</id>
<content type='text'>
(From OE-Core rev: 4ae0e1e625e6b9bb6df0d27075466ed285a171ba)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-zipp: upgrade 3.17.0 -&gt; 3.18.1</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-03-26T00:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6db6fd1f96109b9256ed201ce15ca0fbf72b2836'/>
<id>urn:sha1:6db6fd1f96109b9256ed201ce15ca0fbf72b2836</id>
<content type='text'>
Changelog:
============
-Bypass ZipFile.namelist in glob for better performance.
-Refactored glob functionality to support a more generalized solution with
 support for platform-specific path separators.
-Add special accounting for pypy when computing the stack level for text
 encoding warnings.

(From OE-Core rev: b00c8391028cdaa06d0a424e5c082bc376aa49ee)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-wheel: upgrade 0.42.0 -&gt; 0.43.0</title>
<updated>2024-04-12T17:04:01+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-03-26T00:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=504307a9a6148d57d1e39ae1e98ade4bc59271d5'/>
<id>urn:sha1:504307a9a6148d57d1e39ae1e98ade4bc59271d5</id>
<content type='text'>
Changelog:
==========
-Dropped support for Python 3.7
-Updated vendored packaging to 24.0

(From OE-Core rev: ad4d9a7fa6d568bd564e9fa733b382c2cbebf043)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-setuptools: upgrade 69.1.1 -&gt; 69.2.0</title>
<updated>2024-04-12T17:04:01+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-03-26T00:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e57bd29abfba7770739121c56fdc92430870d9c8'/>
<id>urn:sha1:e57bd29abfba7770739121c56fdc92430870d9c8</id>
<content type='text'>
0001-conditionally-do-not-fetch-code-by-easy_install.patch
refreshed for 69.2.0

Changelog:
==========
-Explicitly use encoding="locale" for .pth files whenever possible, to reduce
 EncodingWarnings. This avoid errors with UTF-8
-Clarify some Package Discovery and Resource Access using pkg_resources methods
 return bytes, not str. Also return an empty bytes in EmptyProvider._get
-Return an empty list by default in pkg_resources.ResourceManager.cleanup_resources
-Made pkg_resoursces.NullProvider's has_metadata and metadata_isdir methods
 return actual booleans like all other Providers.

(From OE-Core rev: e4e91a5c6570aa1697da6019eb611a473a57149d)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-scons: upgrade 4.6.0 -&gt; 4.7.0</title>
<updated>2024-04-12T17:04:01+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-03-26T00:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b62b0625ee2bc3220f747a8e312fc3b9639b10c9'/>
<id>urn:sha1:b62b0625ee2bc3220f747a8e312fc3b9639b10c9</id>
<content type='text'>
Changelog:
 https://github.com/SCons/scons/releases/tag/4.7.0

(From OE-Core rev: d7fb40db5ae6c7976c37273a0c94cbf8760fbaac)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
