<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools, branch feature/1696-update-vendored-deps</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Add tox env 'update-vendored' that updates the vendored deps. Ref 1696</title>
<updated>2019-04-04T17:53:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-04-04T17:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7427455031ae4878f43caea2e99edd4d0ea24b7a'/>
<id>7427455031ae4878f43caea2e99edd4d0ea24b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add section on reporting security vulnerabilities through Tidelift.</title>
<updated>2019-03-19T12:52:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-03-19T12:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d8b901bc15e2e365c7994cd65758f4181f3d9175'/>
<id>d8b901bc15e2e365c7994cd65758f4181f3d9175</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 #1720 from pganssle/fix_setup_meta</title>
<updated>2019-03-16T19:23:38+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-03-16T19:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4cd3da049027b6321a56ca4724c3a072d1c32cd1'/>
<id>4cd3da049027b6321a56ca4724c3a072d1c32cd1</id>
<content type='text'>
Support requirement parsing in setuptools.build_meta</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support requirement parsing in setuptools.build_meta</pre>
</div>
</content>
</entry>
<entry>
<title>Use pkg_resources.parse_requirements in build_meta</title>
<updated>2019-03-16T19:10:55+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-03-16T17:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5efdf816fddcd8fbc9c3d1e6867a25848b1f9a06'/>
<id>5efdf816fddcd8fbc9c3d1e6867a25848b1f9a06</id>
<content type='text'>
Since pkg_resources is imported elsewhere anyway, we don't get much
value out of porting the requirement parser locally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since pkg_resources is imported elsewhere anyway, we don't get much
value out of porting the requirement parser locally.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in docstring (#1718)</title>
<updated>2019-03-16T17:06:53+00:00</updated>
<author>
<name>Dustin Ingram</name>
<email>di@users.noreply.github.com</email>
</author>
<published>2019-03-16T17:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c27c705f6a326e4820f1a34d6ce1db101dad3a30'/>
<id>c27c705f6a326e4820f1a34d6ce1db101dad3a30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog for PR #1720</title>
<updated>2019-03-16T17:05:29+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-03-16T17:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e33a714f9a9342e7aa035b22eaf29433fd58ba86'/>
<id>e33a714f9a9342e7aa035b22eaf29433fd58ba86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend requirement parsing tests to sdists</title>
<updated>2019-03-16T16:58:29+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-03-16T16:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b54d4c699fc4e1692dadd19bdd7cbcde1c844976'/>
<id>b54d4c699fc4e1692dadd19bdd7cbcde1c844976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add requirement parsing in setuptools.build_meta</title>
<updated>2019-03-16T16:58:29+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-03-16T16:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=318f739d14a810042e6803fa3eb4c4e140f0ef88'/>
<id>318f739d14a810042e6803fa3eb4c4e140f0ef88</id>
<content type='text'>
This fixes GH #1682 by porting the pkg_resources requirement parsing
logic into setuptools.build_meta, so that all valid requirement
specifiers passed to setup_requires will be added to the
get_requires_for_build_* function outputs.

Fixes GH #1682
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes GH #1682 by porting the pkg_resources requirement parsing
logic into setuptools.build_meta, so that all valid requirement
specifiers passed to setup_requires will be added to the
get_requires_for_build_* function outputs.

Fixes GH #1682
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing test for setup_requires</title>
<updated>2019-03-16T16:58:29+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-03-16T16:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1aa781cd8ee638e7b403ebbd1caa82f8c7d4e6cd'/>
<id>1aa781cd8ee638e7b403ebbd1caa82f8c7d4e6cd</id>
<content type='text'>
Per GH #1682, with setuptools.build_meta we are not properly handling
the situation where setup_requires is actually a newline-delimited
string rather than a list, which is supported by setup.py interface.

This adds several failing (and some passing) tests for how
setup_requires is handled by setuptools.build_meta.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per GH #1682, with setuptools.build_meta we are not properly handling
the situation where setup_requires is actually a newline-delimited
string rather than a list, which is supported by setup.py interface.

This adds several failing (and some passing) tests for how
setup_requires is handled by setuptools.build_meta.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate import io (#1713)</title>
<updated>2019-03-06T14:22:28+00:00</updated>
<author>
<name>Frédéric Chapoton</name>
<email>fchapoton2@gmail.com</email>
</author>
<published>2019-03-06T14:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=16e452a42a3dbbb0ab3d3146ffa3b743cdca2539'/>
<id>16e452a42a3dbbb0ab3d3146ffa3b743cdca2539</id>
<content type='text'>
Found by lgtm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by lgtm</pre>
</div>
</content>
</entry>
</feed>
