<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/_distutils_hack, branch feature/remove-distutils-hack-pip-workaround</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>Remove pip workaround in _distutils_hack.</title>
<updated>2022-07-24T17:03:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-24T15:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=36659e9be8794631d721d459cdd8463366e7179a'/>
<id>36659e9be8794631d721d459cdd8463366e7179a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit the workaround to Python 3.9 and earlier and add a note to remove the hack altogether in ~6 mo.</title>
<updated>2022-07-24T17:00:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-24T17:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ab10c2234c4cce6061f673341e24f2d3e45acf32'/>
<id>ab10c2234c4cce6061f673341e24f2d3e45acf32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add exclusions for specific tests. Fixes #3383.</title>
<updated>2022-06-17T16:11:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-06-17T14:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=923c3a77c1fd16d4fc8c7817308327006e25349f'/>
<id>923c3a77c1fd16d4fc8c7817308327006e25349f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When loading distutils from the vendored copy, rewrite __name__ to ensure consistent importing from inside and out. Fixes #3035.</title>
<updated>2022-02-16T00:20:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-16T00:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2b40489be6a33053754b08cad785fe8be580994e'/>
<id>2b40489be6a33053754b08cad785fe8be580994e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove workaround for pypa/get-pip#137.</title>
<updated>2022-02-11T16:56:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-11T16:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=76bfec83a18a2913529151be9220e5452dda2475'/>
<id>76bfec83a18a2913529151be9220e5452dda2475</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 replacement when building or testing CPython. Fixes #2965. Fixes #3007.</title>
<updated>2022-01-16T23:21:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-16T23:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=336facde9301e041b2e33a7b46fe1d37991a7ed3'/>
<id>336facde9301e041b2e33a7b46fe1d37991a7ed3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to generalize script detection.</title>
<updated>2022-01-16T23:21:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-16T23:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=448b84062e84ed918818d4d56fb3571f3f045848'/>
<id>448b84062e84ed918818d4d56fb3571f3f045848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove filtering of distutils warnings. Ref #3009.</title>
<updated>2022-01-16T22:46:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-16T22:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ecfcf0787fadb38b6b93c1c6e33fff985efd7f8c'/>
<id>ecfcf0787fadb38b6b93c1c6e33fff985efd7f8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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>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://git.baserock.org/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>
</feed>
