<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v60.0.2</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>Bump version: 60.0.1 → 60.0.2</title>
<updated>2021-12-20T21:43:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T21:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=34006b386ef3c5f8cb6abb8c1f32ddf2f3cec4e0'/>
<id>34006b386ef3c5f8cb6abb8c1f32ddf2f3cec4e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Select 'posix_user' for the scheme unless falling back to stdlib, then use 'unix_user'. Fixes #2938.</title>
<updated>2021-12-20T21:43:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T21:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=edf116b1cc4a72075b9af06748df3b177d55d4dc'/>
<id>edf116b1cc4a72075b9af06748df3b177d55d4dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 60.0.0 → 60.0.1</title>
<updated>2021-12-20T18:53:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T18:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=aca3fe993e2f0159ed17ec5b8573e479bfa99617'/>
<id>aca3fe993e2f0159ed17ec5b8573e479bfa99617</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 #2944 from pypa/bugfix/2938-easy-install-schemes</title>
<updated>2021-12-20T18:53:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T18:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9beae2c65e3e0b891626c0e78e7d980600ac76d5'/>
<id>9beae2c65e3e0b891626c0e78e7d980600ac76d5</id>
<content type='text'>
Add support for extended install schemes in easy_install.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for extended install schemes in easy_install.</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog.</title>
<updated>2021-12-20T17:03:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T17:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4a9d555733924ce7ebbaa4d4c26e0f3b1e834eaf'/>
<id>4a9d555733924ce7ebbaa4d4c26e0f3b1e834eaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fallback support for distutils in stdlib.</title>
<updated>2021-12-20T17:01:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T17:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=60b78468341d52bc033f0ad77e890a656ccb9a72'/>
<id>60b78468341d52bc033f0ad77e890a656ccb9a72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In easy_install, re-use scheme selection from distutils if available.</title>
<updated>2021-12-20T16:50:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T16:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=76c9ab9efc3f13e5ef8681614bebbe437bf51012'/>
<id>76c9ab9efc3f13e5ef8681614bebbe437bf51012</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge https://github.com/pypa/distutils into bugfix/2938-easy-install-schemes</title>
<updated>2021-12-20T16:49:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T16:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5807a33dd87bf8f4909bae37e25d30d5605dc9c5'/>
<id>5807a33dd87bf8f4909bae37e25d30d5605dc9c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract _select_scheme function to be re-used by Setuptools.</title>
<updated>2021-12-20T16:46:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T16:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=aefe5d10cda2692f5ea63e5f130a9c8be288b0f4'/>
<id>aefe5d10cda2692f5ea63e5f130a9c8be288b0f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 59.8.0 → 60.0.0</title>
<updated>2021-12-20T00:26:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-20T00:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9288c6f3f039bf51f997a99ae8766ed02ed92cda'/>
<id>9288c6f3f039bf51f997a99ae8766ed02ed92cda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
