<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/dist.py, branch v38.2.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Disallow unordered sequences for specifying install_requires. Fixes #458.</title>
<updated>2017-11-25T14:45:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-25T14:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f012485e4767f3be81493c93ad534a02c6f14f14'/>
<id>f012485e4767f3be81493c93ad534a02c6f14f14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support `setup_requires` in setup.cfg</title>
<updated>2017-10-16T19:09:12+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-09-14T20:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=472c79f95cc41a3e85d6b212347d6b006c9c3c26'/>
<id>472c79f95cc41a3e85d6b212347d6b006c9c3c26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into pr1127</title>
<updated>2017-09-03T17:33:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-09-03T17:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=45bc4b99137a4f7a627439239a193d89ff6cfee9'/>
<id>45bc4b99137a4f7a627439239a193d89ff6cfee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new long_description_content_type kwarg</title>
<updated>2017-08-28T17:32:11+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-07-30T15:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4fc60ed1e47f725a833dd63656ceec981a58e1a0'/>
<id>4fc60ed1e47f725a833dd63656ceec981a58e1a0</id>
<content type='text'>
This is used to populate the new `Description-Content-Type` field.

`Description-Content-Type` is described at
https://github.com/pypa/python-packaging-user-guide/pull/258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used to populate the new `Description-Content-Type` field.

`Description-Content-Type` is described at
https://github.com/pypa/python-packaging-user-guide/pull/258
</pre>
</div>
</content>
</entry>
<entry>
<title>workaround easy_install bug</title>
<updated>2017-08-05T18:58:20+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-08-05T16:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e5461b6ccc57596c7e9cf7837084f8a20eeec9b7'/>
<id>e5461b6ccc57596c7e9cf7837084f8a20eeec9b7</id>
<content type='text'>
Don't reuse `easy_install` command in `Distribution.fetch_build_egg` implementation.

Fix #196.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't reuse `easy_install` command in `Distribution.fetch_build_egg` implementation.

Fix #196.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix requires handling when using setup.cfg</title>
<updated>2017-08-01T22:06:13+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-26T23:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=096f3287314549ac423f1c1c443f8aefa0b64b4f'/>
<id>096f3287314549ac423f1c1c443f8aefa0b64b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not strip empty sections in `extras_require`</title>
<updated>2017-07-25T19:08:54+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-25T18:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a82fd99f671e6bbcfd753196862d891c0d32d82c'/>
<id>a82fd99f671e6bbcfd753196862d891c0d32d82c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/pypa/setuptools</title>
<updated>2017-07-24T13:45:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-07-24T13:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f37253f882627eb89b449a6a734244b26954b9f1'/>
<id>f37253f882627eb89b449a6a734244b26954b9f1</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 capturing the 'suffix' for a marker.</title>
<updated>2017-07-23T20:14:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-07-23T20:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a440f728c0066f284e0d2246026264c7166a8bf5'/>
<id>a440f728c0066f284e0d2246026264c7166a8bf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix `install_requires` handling of extras"</title>
<updated>2017-07-23T20:14:47+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-23T20:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=880774ac34e43c832f52d64923c670f59b54f07e'/>
<id>880774ac34e43c832f52d64923c670f59b54f07e</id>
<content type='text'>
This reverts commit a3ec721ec1e70f1f7aec6c3349ad85b446410809.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a3ec721ec1e70f1f7aec6c3349ad85b446410809.
</pre>
</div>
</content>
</entry>
</feed>
