<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/_distutils_hack, branch v60.0.3</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>Avoid KeyError in distutils hack when pip is imported during ensurepip. Fixes #2940.</title>
<updated>2021-12-21T00:46:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-21T00:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=137ab9d684075f772c322f455b0dd1f992ddcd8f'/>
<id>137ab9d684075f772c322f455b0dd1f992ddcd8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract frame_file_is_setup.</title>
<updated>2021-12-21T00:30:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-21T00:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=82726bbb8c799bd39e98422495e268bd7b50ca41'/>
<id>82726bbb8c799bd39e98422495e268bd7b50ca41</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 #2896 from pypa/feature/local-distutils</title>
<updated>2021-12-20T00:24:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T00:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f7a55da560b35c5edff2795a5c9ee5ac3985668f'/>
<id>f7a55da560b35c5edff2795a5c9ee5ac3985668f</id>
<content type='text'>
Restore local distutils as the default.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restore local distutils as the default.</pre>
</div>
</content>
</entry>
<entry>
<title>Bind to 'distutils.log' late in case the loader has changed.</title>
<updated>2021-11-26T19:09:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-26T18:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=34defd4d420e31e7c4cefe3e44145c6fe8b41eca'/>
<id>34defd4d420e31e7c4cefe3e44145c6fe8b41eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avoids race conditions when _distutils_system_mod is employed and fixes #2906.</title>
<updated>2021-11-26T17:50:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-26T16:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=485fa84d85da3ab6892a9e591b111fbb094c1c9a'/>
<id>485fa84d85da3ab6892a9e591b111fbb094c1c9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore local distutils as the default.</title>
<updated>2021-11-19T02:18:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-19T02:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b6fcbbd00cb6d5607c9272dec452a50457bdb292'/>
<id>b6fcbbd00cb6d5607c9272dec452a50457bdb292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relax the distutils deprecation regex</title>
<updated>2021-05-04T18:07:09+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2021-05-04T18:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=50130c51c5210e27f2465bc49ed71eb7ebade4a0'/>
<id>50130c51c5210e27f2465bc49ed71eb7ebade4a0</id>
<content type='text'>

There is new message:

&gt; The distutils.sysconfig module is deprecated, use sysconfig instead</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

There is new message:

&gt; The distutils.sysconfig module is deprecated, use sysconfig instead</pre>
</div>
</content>
</entry>
<entry>
<title>Filter out distutils deprecation warning until the situation is resolved</title>
<updated>2021-03-08T11:15:11+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2021-02-12T08:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5d60ccefb48329b7cedfe6d78fc1cb95683104b6'/>
<id>5d60ccefb48329b7cedfe6d78fc1cb95683104b6</id>
<content type='text'>
The distutils platform problems are likely to be resolved before the removal.
Once this happens, setuptools will no longer use distutils from the Python
standard library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The distutils platform problems are likely to be resolved before the removal.
Once this happens, setuptools will no longer use distutils from the Python
standard library.
</pre>
</div>
</content>
</entry>
<entry>
<title>When pip is imported as part of a build, leave distutils patched. Fixes #2355.</title>
<updated>2020-09-04T13:30:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T13:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7c07fec3f02093bf048a1192473ab0736211e47e'/>
<id>7c07fec3f02093bf048a1192473ab0736211e47e</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>2020-09-04T12:59:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-04T12:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a60ba76395353974f5bb51ad1c117d7239ed5032'/>
<id>a60ba76395353974f5bb51ad1c117d7239ed5032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
