<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/docs, branch bugfix/344-explicit-setuptools</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 building the documentation</title>
<updated>2020-02-29T13:18:19+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-02-29T13:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=6da376ede809a03c9c5e5da1c20875b58bd677a4'/>
<id>6da376ede809a03c9c5e5da1c20875b58bd677a4</id>
<content type='text'>
Fixes #341.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #341.
</pre>
</div>
</content>
</entry>
<entry>
<title>Created a new release</title>
<updated>2020-01-30T22:20:12+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-30T21:56: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=0036f80513457a95a309c81d8a63f113b52dbafa'/>
<id>0036f80513457a95a309c81d8a63f113b52dbafa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed installing from sdist in some non-UTF8 environments</title>
<updated>2020-01-28T15:00:29+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-28T14:59: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=06ec444630f68a754496f4f766ed9dbd6252d3d2'/>
<id>06ec444630f68a754496f4f766ed9dbd6252d3d2</id>
<content type='text'>
Fixes #331.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #331.
</pre>
</div>
</content>
</entry>
<entry>
<title>Created a new release</title>
<updated>2020-01-27T20:17:08+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-27T20:17: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=43078c409ebe9b7d5d70c2476fcb82055e8f0b97'/>
<id>43078c409ebe9b7d5d70c2476fcb82055e8f0b97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed installation from sdist (#334)</title>
<updated>2020-01-27T20:11:57+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-27T20:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=510a531af1415638ef5f0b9f443762dec62ed4fe'/>
<id>510a531af1415638ef5f0b9f443762dec62ed4fe</id>
<content type='text'>
Wheel cannot use pep517 yet because the installation process involves installing wheel because the setuptools build backend declares it as a dependency for building wheels. A future update of pip may solve this problem.

Setuptools_scm, on the other hand, requires wheel as a build time dependency so if somebody tries to install wheel using `--no-binary=:all:`, it also creates a circular dependency.

Fixes #332.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wheel cannot use pep517 yet because the installation process involves installing wheel because the setuptools build backend declares it as a dependency for building wheels. A future update of pip may solve this problem.

Setuptools_scm, on the other hand, requires wheel as a build time dependency so if somebody tries to install wheel using `--no-binary=:all:`, it also creates a circular dependency.

Fixes #332.</pre>
</div>
</content>
</entry>
<entry>
<title>Created a new release</title>
<updated>2020-01-27T07:53:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-27T07:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=8f468d3676d121786715e7fdbd1dab3168b864e7'/>
<id>8f468d3676d121786715e7fdbd1dab3168b864e7</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 --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>Use the existing build tag in wheel pack unless overridden</title>
<updated>2020-01-26T13:29:03+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-26T13:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=e47da52e18c4a9473183ea95fb6d006bc831e806'/>
<id>e47da52e18c4a9473183ea95fb6d006bc831e806</id>
<content type='text'>
Closes #323. Fixes #322.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #323. Fixes #322.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed specialized PyPy tag generation</title>
<updated>2020-01-22T10:37:39+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-22T09:20:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=244d9c2efaf55bf07f450df59d305b56c178738a'/>
<id>244d9c2efaf55bf07f450df59d305b56c178738a</id>
<content type='text'>
Fixes #328.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #328.
</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>
</feed>
