<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools, branch v40.7.2</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Ensure a specified port in package_index isn't lost in the parse/unparse of the URL when auth is present. Fixes #1663.</title>
<updated>2019-02-01T01:46:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-01T01:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=260bbe545e15ea75782c540c421da6c0a67abfd5'/>
<id>260bbe545e15ea75782c540c421da6c0a67abfd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer native strings on Python 2 when reading config files. Fixes #1653.</title>
<updated>2019-01-28T23:09:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-28T22:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9150b6b7272130f11a71190905e6bd3db31afd81'/>
<id>9150b6b7272130f11a71190905e6bd3db31afd81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add a simple regression test for `build_ext`</title>
<updated>2019-01-28T23:04:29+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-01-28T21:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f7447817b65c12dfe508249cea019c41ce0dc23f'/>
<id>f7447817b65c12dfe508249cea019c41ce0dc23f</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 #1180 from benoit-pierre/fix_889_and_non-ascii_in_setup.cfg_take_2</title>
<updated>2019-01-27T14:11:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T14:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b31997dbcd935ded39868b42d765830ad6e29808'/>
<id>b31997dbcd935ded39868b42d765830ad6e29808</id>
<content type='text'>
improve encoding handling for `setup.cfg`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve encoding handling for `setup.cfg`</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test failure by better detecting string options from an updated ConfigParser.</title>
<updated>2019-01-27T02:48:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T02:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=249f24a1f04ce390a9e48a4d8a5bff7982714c86'/>
<id>249f24a1f04ce390a9e48a4d8a5bff7982714c86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adopt distutils.dist.Distribution._set_command_options to support better string detection.</title>
<updated>2019-01-27T02:45:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T02:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b1615d12435289c21853be2f4f40e523317998da'/>
<id>b1615d12435289c21853be2f4f40e523317998da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-27T01:34:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T01:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5cd86987530892bfb01f68ad5f1a2b997a3d01e7'/>
<id>5cd86987530892bfb01f68ad5f1a2b997a3d01e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Given that the config file parsing functionality is unlikely to change upstream, just incorporate the functionality directly.</title>
<updated>2019-01-25T21:11:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-25T21:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=24be5abd4cbd9d84537c457456f841522d626e14'/>
<id>24be5abd4cbd9d84537c457456f841522d626e14</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 fix_889_and_non-ascii_in_setup.cfg_take_2</title>
<updated>2019-01-25T20:49:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-25T20:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=992aa3dfba57de594544b8df6f8adb5e8d451ab2'/>
<id>992aa3dfba57de594544b8df6f8adb5e8d451ab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-08T19:42:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-08T19:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f8ff0d0d4657d5f6a638fb90f0d518bd2768aa7b'/>
<id>f8ff0d0d4657d5f6a638fb90f0d518bd2768aa7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
