<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v36.2.7</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>fix requires handling when using setup.cfg</title>
<updated>2017-08-01T22:06:13+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-26T23:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=096f3287314549ac423f1c1c443f8aefa0b64b4f'/>
<id>096f3287314549ac423f1c1c443f8aefa0b64b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix `test` command handling of `extras_require`</title>
<updated>2017-07-26T18:37:58+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-21T14:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=75e88f63cc0308f7933e936b171f9cba2d04e7ad'/>
<id>75e88f63cc0308f7933e936b171f9cba2d04e7ad</id>
<content type='text'>
Also install platform specific requirements in `extras_require`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also install platform specific requirements in `extras_require`.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: minor cleanup; remove dead code</title>
<updated>2017-07-26T18:00:57+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-26T17:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0c86c6a290c6ddce7732228820482a600f7520ca'/>
<id>0c86c6a290c6ddce7732228820482a600f7520ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not strip empty sections in `extras_require`</title>
<updated>2017-07-25T19:08:54+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-25T18:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a82fd99f671e6bbcfd753196862d891c0d32d82c'/>
<id>a82fd99f671e6bbcfd753196862d891c0d32d82c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix `install_requires` handling of extras"</title>
<updated>2017-07-23T20:14:47+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-23T20:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=880774ac34e43c832f52d64923c670f59b54f07e'/>
<id>880774ac34e43c832f52d64923c670f59b54f07e</id>
<content type='text'>
This reverts commit a3ec721ec1e70f1f7aec6c3349ad85b446410809.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a3ec721ec1e70f1f7aec6c3349ad85b446410809.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix `install_requires` handling of extras</title>
<updated>2017-07-15T04:37:00+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-14T21:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a3ec721ec1e70f1f7aec6c3349ad85b446410809'/>
<id>a3ec721ec1e70f1f7aec6c3349ad85b446410809</id>
<content type='text'>
Internally move requirements in `install_requires` that are using
extras to `extras_require` so those extras don't get stripped when
building wheels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Internally move requirements in `install_requires` that are using
extras to `extras_require` so those extras don't get stripped when
building wheels.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix `extras_require` handling</title>
<updated>2017-07-15T04:37:00+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-15T01:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2328be3cc556076b91c8ec74da7b85b178dbc574'/>
<id>2328be3cc556076b91c8ec74da7b85b178dbc574</id>
<content type='text'>
Allow requirements of the form `"extra": ["barbazquux; {marker}"]`
by internally converting them to `"extra:{marker}": ["barbazquux"]`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow requirements of the form `"extra": ["barbazquux; {marker}"]`
by internally converting them to `"extra:{marker}": ["barbazquux"]`.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix possible error when finalizing `install_requires`</title>
<updated>2017-07-15T04:37:00+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-14T03:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7c2df64c8558ac71c20d86d3cb2a05daad99cc87'/>
<id>7c2df64c8558ac71c20d86d3cb2a05daad99cc87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: rework clean install test</title>
<updated>2017-07-15T04:36:32+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-14T06:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=95386da92ec1725a09c5cd8e457be5ff3dc15a3e'/>
<id>95386da92ec1725a09c5cd8e457be5ff3dc15a3e</id>
<content type='text'>
Use pytest-virtualenv so the test can be run no Windows too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use pytest-virtualenv so the test can be run no Windows too.
</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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>
</feed>
