<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command, branch v41.5.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>Merge pull request #1824 from asottile/python310</title>
<updated>2019-10-27T22:17:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-27T22:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e3068ee28f37064d08c3f55557536454be47b0cd'/>
<id>e3068ee28f37064d08c3f55557536454be47b0cd</id>
<content type='text'>
Fixes for python3.10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes for python3.10</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate the test command</title>
<updated>2019-10-22T00:32:25+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-19T15:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cd84510713ada48bf33d4efa749c2952e3fc1a49'/>
<id>cd84510713ada48bf33d4efa749c2952e3fc1a49</id>
<content type='text'>
Provide a warning to users. Suggest using tox as an alternative generic
entry point.

Refs #1684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a warning to users. Suggest using tox as an alternative generic
entry point.

Refs #1684
</pre>
</div>
</content>
</entry>
<entry>
<title>minor cleanup</title>
<updated>2019-10-07T21:19:23+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-06-26T20:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cb8769d7d1a694d37194c44b98c543b2d5d38fc5'/>
<id>cb8769d7d1a694d37194c44b98c543b2d5d38fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for python3.10</title>
<updated>2019-08-18T02:18:07+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-08-18T02:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=43add1d3f5138e38adc4940647cc6eae94fb6123'/>
<id>43add1d3f5138e38adc4940647cc6eae94fb6123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some usage of deprecated `imp` module</title>
<updated>2019-08-17T21:29:21+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-07-08T16:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=eb7436b36f9967d1becd2b822da548bd59b35d05'/>
<id>eb7436b36f9967d1becd2b822da548bd59b35d05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rely on unique_everseen to avoid unnecessarily polluting the PYTHONPATH with duplicate entries.</title>
<updated>2019-04-05T19:12:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-04-05T19:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8db41e478db4ded53b9836f62211f8c9371ec7c9'/>
<id>8db41e478db4ded53b9836f62211f8c9371ec7c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>uniquify paths in PYTHONPATH</title>
<updated>2019-02-26T17:10:49+00:00</updated>
<author>
<name>robnagler</name>
<email>github@q33.us</email>
</author>
<published>2019-02-26T17:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5b2175ebd9f4a669097e8309a53e3b843dcbb218'/>
<id>5b2175ebd9f4a669097e8309a53e3b843dcbb218</id>
<content type='text'>
When running in a complex environment with lots of installed
packages, PYTHONPATH gets way too long. Instead, just make sure
that paths_on_pythonpath doesn't contain duplicates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running in a complex environment with lots of installed
packages, PYTHONPATH gets way too long. Instead, just make sure
that paths_on_pythonpath doesn't contain duplicates
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into license-fix-357</title>
<updated>2019-01-27T15:02:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T15:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0551421f082eea3f633bc6be23c16a04483aca98'/>
<id>0551421f082eea3f633bc6be23c16a04483aca98</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>2018-12-29T18:47:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-29T18:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0c9624fd5ee5abe3fb0d1e3dfa68a9cbaf261aed'/>
<id>0c9624fd5ee5abe3fb0d1e3dfa68a9cbaf261aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import distribution in doctest</title>
<updated>2018-12-28T14:37:55+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-12-28T14:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b78994aa19ae0705f60e3b4b1e4087ecbe4ff0f5'/>
<id>b78994aa19ae0705f60e3b4b1e4087ecbe4ff0f5</id>
<content type='text'>
Fixes GH issue #1612, bug introduced in commit 0902f02d9d68f18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes GH issue #1612, bug introduced in commit 0902f02d9d68f18
</pre>
</div>
</content>
</entry>
</feed>
