<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources/extern, branch debt/update-packaging</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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Drop support for EOL Python 3.3</title>
<updated>2018-05-24T18:32:31+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-04-26T15:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7392f01ffced3acfdef25b0b2d55cefdc6ee468a'/>
<id>7392f01ffced3acfdef25b0b2d55cefdc6ee468a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"</title>
<updated>2017-02-24T16:49:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-24T16:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3d0cc355fb5e8012cb8c72f0e25042a5a44f31d6'/>
<id>3d0cc355fb5e8012cb8c72f0e25042a5a44f31d6</id>
<content type='text'>
This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing
changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing
changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
</pre>
</div>
</content>
</entry>
</feed>
