<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources, branch 20.5</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Merge https://bitbucket.org/pypa/setuptools/pull-requests/185.</title>
<updated>2016-03-29T17:11:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-29T17:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d25e2a585c0e80dc89d72a91f8da0ba8198a4f7c'/>
<id>d25e2a585c0e80dc89d72a91f8da0ba8198a4f7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update most bitbucket references to point to Github now. Fixes #422.</title>
<updated>2016-03-29T16:17:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-29T16:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3b90be7bb6323eb44d0f28864509c1d47aa098de'/>
<id>3b90be7bb6323eb44d0f28864509c1d47aa098de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support environment markers in *_requires, via WorkingSet.</title>
<updated>2016-03-24T00:37:38+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2016-03-24T00:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2d8cb89459af1d68f7efd7da902c9e6954504740'/>
<id>2d8cb89459af1d68f7efd7da902c9e6954504740</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename variables for clarity and easier troubleshooting (avoid masking intermediate 'parts' value).</title>
<updated>2016-03-20T19:12:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-20T19:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=07a1c6988ad6b270a29b1059b7ec71191d67c9bc'/>
<id>07a1c6988ad6b270a29b1059b7ec71191d67c9bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in a test that checks comparsion of Requirement with markers</title>
<updated>2016-03-07T23:38:59+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2016-03-07T23:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=280cce52534dc639fbb2064fa2e2d1e597901882'/>
<id>280cce52534dc639fbb2064fa2e2d1e597901882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in safe_name for project_name, which disappeared in my refactor.</title>
<updated>2016-03-07T03:41:53+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2016-03-07T03:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bd090b8067e77d30325f5b8acc22f9b323c7c222'/>
<id>bd090b8067e77d30325f5b8acc22f9b323c7c222</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change pkg_resources.Requirement to be a subclass of packaging</title>
<updated>2016-03-06T23:33:25+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2016-03-06T23:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=de4bdcffb9f11769465ba3b6bb67cfb8a5b196e2'/>
<id>de4bdcffb9f11769465ba3b6bb67cfb8a5b196e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shift requirement parsing inside Requirement</title>
<updated>2016-03-01T05:07:42+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2016-03-01T05:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0ed33b7a4db605e4608f56d6bdb5efe81762b4cb'/>
<id>0ed33b7a4db605e4608f56d6bdb5efe81762b4cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump vendored packaging to 16.5. Fixes #502.</title>
<updated>2016-02-27T14:20:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-02-27T14:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=26f98e0a8cd1671520e3e8c64a4aa6400873ce9b'/>
<id>26f98e0a8cd1671520e3e8c64a4aa6400873ce9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-run vendoring on packaging 16.4 (adding utils.py module, apparently omitted).</title>
<updated>2016-02-27T14:19:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-02-27T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=721536a8c21a0f6a0dcd0ca92b5e5a613fb42c5e'/>
<id>721536a8c21a0f6a0dcd0ca92b5e5a613fb42c5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
