<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources/tests, branch 38.2.5</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Add testcase for pkg_resources.ZipProvider.resource_listdir</title>
<updated>2017-12-12T00:32:09+00:00</updated>
<author>
<name>Doug Greiman</name>
<email>dgreiman@google.com</email>
</author>
<published>2017-11-05T13:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=66729ab597c6bfddd128159fe0a6d13e7f95ce83'/>
<id>66729ab597c6bfddd128159fe0a6d13e7f95ce83</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 drop-py26</title>
<updated>2017-11-20T02:39:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-20T02:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e4572e8c828cf5c82e072e01672283b5f27396a4'/>
<id>e4572e8c828cf5c82e072e01672283b5f27396a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up resource warnings during tests</title>
<updated>2017-09-16T19:36:34+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-09-16T18:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b1e47b43f3d2b972057ebe4c564b0ed03d39cd3d'/>
<id>b1e47b43f3d2b972057ebe4c564b0ed03d39cd3d</id>
<content type='text'>
When tests are invoked with the Python flag -Wall, warnings appear in
the form of:

  ResourceWarning: unclosed file ...

Close all files and resources deterministically to avoid such warnings.
Most often, easiest to do using a context manager.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When tests are invoked with the Python flag -Wall, warnings appear in
the form of:

  ResourceWarning: unclosed file ...

Close all files and resources deterministically to avoid such warnings.
Most often, easiest to do using a context manager.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into drop-py26</title>
<updated>2017-09-04T00:01:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-09-03T23:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dcb24ad15465c266a3f258471766fbbe8fc8a42e'/>
<id>dcb24ad15465c266a3f258471766fbbe8fc8a42e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg_resources: improve WorkingSet.resolve(replace_conflicting=True)</title>
<updated>2017-08-29T12:34:38+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-08-07T21:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ff554f49af775663bc37e1005cf1b613804b2f51'/>
<id>ff554f49af775663bc37e1005cf1b613804b2f51</id>
<content type='text'>
Correctly replace conflicting distributions in sub-requirements
if possible (instead of only for top-level requirements passed
as arguments).

Fix #1124.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly replace conflicting distributions in sub-requirements
if possible (instead of only for top-level requirements passed
as arguments).

Fix #1124.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better detect unpacked eggs</title>
<updated>2017-07-31T19:29:32+00:00</updated>
<author>
<name>Leonardo Rochael Almeida</name>
<email>leorochael@gmail.com</email>
</author>
<published>2017-07-31T19:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e265e4560965878531fea7856fb165a182908b8d'/>
<id>e265e4560965878531fea7856fb165a182908b8d</id>
<content type='text'>
Do not assume a directory named in `.egg` is an egg, unless it has an
actual egg metadata directory.

Closes #462</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not assume a directory named in `.egg` is an egg, unless it has an
actual egg metadata directory.

Closes #462</pre>
</div>
</content>
</entry>
<entry>
<title>tests: switch back to mock instead of backports.unittest_mock</title>
<updated>2017-07-15T01:17:27+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-14T06:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bf20d881df662da30d94687efb2ff3d3ba32f55a'/>
<id>bf20d881df662da30d94687efb2ff3d3ba32f55a</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 feature/re-vendor-sadface</title>
<updated>2017-05-30T23:39:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-30T23:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=fcdf12ee7fdf43c9dded5b68232a0fb3376d4858'/>
<id>fcdf12ee7fdf43c9dded5b68232a0fb3376d4858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.6 invalid escape sequence deprecation fixes</title>
<updated>2017-02-24T17:37:39+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-02-24T08:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e753cb42481783ac858ceb518aaac1472075063c'/>
<id>e753cb42481783ac858ceb518aaac1472075063c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"</title>
<updated>2017-02-24T16:49:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-24T16:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3d0cc355fb5e8012cb8c72f0e25042a5a44f31d6'/>
<id>3d0cc355fb5e8012cb8c72f0e25042a5a44f31d6</id>
<content type='text'>
This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing
changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing
changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
</pre>
</div>
</content>
</entry>
</feed>
