<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch bugfix/2993-redux</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Instead of detecting 'get-pip' during the import of pip, detect the attempt to 'import setuptools' during 'get-pip', and in that case, stub the import to signal the presence of setuptools. Ref #3022. Fixes #2993.</title>
<updated>2022-01-10T22:22:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-10T22:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ca6152aad37eea45257ac7d86111c48026c49598'/>
<id>ca6152aad37eea45257ac7d86111c48026c49598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable cygwin tests for now. Ref #3016.</title>
<updated>2022-01-08T21:43:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T21:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=464568d64469fb1ca9794ef26fe2288f16c15598'/>
<id>464568d64469fb1ca9794ef26fe2288f16c15598</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: 60.4.0 → 60.5.0</title>
<updated>2022-01-08T19:39:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8b6e8f5f1f312fef00881ed015f2c0177bc7d61e'/>
<id>8b6e8f5f1f312fef00881ed015f2c0177bc7d61e</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 #2990 from asottile/distutils-hack-set-origin</title>
<updated>2022-01-08T19:38:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T19:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d514fa1acc0efa9cfb5735134fc827be975bdde2'/>
<id>d514fa1acc0efa9cfb5735134fc827be975bdde2</id>
<content type='text'>
set origin= for distutils.__spec__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set origin= for distutils.__spec__</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 60.3.1 → 60.4.0</title>
<updated>2022-01-08T19:37:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T19:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=82b9723caf47415aebd2a2371edb81e2f5a996c4'/>
<id>82b9723caf47415aebd2a2371edb81e2f5a996c4</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 #3009 from tiran/issue3006_startup_speedup</title>
<updated>2022-01-08T19:36:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T19:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fd966a30b0f141a7aa280ec16e081dac380ae826'/>
<id>fd966a30b0f141a7aa280ec16e081dac380ae826</id>
<content type='text'>
Speedup startup of Python by importing less</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speedup startup of Python by importing less</pre>
</div>
</content>
</entry>
<entry>
<title>set origin= for distutils.__spec__</title>
<updated>2022-01-08T17:14:25+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2021-12-31T17:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bd8d4dbd9638988f09b061f5d94a678c0fd80f25'/>
<id>bd8d4dbd9638988f09b061f5d94a678c0fd80f25</id>
<content type='text'>
set origin so spec finding reports the correct location -- https://docs.python.org/3/library/importlib.html#importlib.machinery.ModuleSpec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set origin so spec finding reports the correct location -- https://docs.python.org/3/library/importlib.html#importlib.machinery.ModuleSpec
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that distutils has an origin. Ref #2990.</title>
<updated>2022-01-08T17:12:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T17:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=91ce77e49670fb97ceaad7d7c3b414c488c65c62'/>
<id>91ce77e49670fb97ceaad7d7c3b414c488c65c62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pytest.ini uses tabs</title>
<updated>2022-01-08T16:55:35+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2022-01-07T09:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7619852f4bfdf3065747c44ecc09c024d675c819'/>
<id>7619852f4bfdf3065747c44ecc09c024d675c819</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress distutils deprecation warning</title>
<updated>2022-01-08T16:55:35+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2022-01-07T07:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9c0d81e786978c5cc4cbfc50045d271e5b3ae0b9'/>
<id>9c0d81e786978c5cc4cbfc50045d271e5b3ae0b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
