<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources, branch v66.1.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>Flip conditionals around package finders in pkg_resources (#3685)</title>
<updated>2023-01-20T11:13:38+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-20T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e03f8839a29f0640df7d6f107874aa8fb16c1470'/>
<id>e03f8839a29f0640df7d6f107874aa8fb16c1470</id>
<content type='text'>
- In Python 3.3+ importlib.machinery.FileFinder is always present,
  therefore we no longer need to keep the conditional
- In Python 3.12+ pkgutil.ImpImporter is removed, so we need a conditional
  to avoid using it directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- In Python 3.3+ importlib.machinery.FileFinder is always present,
  therefore we no longer need to keep the conditional
- In Python 3.12+ pkgutil.ImpImporter is removed, so we need a conditional
  to avoid using it directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unecessarily lengthy traceback</title>
<updated>2023-01-18T18:58:06+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-18T18:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=30c8c9b3f62a0c61ab0515fad4deeec88a5758d4'/>
<id>30c8c9b3f62a0c61ab0515fad4deeec88a5758d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add informative notes for the InvalidVersion error (LegacyVersion removal)</title>
<updated>2023-01-18T18:37:34+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-18T18:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c6686252b025f4f07fad9e3fb152a073d4ac3f52'/>
<id>c6686252b025f4f07fad9e3fb152a073d4ac3f52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove conditional for FileFinder in pkg_resources</title>
<updated>2023-01-18T14:58:16+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-11-15T16:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=839dc598b6df70e5c1b32b1c5b8a88a7eaddb1a0'/>
<id>839dc598b6df70e5c1b32b1c5b8a88a7eaddb1a0</id>
<content type='text'>
FileFiler should always be present in Python 3.3+
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FileFiler should always be present in Python 3.3+
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap deprecated pkgutil usage in pkg_resources in conditional</title>
<updated>2023-01-18T14:58:16+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-11-15T16:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6653e747c3815b140156249205397ef3719581ee'/>
<id>6653e747c3815b140156249205397ef3719581ee</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 #2822 from pypa/debt/remove-legacy-version</title>
<updated>2023-01-16T01:23:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2023-01-16T01:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=217d9267e017aed6ddff36fa47d82ceb475cbf22'/>
<id>217d9267e017aed6ddff36fa47d82ceb475cbf22</id>
<content type='text'>
Remove reliance on LegacyVersion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove reliance on LegacyVersion</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into debt/lint</title>
<updated>2023-01-14T17:46:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2023-01-14T17:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f964b01f9c7c6b2e22c863a8882bc2e24a520287'/>
<id>f964b01f9c7c6b2e22c863a8882bc2e24a520287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into debt/remove-legacy-version</title>
<updated>2023-01-14T16:13:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2023-01-14T16:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=245da5441248eeb2d575034d04cbc241bf545161'/>
<id>245da5441248eeb2d575034d04cbc241bf545161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add typing extensions for compatibility with Python 3.7.</title>
<updated>2023-01-13T16:15:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2023-01-13T16:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4f23e9728b5e7ba4f81be586a11623aab55966c3'/>
<id>4f23e9728b5e7ba4f81be586a11623aab55966c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method for resolving the dist. Fixes complexity lint.</title>
<updated>2023-01-13T15:43:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2023-01-13T15:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2ba18b2e9e2a70579a2713f49fa34044eb8dae8f'/>
<id>2ba18b2e9e2a70579a2713f49fa34044eb8dae8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
