<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setup.py, branch 9.0.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Remove setup_requirements writer from metadata. Fixes #314.</title>
<updated>2014-12-28T20:05:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-28T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9c24e096d0a4b1a50148e2373a3fc18fa41eb69d'/>
<id>9c24e096d0a4b1a50148e2373a3fc18fa41eb69d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #106 from Richard Ipsum.</title>
<updated>2014-12-26T18:32:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-26T18:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=60a43d153f2d250435107da45e2daa7441b4eb09'/>
<id>60a43d153f2d250435107da45e2daa7441b4eb09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved pkg_resources into its own package.</title>
<updated>2014-12-24T21:51:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-24T21:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=79a0c55d8c09d3fdd68157faa8658ecd85aa5d45'/>
<id>79a0c55d8c09d3fdd68157faa8658ecd85aa5d45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make egg_info command write out setup requirements</title>
<updated>2014-11-03T14:06:44+00:00</updated>
<author>
<name>Richard Ipsum</name>
<email>richard.ipsum@codethink.co.uk</email>
</author>
<published>2014-11-03T14:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b4a0c62c24f332dc0b7849f8e4b6675552d1203c'/>
<id>b4a0c62c24f332dc0b7849f8e4b6675552d1203c</id>
<content type='text'>
This commit makes the egg_info command write out setup requirements as well
as install requirements, setup requirements are written to a
setup_requires.txt file.

The commit adds a new function write_setup_requirements which uses the
existing _write_requirements function to write setup requirements out to a file
and adds a new entry point to the egg_info.writers group.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit makes the egg_info command write out setup requirements as well
as install requirements, setup requirements are written to a
setup_requires.txt file.

The commit adds a new function write_setup_requirements which uses the
existing _write_requirements function to write setup requirements out to a file
and adds a new entry point to the egg_info.writers group.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo; ref #239.</title>
<updated>2014-08-10T23:50:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-10T23:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b95f4114a81284d6c286eadd799032277c38f6f9'/>
<id>b95f4114a81284d6c286eadd799032277c38f6f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include setup_requires directive in Distribution attributes and metadata. Fixes #239.</title>
<updated>2014-08-10T18:06:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-10T18:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=50cd15aef3a657ee9cf86326e18e3bc2919b4cf6'/>
<id>50cd15aef3a657ee9cf86326e18e3bc2919b4cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>necessary to explicitly invoke 'iter' in Python 2</title>
<updated>2014-06-15T16:46:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-15T16:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=35e1b62fafef75e9ea9ff12b3953b61a8d197a87'/>
<id>35e1b62fafef75e9ea9ff12b3953b61a8d197a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use iterables to determine the best filename to use for changes.</title>
<updated>2014-06-15T16:43:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-15T16:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8ddfbc2a194b35a39427e18381b0f63d4323e9a0'/>
<id>8ddfbc2a194b35a39427e18381b0f63d4323e9a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use io.open for changes file as well to support UTF-8 encoding.</title>
<updated>2014-06-15T16:40:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-15T16:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=184e94ebbb8324496fdfd3510aa5767028586736'/>
<id>184e94ebbb8324496fdfd3510aa5767028586736</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the script template files - fixes #220</title>
<updated>2014-06-15T01:19:04+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2014-06-15T01:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cfd9d789d301f3c1d74afe5a63e6c872ecefede0'/>
<id>cfd9d789d301f3c1d74afe5a63e6c872ecefede0</id>
<content type='text'>
The rename of the script template files to be .tmpl put them
into the realm of package data, rather than python files that
would be bundled automatically. Include them specifically in
package data so that they'll actually be installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rename of the script template files to be .tmpl put them
into the realm of package data, rather than python files that
would be bundled automatically. Include them specifically in
package data so that they'll actually be installed.
</pre>
</div>
</content>
</entry>
</feed>
