<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/_distutils_hack, branch bugfix/3525-error</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>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>
<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://git.baserock.org/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>Move filter into meta finder</title>
<updated>2022-01-08T16:55:35+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2022-01-06T23:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=06d81cb32da88ec0b69d3bc01ad138a9c0d41520'/>
<id>06d81cb32da88ec0b69d3bc01ad138a9c0d41520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
