<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/logging.py, branch v67.3.2</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>Replace condition to patch distutils.dist.log</title>
<updated>2022-11-23T20:19:02+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-11-23T19:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4c267c78a09128dc80be821654dd60b174d53d41'/>
<id>4c267c78a09128dc80be821654dd60b174d53d41</id>
<content type='text'>
As `distutils.log.Log` was backfilled for compatibility we no longer can
use this as a condition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As `distutils.log.Log` was backfilled for compatibility we no longer can
use this as a condition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore protection of distutils.log patching.</title>
<updated>2022-10-09T01:07:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-10-09T00:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a2d5c43368573f0fe0a620c87ef4dd9391d40eda'/>
<id>a2d5c43368573f0fe0a620c87ef4dd9391d40eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress monkeypatch when Log is gone, indicating distutils is using logging natively.</title>
<updated>2022-10-06T00:25:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-10-05T23:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=18df8d79063af9436532f927c3c03023184a95a5'/>
<id>18df8d79063af9436532f927c3c03023184a95a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hack around distutils.dist.log, no longer relevant with pypa/distutils#183.</title>
<updated>2022-10-05T23:22:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-10-05T23:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1546d40ae9cc26a3fa998d174984cda3ebbae4dd'/>
<id>1546d40ae9cc26a3fa998d174984cda3ebbae4dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some spelling mistakes,</title>
<updated>2022-06-14T20:27:12+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>venthur@debian.org</email>
</author>
<published>2022-06-14T19:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5b265be6a423b8906b1069e75a66fcefcddf8a6b'/>
<id>5b265be6a423b8906b1069e75a66fcefcddf8a6b</id>
<content type='text'>
that's all :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that's all :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools/logging.py</title>
<updated>2022-01-24T11:56:43+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri+github@gmail.com</email>
</author>
<published>2022-01-22T17:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=711b5267109a4b6799d002aa96fa913ab8bee231'/>
<id>711b5267109a4b6799d002aa96fa913ab8bee231</id>
<content type='text'>
Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix weird distutils.log reloading/caching situation</title>
<updated>2022-01-22T12:56:09+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-01-22T12:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0d491c616284933e35bb5d61a94828aed0c8d3f2'/>
<id>0d491c616284933e35bb5d61a94828aed0c8d3f2</id>
<content type='text'>
For some reason `distutils.log` module is getting cached in `distutils.dist`
and then loaded again when we have the opportunity to patch it.
This implies: id(distutils.log) != id(distutils.dist.log).
We need to make sure the same module object is used everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason `distutils.log` module is getting cached in `distutils.dist`
and then loaded again when we have the opportunity to patch it.
This implies: id(distutils.log) != id(distutils.dist.log).
We need to make sure the same module object is used everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey patch distutils.log.set_threshold so the Python logger honors calls to it.</title>
<updated>2021-12-28T21:24:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-26T20:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b9cf7ff3ff907b5a805264b399b17e4ea6bec049'/>
<id>b9cf7ff3ff907b5a805264b399b17e4ea6bec049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setuptools.log to supersede distutils.log. Ref #2973.</title>
<updated>2021-12-28T21:24:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-26T19:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=382037c446f45ebc2e91fd5144eda4dfa90c0281'/>
<id>382037c446f45ebc2e91fd5144eda4dfa90c0281</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
