<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/tests/test_macosx_libfile.py, 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>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>Don't use default macos/arm64 deployment target in calculating the platform tag for fat binaries (#390)</title>
<updated>2020-12-13T11:02:54+00:00</updated>
<author>
<name>Ronald Oussoren</name>
<email>ronaldoussoren@mac.com</email>
</author>
<published>2020-12-13T11:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=a717e52f66a234cc49802147a6242e6342a90a81'/>
<id>a717e52f66a234cc49802147a6242e6342a90a81</id>
<content type='text'>
The system compiler in Xcode 12 will not set the deployment target for arm64 below 11.0.0
(which is the first version of macOS supporting arm64). To allow building wheels that target
an earlier version of macOS (by way of the x86_64 part of fat binaries) ignore the deployment
target in the arm64 part of fat binaries when that's 11.0.0.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The system compiler in Xcode 12 will not set the deployment target for arm64 below 11.0.0
(which is the first version of macOS supporting arm64). To allow building wheels that target
an earlier version of macOS (by way of the x86_64 part of fat binaries) ignore the deployment
target in the arm64 part of fat binaries when that's 11.0.0.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error on Big Sur when deployment target = 11 (#386)</title>
<updated>2020-12-04T10:48:08+00:00</updated>
<author>
<name>Grzegorz Bokota</name>
<email>bokota+github@gmail.com</email>
</author>
<published>2020-12-04T10:48: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=e6102e58153fa43089b920e3908eeb908170cf44'/>
<id>e6102e58153fa43089b920e3908eeb908170cf44</id>
<content type='text'>
Fixes #385.

Co-authored-by: FX Coudert &lt;fxcoudert@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #385.

Co-authored-by: FX Coudert &lt;fxcoudert@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced pep425tags with packaging (#346)</title>
<updated>2020-04-07T08:22:17+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-04-07T08:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=a51977075740fda01b2c0e983a79bfe753567219'/>
<id>a51977075740fda01b2c0e983a79bfe753567219</id>
<content type='text'>
The internal pep425tags module has been removed in favor of the "packaging" library.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The internal pep425tags module has been removed in favor of the "packaging" library.</pre>
</div>
</content>
</entry>
<entry>
<title>macosx platform tag does not support patch releases (#317)</title>
<updated>2020-01-03T19:49:51+00:00</updated>
<author>
<name>Grzegorz Bokota</name>
<email>g.bokota@cent.uw.edu.pl</email>
</author>
<published>2020-01-03T19:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=882650d0fd2fadd75f4ea7c5d6b62f15f81b398a'/>
<id>882650d0fd2fadd75f4ea7c5d6b62f15f81b398a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo 'dynlib' -&gt; 'dylib' (#320)</title>
<updated>2019-11-19T05:42:36+00:00</updated>
<author>
<name>Grzegorz Bokota</name>
<email>g.bokota@cent.uw.edu.pl</email>
</author>
<published>2019-11-19T05:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=9b416dd6b0844f017a56876a5daef5b7ec062d72'/>
<id>9b416dd6b0844f017a56876a5daef5b7ec062d72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better discovery of macos system version to determine proper platform tag (#314)</title>
<updated>2019-10-23T14:24:09+00:00</updated>
<author>
<name>Grzegorz Bokota</name>
<email>bokota+github@gmail.com</email>
</author>
<published>2019-10-23T14:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=b5733b86155c696274564e86c2a5f966f9abbebf'/>
<id>b5733b86155c696274564e86c2a5f966f9abbebf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
