<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/tests/test_bdist_wheel.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>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>Fixed CRLF being used when generating WHEEL files on Windows (#383)</title>
<updated>2020-11-29T11:57:04+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-11-29T11:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=b3ae92cfea824fcc29b4153e7c7025463199adde'/>
<id>b3ae92cfea824fcc29b4153e7c7025463199adde</id>
<content type='text'>
Fixes #378.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #378.</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore files terminating in ~. (#347)</title>
<updated>2020-03-24T11:45:08+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-03-24T11:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=b74eeb72ea09f70076ba72779a7a331f8e009708'/>
<id>b74eeb72ea09f70076ba72779a7a331f8e009708</id>
<content type='text'>
This is Unix's most common pattern for backup files. They are often
present, but I can't think of a good reason for them to be distributed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is Unix's most common pattern for backup files. They are often
present, but I can't think of a good reason for them to be distributed.</pre>
</div>
</content>
</entry>
<entry>
<title>Added the --compression option to bdist_wheel (#316)</title>
<updated>2020-01-26T21:10:20+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-26T21:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=b2bee507b8aa0695644be9037064855502cea296'/>
<id>b2bee507b8aa0695644be9037064855502cea296</id>
<content type='text'>
Fixes #313.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #313.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bdist_wheel failing on a read-only source tree</title>
<updated>2020-01-22T07:38:11+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-22T07:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=41fcf3439fa8d0aa2340e27fd754661df66a5d9a'/>
<id>41fcf3439fa8d0aa2340e27fd754661df66a5d9a</id>
<content type='text'>
Fixes #327.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #327.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skipped the limited ABI test on Python 2</title>
<updated>2020-01-21T21:17:45+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-21T21:07: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=dc85e20769f91d267a0cf528f7ac592613d3536b'/>
<id>dc85e20769f91d267a0cf528f7ac592613d3536b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip unicode dist and related test on Python &lt; 3.6</title>
<updated>2020-01-21T21:17:45+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-07T20:04: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=7aee5e88c50e6f4f1225013f2a844ba0f3dc5d47'/>
<id>7aee5e88c50e6f4f1225013f2a844ba0f3dc5d47</id>
<content type='text'>
Due to encoding issues, this ends up failing in certain cases and there is nothing wheel can do about it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to encoding issues, this ends up failing in certain cases and there is nothing wheel can do about it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed building binary wheels against the limited ABI</title>
<updated>2019-08-18T09:42:12+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-08-18T09:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=d799ca32f447631a2099db0d3623f341eb04f8a0'/>
<id>d799ca32f447631a2099db0d3623f341eb04f8a0</id>
<content type='text'>
Fixes #305.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #305.
</pre>
</div>
</content>
</entry>
</feed>
