<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch bootstrap</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>Merge pull request #965 from idgserpro/bootstrap</title>
<updated>2017-02-09T13:40:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-09T13:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=02445451393b081e48e8e1fb0c1060f60e7f1829'/>
<id>02445451393b081e48e8e1fb0c1060f60e7f1829</id>
<content type='text'>
Deprecation message if not doing 'python ez_setup.py'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecation message if not doing 'python ez_setup.py'</pre>
</div>
</content>
</entry>
<entry>
<title>Warn deprecation at the beginning of file.</title>
<updated>2017-02-09T13:19:30+00:00</updated>
<author>
<name>idgserpro</name>
<email>idg@serpro.gov.br</email>
</author>
<published>2017-02-08T13:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6a3923e3380a8e679abe76a1356a4faebb4232b1'/>
<id>6a3923e3380a8e679abe76a1356a4faebb4232b1</id>
<content type='text'>
This way the deprecation message is shown when running 'python ez_setup.py'
or other methods (like when using 'exec' in buildout world, check
https://github.com/buildout/buildout/blob/9ba1e3170a474e6139c9a7eadd32a498c22cb3bb/bootstrap/bootstrap.py#L88
for more details).

The deprecation message was improved as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the deprecation message is shown when running 'python ez_setup.py'
or other methods (like when using 'exec' in buildout world, check
https://github.com/buildout/buildout/blob/9ba1e3170a474e6139c9a7eadd32a498c22cb3bb/bootstrap/bootstrap.py#L88
for more details).

The deprecation message was improved as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #959 from idgserpro/bootstrap</title>
<updated>2017-02-02T21:08:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-02T21:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c109b93ec8aa611867e34966a009955fe7d48183'/>
<id>c109b93ec8aa611867e34966a009955fe7d48183</id>
<content type='text'>
Refs for self upgrade/installation deprecation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs for self upgrade/installation deprecation</pre>
</div>
</content>
</entry>
<entry>
<title>Refs for self upgrade/installation deprecation</title>
<updated>2017-02-02T19:54:33+00:00</updated>
<author>
<name>idgserpro</name>
<email>idgserpro@users.noreply.github.com</email>
</author>
<published>2017-02-02T19:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=72b031f2d097b29b63b7fe023abaa5edde73a505'/>
<id>72b031f2d097b29b63b7fe023abaa5edde73a505</id>
<content type='text'>
This can save some time for people that still use ez_setup.py but don't follow setuptools development or mailing lists.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can save some time for people that still use ez_setup.py but don't follow setuptools development or mailing lists.</pre>
</div>
</content>
</entry>
<entry>
<title>Pin the bootstrap script to the latest version that supports self-install and signal that the bootstrap script is deprecated. Ref #581.</title>
<updated>2017-01-23T15:14:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-23T15:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4d90b6d75a68dc3e18a0b858c7e194955c0771db'/>
<id>4d90b6d75a68dc3e18a0b858c7e194955c0771db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fallback to UTF-8 also if no charset is specified. Fixes #898.</title>
<updated>2016-12-24T15:02:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-24T15:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=044375318681ee22638271b9fab32225ec23a3ae'/>
<id>044375318681ee22638271b9fab32225ec23a3ae</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 #842 from idgserpro/bootstrap</title>
<updated>2016-11-18T20:37:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-18T20:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0c3bf692236350f5c2c2cab5b235e9b6d3518fcb'/>
<id>0c3bf692236350f5c2c2cab5b235e9b6d3518fcb</id>
<content type='text'>
Meaningful message if corrupted setuptools.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Meaningful message if corrupted setuptools.</pre>
</div>
</content>
</entry>
<entry>
<title>Meaningful message if corrupted setuptools.</title>
<updated>2016-11-08T21:18:29+00:00</updated>
<author>
<name>idgserpro</name>
<email>idg@serpro.gov.br</email>
</author>
<published>2016-11-08T21:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=307c5445b50fa4f1759e8cc5c2b2920dce57ff0a'/>
<id>307c5445b50fa4f1759e8cc5c2b2920dce57ff0a</id>
<content type='text'>
Fixes https://github.com/pypa/setuptools/issues/563.

Is not clear in ez_setup.py that it always uses a setuptools archive if
already downloaded: although useful (and even used as a feature in
buildout-bootstrap.py), it's hard for beginners that may have a
corrupted ez_setup.py.

So we just improve the error message, even showing the full path of the
probably "corrupted" zip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/pypa/setuptools/issues/563.

Is not clear in ez_setup.py that it always uses a setuptools archive if
already downloaded: although useful (and even used as a feature in
buildout-bootstrap.py), it's hard for beginners that may have a
corrupted ez_setup.py.

So we just improve the error message, even showing the full path of the
probably "corrupted" zip.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor setuptools filename as a template and use format strings to construct it.</title>
<updated>2016-06-02T13:05:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-06-02T13:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3011dc8a2e831c47ef811a396292f854e95665ba'/>
<id>3011dc8a2e831c47ef811a396292f854e95665ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-use pypa.io for loading metadata as well. Fixes #568.</title>
<updated>2016-05-06T13:25:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-06T13:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4a40d24d412c5198d6beee2855accd0f720dd2df'/>
<id>4a40d24d412c5198d6beee2855accd0f720dd2df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
