<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/src/wheel/util.py, branch remove-distutils</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>Reformatted code with black</title>
<updated>2021-12-29T00:25:06+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-29T00:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=355be15fac59f7c8fb4daca4e51ba3769b6adaf8'/>
<id>355be15fac59f7c8fb4daca4e51ba3769b6adaf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure logging is configured even on older Setuptools versions.</title>
<updated>2021-12-26T21:30:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-26T21:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=16326183595beb160242e954d9c30fad0c99e526'/>
<id>16326183595beb160242e954d9c30fad0c99e526</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace bespoke logger with Python logging logger, restoring info/debug/warning levels to logged messages. Fixed missing f-string for 'wheelfile_path'.</title>
<updated>2021-12-26T21:27:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-26T21:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=2540fef72bc680a0ed92a94d73bf01cdd30044fa'/>
<id>2540fef72bc680a0ed92a94d73bf01cdd30044fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Added the first batch of type annotations</title>
<updated>2021-12-26T13:46:10+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-26T13:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=dcac1db3a6b4be9e8d1d5173970f234ee29768e4'/>
<id>dcac1db3a6b4be9e8d1d5173970f234ee29768e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 one more distutils import</title>
<updated>2021-12-24T20:20:29+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-24T20:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=ea3a53aae9f437fe4dcb031561a12add2fe6942a'/>
<id>ea3a53aae9f437fe4dcb031561a12add2fe6942a</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>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>Migrated to the src layout</title>
<updated>2020-01-22T06:40:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-21T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=e29a5bdd0817f4068aac83edf110caf7c421f574'/>
<id>e29a5bdd0817f4068aac83edf110caf7c421f574</id>
<content type='text'>
Fixes #37.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #37.
</pre>
</div>
</content>
</entry>
</feed>
