<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/tests, branch issue-889</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Merge branch 'issue-889'</title>
<updated>2017-07-27T02:51:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-07-27T02:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3ac4001e3729dc6c5332679b0068a753d5e511c4'/>
<id>3ac4001e3729dc6c5332679b0068a753d5e511c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test capturing failed expectation despite #889. Ref #1062.</title>
<updated>2017-07-27T02:42:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-07-27T01:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d9f34f03cd5dbe99f8576c267ae72e3a97dae02f'/>
<id>d9f34f03cd5dbe99f8576c267ae72e3a97dae02f</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='https://git.replicant.us/replicant-next/external_python_setuptools/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='https://git.replicant.us/replicant-next/external_python_setuptools/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='https://git.replicant.us/replicant-next/external_python_setuptools/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='https://git.replicant.us/replicant-next/external_python_setuptools/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='https://git.replicant.us/replicant-next/external_python_setuptools/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='https://git.replicant.us/replicant-next/external_python_setuptools/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='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>Delint</title>
<updated>2017-07-14T02:10:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-07-14T02:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7257263ba6568ae2868a0eb96f4e36917fb607b1'/>
<id>7257263ba6568ae2868a0eb96f4e36917fb607b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
