<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch v60.0.3</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>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://91.123.203.49/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>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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>Merge distutils into main.</title>
<updated>2021-12-19T23:55:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-19T23:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c44b668424abd77a33bf5e5061b102ddbfbf6cd8'/>
<id>c44b668424abd77a33bf5e5061b102ddbfbf6cd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump minimum version to rely on WindowsPath in subprocess. Fixes #2932.</title>
<updated>2021-12-18T04:28:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-18T04:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cbe70602e408670b306871fbd64f3255019d4b51'/>
<id>cbe70602e408670b306871fbd64f3255019d4b51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In depends, rely on packaging instead of distutils for version management.</title>
<updated>2021-12-12T17:34:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-12T17:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=78fdc162ba1b6feeef712bafc32ac81734b92734'/>
<id>78fdc162ba1b6feeef712bafc32ac81734b92734</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In dist, rely on packaging instead of distutils for version management.</title>
<updated>2021-12-12T17:06:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-12T17:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9ea9a271e183b2bc9d2da8f0353724d41bf3d421'/>
<id>9ea9a271e183b2bc9d2da8f0353724d41bf3d421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with pypa/distutils@92082ee42c.</title>
<updated>2021-12-12T16:44:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-12T16:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e65aa0ac5a66b19ee2442a0f072c453330c5726b'/>
<id>e65aa0ac5a66b19ee2442a0f072c453330c5726b</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' of https://github.com/pypa/setuptools</title>
<updated>2021-12-04T02:39:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-04T02:39:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a91bd3e55012333de956f05191e7d485ed93812f'/>
<id>a91bd3e55012333de956f05191e7d485ed93812f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
