<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources, branch docs/distutils-porting</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Remove py2_warn, no longer needed as a SyntaxError is encountered before the warning can be issueed.</title>
<updated>2020-07-07T11:11:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-07T11:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=58f0b3d1ef9d17d511cf027e87f7b87dc3be6bd9'/>
<id>58f0b3d1ef9d17d511cf027e87f7b87dc3be6bd9</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 'master' into 2020-06-11-raise-from</title>
<updated>2020-07-03T19:11:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T19:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5f151cbbcd6c65f7f48082bfaf36db3a55df936e'/>
<id>5f151cbbcd6c65f7f48082bfaf36db3a55df936e</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 #2180 from ozars/2175-bump-pkg-resources-vendor</title>
<updated>2020-07-03T18:37:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T18:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a877dab0bddaeb5503d871794ca06f1c81d805b8'/>
<id>a877dab0bddaeb5503d871794ca06f1c81d805b8</id>
<content type='text'>
Update vendor packaging in pkg_resources to v19.2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update vendor packaging in pkg_resources to v19.2</pre>
</div>
</content>
</entry>
<entry>
<title>Update vendor packaging in pkg_resources to v19.2</title>
<updated>2020-07-03T18:34:46+00:00</updated>
<author>
<name>Omer Ozarslan</name>
<email>omerfaruko@gmail.com</email>
</author>
<published>2020-06-04T16:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c30aca86261cac34b60e679a1ee430dbc968582c'/>
<id>c30aca86261cac34b60e679a1ee430dbc968582c</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 #2137 from pypa/debt/remove-RequirementParseError</title>
<updated>2020-07-03T16:14:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T16:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=78d2a3bfafd38112dc3c486cd478e4cee1f782ec'/>
<id>78d2a3bfafd38112dc3c486cd478e4cee1f782ec</id>
<content type='text'>
Remove superfluous RequirementParseError</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove superfluous RequirementParseError</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2143 from pypa/distutils</title>
<updated>2020-07-03T09:18:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T09:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=213baae85f0b9c2640fdf7bf270f6b210f119c54'/>
<id>213baae85f0b9c2640fdf7bf270f6b210f119c54</id>
<content type='text'>
Adopt distutils</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adopt distutils</pre>
</div>
</content>
</entry>
<entry>
<title>catch some resource leaks</title>
<updated>2020-07-02T22:02:34+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-06-29T17:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9013321c25606a5cd63271cd029c2539490b16d3'/>
<id>9013321c25606a5cd63271cd029c2539490b16d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception causes all over the codebase</title>
<updated>2020-06-28T19:20:23+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-16T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a9eb9e73def8ca6c469e59f1b008746e368ad4c1'/>
<id>a9eb9e73def8ca6c469e59f1b008746e368ad4c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a compatibility wrapper, so downstream consumers trapping a RequirementParseError will now trap an InvalidRequirement, allowing transition to only trapping an InvalidRequirement.</title>
<updated>2020-06-15T21:45:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-15T21:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=09df3c7adba9a1e687151805b61aec72f6c8b13f'/>
<id>09df3c7adba9a1e687151805b61aec72f6c8b13f</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 #1973 from jdufresne/makedirs</title>
<updated>2020-06-15T21:16:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-15T21:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=308314268233cc56e7a8c5870fec75b566230411'/>
<id>308314268233cc56e7a8c5870fec75b566230411</id>
<content type='text'>
Remove pkg_resources.py31compat.makedirs() in favor of the stdlib</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove pkg_resources.py31compat.makedirs() in favor of the stdlib</pre>
</div>
</content>
</entry>
</feed>
