<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources, branch v57.3.0</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>Fix misc. doc typos</title>
<updated>2021-05-14T12:34:17+00:00</updated>
<author>
<name>luz paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2021-05-14T12:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c063b3af1ecbcea0f0cc63b941f5e2038be9efcb'/>
<id>c063b3af1ecbcea0f0cc63b941f5e2038be9efcb</id>
<content type='text'>
Found via `codespell`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell`</pre>
</div>
</content>
</entry>
<entry>
<title>Use importlib.util.spec_from_loader in find_spec</title>
<updated>2021-04-08T22:13:11+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2021-04-08T22:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b5f3ae57debb9ef018aedc92dd0a3704a1d06fa7'/>
<id>b5f3ae57debb9ef018aedc92dd0a3704a1d06fa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop deprecated `find_module` from vendor importer</title>
<updated>2021-04-08T21:45:40+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2021-04-08T21:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=dd1453b3c2ebcc4460b088979576876e89372302'/>
<id>dd1453b3c2ebcc4460b088979576876e89372302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `find_spec` in vendored module importers</title>
<updated>2021-04-08T21:42:24+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2021-04-08T17:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c826dffc2fd99de0431ee2a8b483868ab54e9cdc'/>
<id>c826dffc2fd99de0431ee2a8b483868ab54e9cdc</id>
<content type='text'>
This change makes the import warning emitted by Python 3.10 disappear
but implementing the hook that is supposed to replace the old import
mechanism.

Refs:
* https://bugs.python.org/issue42134
* https://bugs.python.org/issue43540
* https://github.com/pypa/setuptools/issues/2632#issuecomment-815701078

Fixes #2632

Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change makes the import warning emitted by Python 3.10 disappear
but implementing the hook that is supposed to replace the old import
mechanism.

Refs:
* https://bugs.python.org/issue42134
* https://bugs.python.org/issue43540
* https://github.com/pypa/setuptools/issues/2632#issuecomment-815701078

Fixes #2632

Co-authored-by: Jason R. Coombs &lt;jaraco@jaraco.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable</title>
<updated>2021-01-16T23:59:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-16T23:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b994bc637e5817798f356bfd373011ab1d894216'/>
<id>b994bc637e5817798f356bfd373011ab1d894216</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 #2490 from thatch/main</title>
<updated>2021-01-16T23:47:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-16T23:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=886dd34d565f3911819d4c16c6f16fe3cd65a39d'/>
<id>886dd34d565f3911819d4c16c6f16fe3cd65a39d</id>
<content type='text'>
Fix .egg-info metadata support for zipimport</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix .egg-info metadata support for zipimport</pre>
</div>
</content>
</entry>
<entry>
<title>Rely on tuple argument to endswith</title>
<updated>2021-01-16T23:47:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-16T23:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b31105bdc855d75fc4f9fc7cfe005a81e7cc2f38'/>
<id>b31105bdc855d75fc4f9fc7cfe005a81e7cc2f38</id>
<content type='text'>
Co-authored-by: Sviatoslav Sydorenko &lt;wk.cvs.github@sydorenko.org.ua&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Sviatoslav Sydorenko &lt;wk.cvs.github@sydorenko.org.ua&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2517 from hroncok/load_module</title>
<updated>2021-01-16T22:02:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-16T22:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6ad2fb0b78d11e22672f56ef9d65d13ebd3475a9'/>
<id>6ad2fb0b78d11e22672f56ef9d65d13ebd3475a9</id>
<content type='text'>
Define create_module()/exec_module() in VendorImporter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define create_module()/exec_module() in VendorImporter</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2518 from webknjaz/maintenance/flake8-mccabe-complexity</title>
<updated>2021-01-16T22:01:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-16T22:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=470dd358c2f1fc3c8a9a9348d157fae3f6989961'/>
<id>470dd358c2f1fc3c8a9a9348d157fae3f6989961</id>
<content type='text'>
Enable McCabe complexity check in flake8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable McCabe complexity check in flake8</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid deprecated load_module() in pkg_resources namespace delaration</title>
<updated>2021-01-06T16:44:09+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2021-01-06T16:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f146b387548711d8095002e3d1214ca98a8b0392'/>
<id>f146b387548711d8095002e3d1214ca98a8b0392</id>
<content type='text'>
Fixes: https://github.com/pypa/setuptools/issues/2493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://github.com/pypa/setuptools/issues/2493
</pre>
</div>
</content>
</entry>
</feed>
