<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/easy_install.py, branch v41.2.0</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>Add custom deprecation warning classes</title>
<updated>2018-10-28T21:43:24+00:00</updated>
<author>
<name>Junhan Huang</name>
<email>robinhuang@172-2-0-43.lightspeed.dybhfl.sbcglobal.net</email>
</author>
<published>2018-10-27T20:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5854b0eba03dd257e30efff68f1632bdec5f0416'/>
<id>5854b0eba03dd257e30efff68f1632bdec5f0416</id>
<content type='text'>
`DeprecationWarning` is not visible by default in the latest versions of
CPython, so this switches the deprecation warnings in setuptools and
pkg_resources over to custom classes derived from `Warning` instead.

Fixes issue github issue #159

Co-authored-by: Junhan Huang &lt;robin.j.huang@gmail.com&gt;
Co-authored-by: Marton Pono &lt;marci93@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`DeprecationWarning` is not visible by default in the latest versions of
CPython, so this switches the deprecation warnings in setuptools and
pkg_resources over to custom classes derived from `Warning` instead.

Fixes issue github issue #159

Co-authored-by: Junhan Huang &lt;robin.j.huang@gmail.com&gt;
Co-authored-by: Marton Pono &lt;marci93@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop use of six.u (#1517)</title>
<updated>2018-10-23T19:35:52+00:00</updated>
<author>
<name>Thirumal Venkat</name>
<email>me@thirumal.in</email>
</author>
<published>2018-10-23T19:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8c22c3b5ac0a5a293b03b79686e53f885d71cba4'/>
<id>8c22c3b5ac0a5a293b03b79686e53f885d71cba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace redundant code with call of that code.</title>
<updated>2018-09-23T15:52:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-23T15:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=da3d5f36862b916941da87d86e13cb74c874ccec'/>
<id>da3d5f36862b916941da87d86e13cb74c874ccec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use stacklevel=2 to better reveal usage of deprecated calls.</title>
<updated>2018-09-23T15:48:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-23T15:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8c355d7c2f20feaf85c2ee5a96e993826e62bbd4'/>
<id>8c355d7c2f20feaf85c2ee5a96e993826e62bbd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>trivial: Fix file permissions</title>
<updated>2018-08-19T21:12:49+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2018-07-13T14:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cf50418d36c80b35e0f791a96f0a828705ebf25f'/>
<id>cf50418d36c80b35e0f791a96f0a828705ebf25f</id>
<content type='text'>
There's no reason these should be executable.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no reason these should be executable.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support scripts with unicode content</title>
<updated>2018-08-17T13:31:56+00:00</updated>
<author>
<name>Daniele Esposti</name>
<email>daniele.esposti@gmail.com</email>
</author>
<published>2018-06-16T14:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8d887526f34f8955d7df257a24e8e8cf9f3f16de'/>
<id>8d887526f34f8955d7df257a24e8e8cf9f3f16de</id>
<content type='text'>
This also renames the _to_ascii function to better reflect its purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also renames the _to_ascii function to better reflect its purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Python 3 syntax for new-style clasess</title>
<updated>2018-06-03T13:50:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-06-03T13:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cca86c7f1d4040834c3265ccecdd9e21b4036df5'/>
<id>cca86c7f1d4040834c3265ccecdd9e21b4036df5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant Python 3.1 code</title>
<updated>2018-05-24T18:32:31+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-04-26T15:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ca7aa27ceb9370dabbca21b55d6410bb1101f8f0'/>
<id>ca7aa27ceb9370dabbca21b55d6410bb1101f8f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all pypi.python.org URLs to pypi.org</title>
<updated>2018-04-26T14:00:01+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-04-26T13:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=06736eec5894df69dc267876cf78381804df3ada'/>
<id>06736eec5894df69dc267876cf78381804df3ada</id>
<content type='text'>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dry-run handling</title>
<updated>2018-01-25T07:49:03+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-01-25T07:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4d38fb9841d25c6bd5779824a16975ed9ab421b2'/>
<id>4d38fb9841d25c6bd5779824a16975ed9ab421b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
