<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v51.1.1</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>Bump version: 51.1.0 → 51.1.1</title>
<updated>2020-12-29T02:45:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-29T02:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=60c341b82f3ddb188823405225ec5cd5b217784c'/>
<id>60c341b82f3ddb188823405225ec5cd5b217784c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename changelog</title>
<updated>2020-12-29T02:45:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-29T02:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4bc5bb337b52ff8619e2c0009ab6eb71678fa429'/>
<id>4bc5bb337b52ff8619e2c0009ab6eb71678fa429</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 #2515 from pypa/bugfix/safe-test-test</title>
<updated>2020-12-29T02:44:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-29T02:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ce8f29faedebac4312d60c34b42e63e79e8f76f4'/>
<id>ce8f29faedebac4312d60c34b42e63e79e8f76f4</id>
<content type='text'>
Avoid hitting network during test_virtualenv.test_test_command.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid hitting network during test_virtualenv.test_test_command.</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog.</title>
<updated>2020-12-29T02:37:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-29T02:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3d4b6b0b15c6a78397a704194bcd5037d8382c1d'/>
<id>3d4b6b0b15c6a78397a704194bcd5037d8382c1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable index URL in pip-based fetch_build_eggs to avoid hitting PyPI.</title>
<updated>2020-12-29T02:20:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-29T02:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bc65372f3e3c73e7e16a3d3faf29dc0984752718'/>
<id>bc65372f3e3c73e7e16a3d3faf29dc0984752718</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In test_test_command_install_requirements, uninstall setuptools to avoid getting some other version in the environment.</title>
<updated>2020-12-28T23:01:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-28T23:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0f699dcd4d3a74aeae19e7c61c150c037bf06213'/>
<id>0f699dcd4d3a74aeae19e7c61c150c037bf06213</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog. Ref #1471.</title>
<updated>2020-12-28T20:58:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-28T20:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=36233fe32c300e8e6b7c4d3ce53b37f23af24933'/>
<id>36233fe32c300e8e6b7c4d3ce53b37f23af24933</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace incorrect statement about triggering installation of dependencies to indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471.</title>
<updated>2020-12-28T20:05:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-28T20:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c657e826e0d4f24a3702763ab25610d48ceea222'/>
<id>c657e826e0d4f24a3702763ab25610d48ceea222</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 #2504 from henryiii/patch-1</title>
<updated>2020-12-23T17:03:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-23T17:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2878bad0df158243d1e6601110ec12868e201d81'/>
<id>2878bad0df158243d1e6601110ec12868e201d81</id>
<content type='text'>
docs: recommend pypa build instead of pep517.build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: recommend pypa build instead of pep517.build</pre>
</div>
</content>
</entry>
<entry>
<title>docs: recommend pypa build</title>
<updated>2020-12-22T19:24:22+00:00</updated>
<author>
<name>Henry Schreiner</name>
<email>HenrySchreinerIII@gmail.com</email>
</author>
<published>2020-12-22T19:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=66ca25303126c88b2eb82b21e77a6146ccfd3de9'/>
<id>66ca25303126c88b2eb82b21e77a6146ccfd3de9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
