<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/tests/test_wheelfile.py, branch python-logging</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>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>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>Revert "Include directory entries when building wheel (#289)"</title>
<updated>2019-05-11T21:27:58+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-11T21:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=46b045676c70b282365fa86082be9206de4adaf0'/>
<id>46b045676c70b282365fa86082be9206de4adaf0</id>
<content type='text'>
This reverts commit 369b1eeb. Fixes #294.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 369b1eeb. Fixes #294.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include directory entries when building wheel (#289)</title>
<updated>2019-04-28T14:14:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-04-28T14:14: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=369b1eeb05f1ce55363afd80edda446a4155d952'/>
<id>369b1eeb05f1ce55363afd80edda446a4155d952</id>
<content type='text'>
Fixes #287.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #287.</pre>
</div>
</content>
</entry>
<entry>
<title>Skip attributes test on Windows</title>
<updated>2019-02-12T06:58:33+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-02-11T22:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=933a8920d3ac8773da10294bc28e3a0cd4e2e651'/>
<id>933a8920d3ac8773da10294bc28e3a0cd4e2e651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test warnings on Python 2</title>
<updated>2019-02-11T21:58:46+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-02-11T21:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=97b48ef812c4d326847e947c64583c185403445b'/>
<id>97b48ef812c4d326847e947c64583c185403445b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write the RECORD file as CSV (#281)</title>
<updated>2019-02-10T09:30:47+00:00</updated>
<author>
<name>Paul Moore</name>
<email>p.f.moore@gmail.com</email>
</author>
<published>2019-02-10T09:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=64e089fd175e38e0ea77975131384960c6f2223d'/>
<id>64e089fd175e38e0ea77975131384960c6f2223d</id>
<content type='text'>
Fixes #280.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #280.</pre>
</div>
</content>
</entry>
</feed>
