<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools, branch 19.1</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Bumped to 19.1 in preparation for next release.</title>
<updated>2015-12-16T00:49:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-16T00:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=627d4b47c20ca79cd3ce1bb99d1b54ccf457a561'/>
<id>627d4b47c20ca79cd3ce1bb99d1b54ccf457a561</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 19.0 in preparation for next release.</title>
<updated>2015-12-16T00:47:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-16T00:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4765b89927b56b4ae8758b18d8cdd822d9007dae'/>
<id>4765b89927b56b4ae8758b18d8cdd822d9007dae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. Interpolated values are no longer supported. Since backward compatibility could not be retained in either case, prefer the simpler, more direct format. Ref #442.</title>
<updated>2015-12-14T10:38:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-14T10:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=fbcbb51009bc76df9f2c66547439474799b9ab15'/>
<id>fbcbb51009bc76df9f2c66547439474799b9ab15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SafeConfigParser in PyPIConfig file. Allows percent signs to be specified using two percent signs. Fixes #442.</title>
<updated>2015-12-14T10:31:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-14T10:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=80adba1cb4b07f6d182c907b5c5f796eb7b6b93d'/>
<id>80adba1cb4b07f6d182c907b5c5f796eb7b6b93d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the modern name for the configparser module</title>
<updated>2015-12-14T09:55:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-14T09:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ca4321bb5833e2daa7bee1a32a3dee37cb49f012'/>
<id>ca4321bb5833e2daa7bee1a32a3dee37cb49f012</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 capturing InterpolationSyntaxError on Python 3. Ref #442</title>
<updated>2015-12-14T09:51:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-14T09:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=477fef2d71db14b82d74ea73f4f90e02876d1967'/>
<id>477fef2d71db14b82d74ea73f4f90e02876d1967</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 capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2</title>
<updated>2015-12-14T09:48:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-14T09:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2f0e172bdab76b0c972b5d1480bcccc88f63c7ec'/>
<id>2f0e172bdab76b0c972b5d1480bcccc88f63c7ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer setdefault to hasattr/setattr</title>
<updated>2015-12-14T09:12:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-14T09:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5eafe7644d18eddd77a5573ecc30b4c98efbb2c6'/>
<id>5eafe7644d18eddd77a5573ecc30b4c98efbb2c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 18.8.2 in preparation for next release.</title>
<updated>2015-12-13T16:58:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-13T16:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=17d7ac38c0570bee51f3f202138d522a4cdf5669'/>
<id>17d7ac38c0570bee51f3f202138d522a4cdf5669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 18.8.1 in preparation for next release.</title>
<updated>2015-12-13T16:57:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-13T16:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=fa91749d1272c8a00c0c779a4ae9969ff277ee45'/>
<id>fa91749d1272c8a00c0c779a4ae9969ff277ee45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
