<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setup.py, branch v51.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>Merge https://github.com/jaraco/skeleton into feature/skeleton</title>
<updated>2020-12-12T20:36:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-12T18:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d448f10805dcd564d597f0c63157bb7913d26193'/>
<id>d448f10805dcd564d597f0c63157bb7913d26193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collapse skeleton history from archive/2020-12</title>
<updated>2020-12-08T21:29:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-08T21:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c681f6748acaea1bf0b706528c36327cc94a6eed'/>
<id>c681f6748acaea1bf0b706528c36327cc94a6eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make stdlib distutils the default again. Stop the burning. Ref #2350 and others.</title>
<updated>2020-09-02T21:41:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-02T21:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c0085e87c69629ec3cf24dfce887c0fb93fa80dd'/>
<id>c0085e87c69629ec3cf24dfce887c0fb93fa80dd</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 bugfix/2232-adopt-distutils-default</title>
<updated>2020-08-10T12:43:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-08-10T12:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c85bdd84783be705f1dc1ce8b080fab18ddf2f52'/>
<id>c85bdd84783be705f1dc1ce8b080fab18ddf2f52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>As discovered in bpo-41509, relpath can strip spaces, so match that expectation.</title>
<updated>2020-08-08T23:48:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-08-08T16:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=48a17a56ecfc77fb60780e3cfa75390f6bb10b15'/>
<id>48a17a56ecfc77fb60780e3cfa75390f6bb10b15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace install behavior on import with direct invocation (now that 'enabled' logic is duplicated in pth file).</title>
<updated>2020-07-26T16:51:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-26T14:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1251a231ad75fa649da700645690eb3c0a348f08'/>
<id>1251a231ad75fa649da700645690eb3c0a348f08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore early opt-in/opt-out for pth behavior.</title>
<updated>2020-07-26T16:51:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-26T14:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=83a85a71cd779b1b1b3a44e21cc198264650da46'/>
<id>83a85a71cd779b1b1b3a44e21cc198264650da46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract function for restoring install lib to encapsulate behavior.</title>
<updated>2020-07-26T14:44:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-26T14:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5642e413fb6c75434f109be943bdb09ea9e7ade2'/>
<id>5642e413fb6c75434f109be943bdb09ea9e7ade2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hanging indent</title>
<updated>2020-07-26T14:43:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-26T14:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=268ef5f553f29977f708c256ee398c9e29cb4da7'/>
<id>268ef5f553f29977f708c256ee398c9e29cb4da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docstring to use imperative voice, provide a bit more context, and advise against copying of the behavior.</title>
<updated>2020-07-26T14:42:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-26T14:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f3b177e9c2b77104ddebaec7b581e2aee73a1184'/>
<id>f3b177e9c2b77104ddebaec7b581e2aee73a1184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
