<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/src/wheel, 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>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>Tidied up the code in the metadata module</title>
<updated>2021-12-25T13:16:23+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-25T13:16: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=13458f5a62ad783402aacc8e3923b09e6c812983'/>
<id>13458f5a62ad783402aacc8e3923b09e6c812983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminated unwarranted pkg-info workarounds</title>
<updated>2021-12-25T13:10:25+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-25T13:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=7e0235ec03c09352fff6d363eb9f41e2491866e3'/>
<id>7e0235ec03c09352fff6d363eb9f41e2491866e3</id>
<content type='text'>
We assume pkg-info is UTF-8, rendering some py2 era workarounds unnecessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We assume pkg-info is UTF-8, rendering some py2 era workarounds unnecessary.
</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>Got rid of require_pkgresources()</title>
<updated>2021-12-24T21:19:26+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-12-24T21:19: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=83eff2cd2ead5895ddbd8deb10096c85f22c8527'/>
<id>83eff2cd2ead5895ddbd8deb10096c85f22c8527</id>
<content type='text'>
Setuptools will now always be present so this is pointless. The pkg_resources module was never imported here anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setuptools will now always be present so this is pointless. The pkg_resources module was never imported here anyway.
</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>
</feed>
