<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch feature/implicit-bootstrap</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Merge branch 'master' into feature/implicit-bootstrap</title>
<updated>2020-09-04T14:22:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T14:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fc4d9828768ceebd2f9337481450c88376c013e9'/>
<id>fc4d9828768ceebd2f9337481450c88376c013e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 50.1.0 → 50.2.0</title>
<updated>2020-09-04T14:02:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T14:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=03d36b9edb53e266a0b4b836e1e3178f989a0781'/>
<id>03d36b9edb53e266a0b4b836e1e3178f989a0781</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 #2381 from pypa/bugfix/2355-keep-distutils-patched-when-pip-imported-during-build</title>
<updated>2020-09-04T13:56:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T13:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6952ae898ebfeaa9fe0d21ebd20f1a2e23ad07dc'/>
<id>6952ae898ebfeaa9fe0d21ebd20f1a2e23ad07dc</id>
<content type='text'>
When pip is imported as part of a build, leave distutils patched.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When pip is imported as part of a build, leave distutils patched.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2380 from thisch/bdist-rpm</title>
<updated>2020-09-04T13:55:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T13:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=54af685555b1ebce9a27bb95f94a58423554ec5f'/>
<id>54af685555b1ebce9a27bb95f94a58423554ec5f</id>
<content type='text'>
Reduce size of setuptools' bdist_rpm._make_spec_file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce size of setuptools' bdist_rpm._make_spec_file</pre>
</div>
</content>
</entry>
<entry>
<title>When pip is imported as part of a build, leave distutils patched. Fixes #2355.</title>
<updated>2020-09-04T13:30:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T13:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7c07fec3f02093bf048a1192473ab0736211e47e'/>
<id>7c07fec3f02093bf048a1192473ab0736211e47e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>👹 Feed the hobgoblins (delint).</title>
<updated>2020-09-04T12:59:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T12:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a60ba76395353974f5bb51ad1c117d7239ed5032'/>
<id>a60ba76395353974f5bb51ad1c117d7239ed5032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce size of setuptools' bdist_rpm._make_spec_file</title>
<updated>2020-09-04T07:39:07+00:00</updated>
<author>
<name>Thomas Hisch</name>
<email>thomas.hisch@ims.co.at</email>
</author>
<published>2020-08-30T10:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9a7710b1ef1bef6c3d8ad6427e87ee886860b40e'/>
<id>9a7710b1ef1bef6c3d8ad6427e87ee886860b40e</id>
<content type='text'>
There are some setuptools specific changes in the bdist_rpm module that
are no longer needed, because the upstream/shipped version of distutils
already contains them. The code that is removed in this commit from
bdist_rpm is already part of the python-3.5 version of distutils.

Related: #2377
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some setuptools specific changes in the bdist_rpm module that
are no longer needed, because the upstream/shipped version of distutils
already contains them. The code that is removed in this commit from
bdist_rpm is already part of the python-3.5 version of distutils.

Related: #2377
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 50.0.3 → 50.1.0</title>
<updated>2020-09-03T00:49:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-03T00:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4c29a5122247f0461a9e44ff8484159c563935c4'/>
<id>4c29a5122247f0461a9e44ff8484159c563935c4</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 #2376 from pypa/feature/stdlib-distutils-default-again</title>
<updated>2020-09-03T00:48:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-03T00:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f08c052a0330fe503ea0e867efeb625c7c7b115e'/>
<id>f08c052a0330fe503ea0e867efeb625c7c7b115e</id>
<content type='text'>
Make stdlib distutils the default again. Stop the burning.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make stdlib distutils the default again. Stop the burning.</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests to specify local or stdlib for stability under default value.</title>
<updated>2020-09-02T23:27:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-02T23:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9e7261b46e42591218ef3e5b6630ab5e2ea13adc'/>
<id>9e7261b46e42591218ef3e5b6630ab5e2ea13adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
