<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/tox.ini, branch v45.2.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Move docs dependencies into package metadata and use same technique as jaraco/skeleton to build docs in tox and rtd.</title>
<updated>2020-01-22T03:45:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-22T03:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=641e088d193142f236d69c78d272cf7ece0d693c'/>
<id>641e088d193142f236d69c78d272cf7ece0d693c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set PIP_USE_PEP517 in installer command so as not to influence the tests with that setting.</title>
<updated>2020-01-22T03:08:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-22T03:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=620bd62c00985b551dde326619a6c895d7c80e63'/>
<id>620bd62c00985b551dde326619a6c895d7c80e63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools to install test dependencies.</title>
<updated>2020-01-21T03:09:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-21T03:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=461ea400887a576dba102816f72af1d6966e1768'/>
<id>461ea400887a576dba102816f72af1d6966e1768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in metadata to be installed without ignoring REQUIRES_PYTHON</title>
<updated>2020-01-20T15:37:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-20T15:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d92f778b6c88c8a36c4aecac9543d9297c425096'/>
<id>d92f778b6c88c8a36c4aecac9543d9297c425096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move test dependencies to package metadata.</title>
<updated>2020-01-19T20:05:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T19:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6d4e23882a5b1e1f31fb452aaad9d19cf0d02604'/>
<id>6d4e23882a5b1e1f31fb452aaad9d19cf0d02604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1980 from pypa/feature/bootstrap-in-tox</title>
<updated>2020-01-19T16:59:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T16:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e44bf410b1d8c664950abe41efb1d7fff7109cb7'/>
<id>e44bf410b1d8c664950abe41efb1d7fff7109cb7</id>
<content type='text'>
Bootstrap the environment in tox, allowing simple 'tox' to run tests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bootstrap the environment in tox, allowing simple 'tox' to run tests.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove another reference to py27</title>
<updated>2020-01-19T16:55:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T16:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=98bf0b5d2da335aa12517cbb01bc733eee3b216b'/>
<id>98bf0b5d2da335aa12517cbb01bc733eee3b216b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines.</title>
<updated>2020-01-19T16:54:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T16:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=94f88bf48af78c4f961fe42241da556837efa3c1'/>
<id>94f88bf48af78c4f961fe42241da556837efa3c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore testing on Python 2, bypassing the requires-python check when installing setuptools.</title>
<updated>2020-01-12T16:44:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-12T15:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8e6b9933e9981fc9ab19eef3dee93d0f703c4140'/>
<id>8e6b9933e9981fc9ab19eef3dee93d0f703c4140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rely on tox-pip-version to upgrade pip and minimize the hack for removing setuptools from the environment.</title>
<updated>2020-01-12T16:31:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-12T16:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6cb025eadfbc6bf017ba2bfd80c192ac377be9fb'/>
<id>6cb025eadfbc6bf017ba2bfd80c192ac377be9fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
