<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/dist.py, branch 5.0.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Use a variable for less busy syntax</title>
<updated>2014-06-01T20:14:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-01T20:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=11b6828342b5f34bc593d49b0b13dc23a2eb7a2d'/>
<id>11b6828342b5f34bc593d49b0b13dc23a2eb7a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generalize fix for issue #197 from 1cd816bb7c933eecd9d8464e054b21c7d5daf2df</title>
<updated>2014-05-12T16:57:50+00:00</updated>
<author>
<name>Jurko Gospodnetić</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2014-05-12T16:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=40232ffa1983be8149a68cb969f28b92200204b6'/>
<id>40232ffa1983be8149a68cb969f28b92200204b6</id>
<content type='text'>
Now the same fix gets applied for Python versions [3.0 - 3.2.2&gt; instead of just
3.1. The underlying distutils issue affected all those vesions and has been
fixed in the Python 3.2.2 release.

--HG--
extra : rebase_source : fe4dc458edbf83e13b275e02fb90939d9061e206
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the same fix gets applied for Python versions [3.0 - 3.2.2&gt; instead of just
3.1. The underlying distutils issue affected all those vesions and has been
fixed in the Python 3.2.2 release.

--HG--
extra : rebase_source : fe4dc458edbf83e13b275e02fb90939d9061e206
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PY3 and PY2 throughout</title>
<updated>2014-05-17T16:25:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-17T16:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8567ca65adbf927a0af5c9b7314688dfbc46ab66'/>
<id>8567ca65adbf927a0af5c9b7314688dfbc46ab66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey-patch the write_pkg_info method on Python 3.1 DistributionMetadata. Fixes #197</title>
<updated>2014-05-03T15:46:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-03T15:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=36addf1ea62cde1ab5884f91e18ac4d1954529cc'/>
<id>36addf1ea62cde1ab5884f91e18ac4d1954529cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 and re-opens #65.</title>
<updated>2014-03-08T13:24:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-08T13:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e4460fad043f4fa0edc7b7e1eef0b209f4588fe5'/>
<id>e4460fad043f4fa0edc7b7e1eef0b209f4588fe5</id>
<content type='text'>
--HG--
extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed Features functionality. Fixes #65.</title>
<updated>2014-02-09T22:17:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-09T22:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fbf26248da1664d103df596bcbf11acfd638516f'/>
<id>fbf26248da1664d103df596bcbf11acfd638516f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for Distribute #323, so this backout restores that fix and also Fixes #141.</title>
<updated>2014-01-27T16:02:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-01-27T16:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2c66805878d8f2b46241d8944e8b5af20eeeb9e1'/>
<id>2c66805878d8f2b46241d8944e8b5af20eeeb9e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python 3 failure when constructing an egg_fetcher. Fixes #131.</title>
<updated>2014-01-05T17:31:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-01-05T17:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=818e80e00093764b261ac4c2595aedb9f194cf0d'/>
<id>818e80e00093764b261ac4c2595aedb9f194cf0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim excess whitespace</title>
<updated>2013-08-25T18:42:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-08-25T18:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2ec8add337856baa2fba48b161ef380d5d007a02'/>
<id>2ec8add337856baa2fba48b161ef380d5d007a02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports</title>
<updated>2013-08-25T18:40:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-08-25T18:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=aece98c7d09ab1107ad77d2d4bfbec8d91fca127'/>
<id>aece98c7d09ab1107ad77d2d4bfbec8d91fca127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
