<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools, branch v22.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>Merge pull request #597 from benjaoming/patch-1</title>
<updated>2016-06-03T13:49:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-03T13:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=58b12d13d13e62fbe08ad47d10ed9e5cc6b11f25'/>
<id>58b12d13d13e62fbe08ad47d10ed9e5cc6b11f25</id>
<content type='text'>
Ensure package name isn't unicode in Python2 distutils</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure package name isn't unicode in Python2 distutils</pre>
</div>
</content>
</entry>
<entry>
<title>Extract context manager for project_on_sys_path in test command</title>
<updated>2016-06-03T13:10:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-03T13:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e72668091ee1b8e4358a84260ac0cf0ea06b4dea'/>
<id>e72668091ee1b8e4358a84260ac0cf0ea06b4dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing #190 following proposal by @jaraco</title>
<updated>2016-06-02T10:01:54+00:00</updated>
<author>
<name>Benjamin Bach</name>
<email>benjaoming@gmail.com</email>
</author>
<published>2016-06-02T09:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=11d5bb9e47754f0f4ded5379450e83e29d3661fb'/>
<id>11d5bb9e47754f0f4ded5379450e83e29d3661fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use newer string formatting for rendering user agent. Re-use __version__ from main package.</title>
<updated>2016-06-01T13:06:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-01T13:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e53e6ea4b46eb0a746fc1549be5ba90c0d3bc7dc'/>
<id>e53e6ea4b46eb0a746fc1549be5ba90c0d3bc7dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move setuptools to beginning of user-agent header. Fixes #598.</title>
<updated>2016-06-01T12:59:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-01T12:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=094a51dd604d96656ab68f0f64e3169ceebab59c'/>
<id>094a51dd604d96656ab68f0f64e3169ceebab59c</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 for build_multipart</title>
<updated>2016-06-01T02:35:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-01T02:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f0a0f6f4ac7bbe405d29c9312956ce973b3e4be0'/>
<id>f0a0f6f4ac7bbe405d29c9312956ce973b3e4be0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return content type in _build_multipart</title>
<updated>2016-06-01T02:26:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-01T02:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1f1601d16b93b12451363b46b4b0725300f9b21b'/>
<id>1f1601d16b93b12451363b46b4b0725300f9b21b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace _build_parts with map and flatten.</title>
<updated>2016-06-01T02:05:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-01T02:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f84edd610dbc12497a79b172312e2061979f5523'/>
<id>f84edd610dbc12497a79b172312e2061979f5523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize indent</title>
<updated>2016-06-01T01:55:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-01T01:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4b0aaa921e46afbfa2f98069ea016f80c3ab1c84'/>
<id>4b0aaa921e46afbfa2f98069ea016f80c3ab1c84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method for _build_part</title>
<updated>2016-06-01T01:55:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-01T01:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0e17685d76ce5b7f28b3396e362e3f960c912a37'/>
<id>0e17685d76ce5b7f28b3396e362e3f960c912a37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
