<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools, branch 12.3</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Delete some dead code.</title>
<updated>2015-02-18T20:09:01+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2015-02-18T20:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b16a6dd269e4fd283a78834c7f379c977aad0f6e'/>
<id>b16a6dd269e4fd283a78834c7f379c977aad0f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setuptools.command.easy_install.extract_wininst_cfg() with Python 2.6 and 2.7.</title>
<updated>2015-02-18T19:42:49+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2015-02-18T19:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=47cbdc5228ca5a730518f1cca83df283c54f7249'/>
<id>47cbdc5228ca5a730518f1cca83df283c54f7249</id>
<content type='text'>
It was broken since commit 3bbd42903af8, which changed chr(0) (which is '\x00') into bytes([0]).
bytes([0]) is '[0]' in Python 2.6 and 2.7 and b'\x00' in Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was broken since commit 3bbd42903af8, which changed chr(0) (which is '\x00') into bytes([0]).
bytes([0]) is '[0]' in Python 2.6 and 2.7 and b'\x00' in Python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 12.3 in preparation for next release.</title>
<updated>2015-02-16T15:25:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-16T15:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=582d31e08ea15893f98deddfaa476cd294f1b5db'/>
<id>582d31e08ea15893f98deddfaa476cd294f1b5db</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 12.2 in preparation for next release.</title>
<updated>2015-02-11T01:17:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-11T01:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5d2f77f308c8ccc89be855994da1b7503b5a4294'/>
<id>5d2f77f308c8ccc89be855994da1b7503b5a4294</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 12.1 in preparation for next release.</title>
<updated>2015-02-11T01:15:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-11T01:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f12a54d83140cb65a7a0098eeb20e469ce7fb5b5'/>
<id>f12a54d83140cb65a7a0098eeb20e469ce7fb5b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in minrk/setuptools/no-normalize-warning (pull request #118)</title>
<updated>2015-02-11T01:08:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-11T01:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f588b5f18d7530c5da3985a1cc4f978dfc90f255'/>
<id>f588b5f18d7530c5da3985a1cc4f978dfc90f255</id>
<content type='text'>
remove warning on normalization
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove warning on normalization
</pre>
</div>
</content>
</entry>
<entry>
<title>soften normalized version warning</title>
<updated>2015-02-05T20:11:23+00:00</updated>
<author>
<name>MinRK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2015-02-05T20:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=88f62bfe62531bed69f871425d21d8c4e3203ecf'/>
<id>88f62bfe62531bed69f871425d21d8c4e3203ecf</id>
<content type='text'>
indicate that normalization is happening, but don't be pushy about changing valid versions.

--HG--
branch : no-normalize-warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indicate that normalization is happening, but don't be pushy about changing valid versions.

--HG--
branch : no-normalize-warning
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-use context available in sandbox.</title>
<updated>2015-02-03T18:28:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-03T18:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=492758aff46622fb93845f96b9062dab029064f4'/>
<id>492758aff46622fb93845f96b9062dab029064f4</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 12.0.6 in preparation for next release.</title>
<updated>2015-01-26T13:35:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-26T13:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f5098c20ae773bff28ac809a6dea9459f24a27dc'/>
<id>f5098c20ae773bff28ac809a6dea9459f24a27dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reference the proper attribute. Fixes #339.</title>
<updated>2015-01-26T13:32:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-26T13:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7824a2b4c6c53615feb18ff558a8a60b44e8fd41'/>
<id>7824a2b4c6c53615feb18ff558a8a60b44e8fd41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
