<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/setup.py, branch 0.33.5</title>
<subtitle>github.com: pypa/wheel.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/'/>
<entry>
<title>Added support for Python 3.8</title>
<updated>2019-08-16T16:58:46+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-08-16T16:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=83a63bd3b2e85ce574dd057eefb4927775b938e6'/>
<id>83a63bd3b2e85ce574dd057eefb4927775b938e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always close files in setup.py (#271)</title>
<updated>2018-10-28T18:38:33+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-10-28T18:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=87152da962b370bc848ed49d165860b256e99d7c'/>
<id>87152da962b370bc848ed49d165860b256e99d7c</id>
<content type='text'>
When Python warnings are enabled, fixes warning of the form:

setup.py:10: ResourceWarning: unclosed file &lt;_io.TextIOWrapper name='.../README.rst' mode='r' encoding='utf8'&gt;
  README = io.open(os.path.join(here, 'README.rst'), encoding='utf8').read()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When Python warnings are enabled, fixes warning of the form:

setup.py:10: ResourceWarning: unclosed file &lt;_io.TextIOWrapper name='.../README.rst' mode='r' encoding='utf8'&gt;
  README = io.open(os.path.join(here, 'README.rst'), encoding='utf8').read()</pre>
</div>
</content>
</entry>
<entry>
<title>Added Packaging to the list of classifiers</title>
<updated>2018-07-17T12:02:50+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2018-07-14T14:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=c6aef9546c5f629e15de1fd40b841e4912ea1dd2'/>
<id>c6aef9546c5f629e15de1fd40b841e4912ea1dd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there</title>
<updated>2018-07-17T12:02:50+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2018-05-26T17:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=89492505b968f6bf9ae9cc35f88f8ecd6ce6cbf1'/>
<id>89492505b968f6bf9ae9cc35f88f8ecd6ce6cbf1</id>
<content type='text'>
The VerifyingZipFile class was also merged to the WheelFile class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The VerifyingZipFile class was also merged to the WheelFile class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed wheel signing and verifying features</title>
<updated>2018-07-17T12:02:49+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2018-05-26T17:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=d3f5918ccbb1c79e2fc42b7766626a0aa20dc438'/>
<id>d3f5918ccbb1c79e2fc42b7766626a0aa20dc438</id>
<content type='text'>
This was discussed on the distutils-sig mailing list:
https://mail.python.org/mm3/archives/list/distutils-sig@python.org/thread/MU2T6FRFNLRDEWSBJDRAFGDIFWCC6OIS/

Fixes #196.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was discussed on the distutils-sig mailing list:
https://mail.python.org/mm3/archives/list/distutils-sig@python.org/thread/MU2T6FRFNLRDEWSBJDRAFGDIFWCC6OIS/

Fixes #196.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added official Python 3.7 support</title>
<updated>2018-07-17T12:02:49+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2018-05-26T13:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=b709650ec8f2e208232c5b5be758bde6c0d660ba'/>
<id>b709650ec8f2e208232c5b5be758bde6c0d660ba</id>
<content type='text'>
Closes #243.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #243.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved links to setup.py and added a note about the lack of of public API</title>
<updated>2018-07-17T12:02:49+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2018-05-26T13:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=8869e34f8dc112272efcd6d3d54a1c981809c90c'/>
<id>8869e34f8dc112272efcd6d3d54a1c981809c90c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial changes for the documentation overhaul</title>
<updated>2018-07-17T12:02:48+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2017-10-01T19:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=ab4acb2ef1c93747b1808d15331126fa483ce7da'/>
<id>ab4acb2ef1c93747b1808d15331126fa483ce7da</id>
<content type='text'>
Fixes #122.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #122.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass python_requires argument to setuptools (#216)</title>
<updated>2018-03-31T21:53:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-03-31T21:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=6fdd6986d36578accf4ad297178c5cc1437bd7e8'/>
<id>6fdd6986d36578accf4ad297178c5cc1437bd7e8</id>
<content type='text'>
Helps pip decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helps pip decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the "tool" extras from setup.py</title>
<updated>2018-03-31T21:02:58+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2018-03-31T21:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=2a771599dbac208692948a7688d9413176559140'/>
<id>2a771599dbac208692948a7688d9413176559140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
