<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git/MANIFEST.in, 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>Added vendor.txt</title>
<updated>2021-01-04T19:44:54+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2021-01-04T19:42: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=52ec92055abc0bc1416331371ddf64abb3cfd06d'/>
<id>52ec92055abc0bc1416331371ddf64abb3cfd06d</id>
<content type='text'>
This is a requirements.txt style file intended for downstream packagers. Closes #392.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a requirements.txt style file intended for downstream packagers. Closes #392.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made sure that the sdist contains LICENSE.txt</title>
<updated>2020-12-13T12:21:00+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-12-13T12:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=cedf950bcd407e1c80515cb29c5a5c2d11d01500'/>
<id>cedf950bcd407e1c80515cb29c5a5c2d11d01500</id>
<content type='text'>
Fixes #371.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #371.
</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>Switched to setuptools_scm</title>
<updated>2020-01-22T06:40:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-22T06:01: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=9aa8480b5d2d033dbd9b634fa736d8f25150c40d'/>
<id>9aa8480b5d2d033dbd9b634fa736d8f25150c40d</id>
<content type='text'>
New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrated to the src layout</title>
<updated>2020-01-22T06:40:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2020-01-21T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=e29a5bdd0817f4068aac83edf110caf7c421f574'/>
<id>e29a5bdd0817f4068aac83edf110caf7c421f574</id>
<content type='text'>
Fixes #37.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #37.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PEP 517 support to project packaging</title>
<updated>2019-10-25T07:00:42+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-10-24T15:56: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=e4ee99f3fd0761291a202ba3dc98478740b178d8'/>
<id>e4ee99f3fd0761291a202ba3dc98478740b178d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include previously missed test files in MANIFEST.in</title>
<updated>2019-10-25T06:55:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-10-25T06:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/wheel-git.git/commit/?id=6f1c95c19414e6491e1d5a60ad04fdc87eaf3e65'/>
<id>6f1c95c19414e6491e1d5a60ad04fdc87eaf3e65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated MANIFEST.in to include several previously missing files</title>
<updated>2019-08-17T16:11:31+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-08-17T15:54: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=96ce96ec368995b04c8e1bc80b32c8b9a093b5f4'/>
<id>96ce96ec368995b04c8e1bc80b32c8b9a093b5f4</id>
<content type='text'>
Fixes #299.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #299.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add files needed for tests to source distribution.</title>
<updated>2013-11-28T10:58:23+00:00</updated>
<author>
<name>Slavek Kabrda</name>
<email>slavek.kabrda@gmail.com</email>
</author>
<published>2013-11-28T10:58: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=9d718c65fc5fc155ef6b72b930a3f3554a777d12'/>
<id>9d718c65fc5fc155ef6b72b930a3f3554a777d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test distribution</title>
<updated>2012-07-31T02:55:25+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2012-07-31T02:55: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=f89c8ab1ab60e964f3f2911a79ff295a6467ba69'/>
<id>f89c8ab1ab60e964f3f2911a79ff295a6467ba69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
