<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setup.py, branch 5.0.2</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<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='https://git.replicant.us/replicant-next/external_python_setuptools/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>
<entry>
<title>Change the project URL to BitBucket rather than PyPI</title>
<updated>2014-05-25T13:17:44+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2014-05-25T13:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2'/>
<id>d1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2</id>
<content type='text'>
Currently, the project metadata on PyPI doesn't provide an easy way to navigate to the BitBucket repo. This change replaces the current self-link back to PyPI with the appropriate link to BitBucket.

--HG--
branch : ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the project metadata on PyPI doesn't provide an easy way to navigate to the BitBucket repo. This change replaces the current self-link back to PyPI with the appropriate link to BitBucket.

--HG--
branch : ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize whitespace</title>
<updated>2014-05-23T12:12:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-23T12:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=467ea50e19e47b0c46a842da0f7faf2bd8e8d714'/>
<id>467ea50e19e47b0c46a842da0f7faf2bd8e8d714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.</title>
<updated>2014-03-28T22:12:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-28T22:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8b714dc7a9b2b74c67cd36d29e70d46fcc7f0773'/>
<id>8b714dc7a9b2b74c67cd36d29e70d46fcc7f0773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for running tests via pytest-runner.</title>
<updated>2014-03-23T22:30:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-23T22:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1cd424b6952d4495ead86c27abcf6d1f0cd3631f'/>
<id>1cd424b6952d4495ead86c27abcf6d1f0cd3631f</id>
<content type='text'>
--HG--
extra : amend_source : d60530fbb3e3cc3455abae8e5100f85f697f3dac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : d60530fbb3e3cc3455abae8e5100f85f697f3dac
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable commented code (requiring ssl extra for tests).</title>
<updated>2014-03-23T22:24:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-23T22:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8d070ba63c77512f7a8f807a52a36f5004dfb570'/>
<id>8d070ba63c77512f7a8f807a52a36f5004dfb570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset: 78c8cfbe3e10</title>
<updated>2014-03-22T14:07:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-22T14:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5143389a680ebc281e34f0aa9c52ced3c79824c9'/>
<id>5143389a680ebc281e34f0aa9c52ced3c79824c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a context manager instead of calling _test.run in multiple places. Alleviates need to warn about Exceptions</title>
<updated>2014-03-16T10:31:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T10:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=70bbc5c7a66df8a8cfb3c0fa4e90644da530a78b'/>
<id>70bbc5c7a66df8a8cfb3c0fa4e90644da530a78b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use binary mode to save/restore entry_points - no need to mutate newlines</title>
<updated>2014-03-16T10:26:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T10:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d68b390410c2f3ee0d3e47c95fe556cd29cb3c78'/>
<id>d68b390410c2f3ee0d3e47c95fe556cd29cb3c78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools setup.py to work with setuptools 4.0</title>
<updated>2014-03-16T10:05:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T10:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3940c139f3082bef33c52cec4a8a0f6484bef202'/>
<id>3940c139f3082bef33c52cec4a8a0f6484bef202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
