<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v47.3.1</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>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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>
<entry>
<title>Make a few assertions about the entry point script rather than keeping a fully-rendered copy.</title>
<updated>2020-06-15T12:55:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-15T12:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a4d8518c7b3cadf5e008871cf0d8c2d02a6a4492'/>
<id>a4d8518c7b3cadf5e008871cf0d8c2d02a6a4492</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>address</title>
<updated>2020-06-15T01:04:04+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2020-06-15T01:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f8cd1f258f4b3f52521db2a12bfbd0832fb2e9fa'/>
<id>f8cd1f258f4b3f52521db2a12bfbd0832fb2e9fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>address</title>
<updated>2020-06-14T18:21:26+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2020-06-14T18:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d6501f3c75384340f1742a864c1ffa76977437b6'/>
<id>d6501f3c75384340f1742a864c1ffa76977437b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decrease start-up time of editable-installed entry points on newer versions of Python</title>
<updated>2020-06-14T17:42:57+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2020-06-14T16:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=01121d057bea0128c34a92813c51ba3ec4902fce'/>
<id>01121d057bea0128c34a92813c51ba3ec4902fce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable test on Python 2.</title>
<updated>2020-05-17T02:19:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-17T02:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=39a37c0758f43b130e5163156facffbbe89cf9fa'/>
<id>39a37c0758f43b130e5163156facffbbe89cf9fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try constructing the fake package at the beginning of the test.</title>
<updated>2020-05-17T01:45:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-17T01:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=55456fe32ab2b5d7a4d476149ba935dbfd6e5fca'/>
<id>55456fe32ab2b5d7a4d476149ba935dbfd6e5fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test to create separate subpackages. Hoping that avoids issues with caching.</title>
<updated>2020-05-17T01:21:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-17T01:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4c62d634784a935eb0fbeedc174a25b82f05e1d6'/>
<id>4c62d634784a935eb0fbeedc174a25b82f05e1d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete packages from sys.modules</title>
<updated>2020-05-17T00:57:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-17T00:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7681ff9f70f33651f40c7b64a8186471a7014515'/>
<id>7681ff9f70f33651f40c7b64a8186471a7014515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Alter test so it actually triggers the intended behavior.</title>
<updated>2020-05-17T00:18:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-17T00:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a11c8eac4bf7e1b97f489395565d96076285617d'/>
<id>a11c8eac4bf7e1b97f489395565d96076285617d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
