<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources/extern, branch v60.7.1</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>Include all the dependencies needed to run on Python 3.7 and patch all of them to work in a vendored environment.</title>
<updated>2022-01-30T02:18:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-24T03:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b4f1bf1cb8b3285d0620b27f316d7e83470f7d68'/>
<id>b4f1bf1cb8b3285d0620b27f316d7e83470f7d68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation.</title>
<updated>2022-01-30T02:18:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-24T03:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fb4a1f79f497920c3aa5b95cdfba134cc72e1dfd'/>
<id>fb4a1f79f497920c3aa5b95cdfba134cc72e1dfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Define create_module()/exec_module() in VendorImporter</title>
<updated>2021-01-04T12:37:57+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-12-30T11:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=de4b9885060814c121f692db3e94b70994e15b90'/>
<id>de4b9885060814c121f692db3e94b70994e15b90</id>
<content type='text'>
Fixes https://github.com/pypa/setuptools/issues/2481
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/pypa/setuptools/issues/2481
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove six from 'extern' as vendored.</title>
<updated>2020-08-16T15:25:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-08-16T15:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=675d32ff667e90d239c95359007a58cb3aa88a97'/>
<id>675d32ff667e90d239c95359007a58cb3aa88a97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also remove mysterious hack from pkg_resources.extern</title>
<updated>2020-03-07T21:50:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-07T21:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c5958f26680b8bfad10d0ec03a613725c9a4c580'/>
<id>c5958f26680b8bfad10d0ec03a613725c9a4c580</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid removing packages imported from the root. Fixes #1383.</title>
<updated>2018-07-09T04:07:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-09T04:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=949bd166692af0694631542b02e3a2f26a48b455'/>
<id>949bd166692af0694631542b02e3a2f26a48b455</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 7392f01f for pkg_resources/extern. 3.3 is the right signal there.</title>
<updated>2018-07-09T04:01:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-09T04:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e1fb17476770620546d0bd244b35591b99ba6ea7'/>
<id>e1fb17476770620546d0bd244b35591b99ba6ea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
