<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/tests, branch python-logging-compat</title>
<subtitle>github.com: pypa/wheel.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/'/>
<entry>
<title>Merge branch 'main' into remove-distutils</title>
<updated>2021-12-26T18:50:02+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-26T18:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=13cc63b105794ad7d014212036a0c1474546c9a4'/>
<id>13cc63b105794ad7d014212036a0c1474546c9a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminated the pkg_info module</title>
<updated>2021-12-25T12:58:07+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-25T12:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=4c87d582dd09af927ede6ff9b86ddd745f4393e7'/>
<id>4c87d582dd09af927ede6ff9b86ddd745f4393e7</id>
<content type='text'>
The two functions previously contained within the module were inline to the only places where they were used.
We also now assume PKG-INFO is UTF-8 encoded, as distutils has done since 2012.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The two functions previously contained within the module were inline to the only places where they were used.
We also now assume PKG-INFO is UTF-8 encoded, as distutils has done since 2012.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminated more py2 compatibility code</title>
<updated>2021-12-24T21:00:52+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-24T20:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=0c061c3b3478ae2ebefa178fbf7624860eb231e9'/>
<id>0c061c3b3478ae2ebefa178fbf7624860eb231e9</id>
<content type='text'>
- Got rid of as_bytes(), as_unicode() and native()
- Eliminated the py2 code path in _update_crc()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Got rid of as_bytes(), as_unicode() and native()
- Eliminated the py2 code path in _update_crc()
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed detection of 32-bit Python on 64-bit OS</title>
<updated>2021-12-24T19:59:48+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-24T19:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=7d898b7bc57ec822d17eabf4b05f1d3098a13aab'/>
<id>7d898b7bc57ec822d17eabf4b05f1d3098a13aab</id>
<content type='text'>
The sysconfig.get_platform() and distutils.util.get_platform() functions return "linux-x64_64", not "linux_x64_64" which the previous code and tests assumed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sysconfig.get_platform() and distutils.util.get_platform() functions return "linux-x64_64", not "linux_x64_64" which the previous code and tests assumed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced distutils with setuptools</title>
<updated>2021-12-24T19:56:43+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-24T19:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=55dfd587ed6182b8af224906a467dbd3f7ae1433'/>
<id>55dfd587ed6182b8af224906a467dbd3f7ae1433</id>
<content type='text'>
Distutils has been deprecated and will be removed in Python 3.12.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Distutils has been deprecated and will be removed in Python 3.12.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adopted isort and applied it to the codebase</title>
<updated>2021-12-23T23:55:42+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-23T23:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=bf15b29ee2fabfe8b720413be5bb929d5814cc97'/>
<id>bf15b29ee2fabfe8b720413be5bb929d5814cc97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adopted black and reformatted the codebase to match</title>
<updated>2021-12-23T23:45:01+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-23T23:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=5eb690c72ea59bc0f8a2fa34d3993ebe3dbe0d38'/>
<id>5eb690c72ea59bc0f8a2fa34d3993ebe3dbe0d38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgraded to py3.7+ syntax</title>
<updated>2021-12-22T14:30:41+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-22T14:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=fa4de8bd7dce1611be217ade3aade0bd8c76ca7a'/>
<id>fa4de8bd7dce1611be217ade3aade0bd8c76ca7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped support for unmaintained Python versions</title>
<updated>2021-12-22T13:37:46+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-22T13:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=2fae593de291a9963f932ffe0e18241b9f95e5c8'/>
<id>2fae593de291a9963f932ffe0e18241b9f95e5c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support unpacking wheels that contain files with commas in their names (#427)</title>
<updated>2021-12-22T10:13:50+00:00</updated>
<author>
<name>Hood Chatham</name>
<email>roberthoodchatham@gmail.com</email>
</author>
<published>2021-12-22T10:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=5846dacf8d4d48ad9278ded327cbb5f0917a238b'/>
<id>5846dacf8d4d48ad9278ded327cbb5f0917a238b</id>
<content type='text'>
The csv module is now being used to read RECORD.

Co-authored-by: Alex Grönholm &lt;alex.gronholm@nextday.fi&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The csv module is now being used to read RECORD.

Co-authored-by: Alex Grönholm &lt;alex.gronholm@nextday.fi&gt;</pre>
</div>
</content>
</entry>
</feed>
