<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources, branch v25.1.1</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>insert(replace=False) should really be a no-op if path is found</title>
<updated>2016-07-28T14:42:04+00:00</updated>
<author>
<name>Min RK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2016-07-27T13:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=58c02d28c216d4195429b220d14ba7326e93a62b'/>
<id>58c02d28c216d4195429b220d14ba7326e93a62b</id>
<content type='text'>
that includes removing duplicates.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that includes removing duplicates.</pre>
</div>
</content>
</entry>
<entry>
<title>only call `dist.activate(True)` for *new* dists,</title>
<updated>2016-07-28T14:42:03+00:00</updated>
<author>
<name>Min RK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2016-07-27T12:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4d158f842cbadb0d4b3bbeee3a8488f5f9a3dee4'/>
<id>4d158f842cbadb0d4b3bbeee3a8488f5f9a3dee4</id>
<content type='text'>
not those loaded by default.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not those loaded by default.</pre>
</div>
</content>
</entry>
<entry>
<title>only insert eggs ahead of parent if not already on path</title>
<updated>2016-07-28T14:42:03+00:00</updated>
<author>
<name>Min RK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2016-07-27T11:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=279e625938d7991755c0aeba63f4293d9b67fa0f'/>
<id>279e625938d7991755c0aeba63f4293d9b67fa0f</id>
<content type='text'>
in `insert_on(replace=False)`

and set `replace=False` by default in `activate()`

Fixes pkg_resources modifying sys.path for all eggs
with SETUPTOOLS_SYS_PATH_TECHINQUE=raw</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in `insert_on(replace=False)`

and set `replace=False` by default in `activate()`

Fixes pkg_resources modifying sys.path for all eggs
with SETUPTOOLS_SYS_PATH_TECHINQUE=raw</pre>
</div>
</content>
</entry>
<entry>
<title>Mark failing tests as xfail until they can be resolved. Ref #591.</title>
<updated>2016-07-23T17:56:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-23T17:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8dea0697aa3089de31f96c02d734d9ed05d3dac9'/>
<id>8dea0697aa3089de31f96c02d734d9ed05d3dac9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put colon-separated compound statement on separate lines.</title>
<updated>2016-07-20T21:44:00+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-07-20T21:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=64335b63f9e03e71d0acd885b8bfd0b4b7a60aa8'/>
<id>64335b63f9e03e71d0acd885b8bfd0b4b7a60aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspellings</title>
<updated>2016-06-25T18:33:23+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-06-25T18:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bba4b3975c834655df6e97f89ed099ab21594d1c'/>
<id>bba4b3975c834655df6e97f89ed099ab21594d1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update packaging to 16.7</title>
<updated>2016-04-23T22:44:24+00:00</updated>
<author>
<name>Geoffrey Sneddon</name>
<email>me@gsnedders.com</email>
</author>
<published>2016-04-23T22:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=fc2afb512cd077a64b008470e213e624495d6efe'/>
<id>fc2afb512cd077a64b008470e213e624495d6efe</id>
<content type='text'>
This adds support for the deprecated python_implementation marker
which was an undocumented setuptools marker prior to 20.2 in
addition to the newer markers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for the deprecated python_implementation marker
which was an undocumented setuptools marker prior to 20.2 in
addition to the newer markers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always inject extra into the environment when evaluating markers. Fixes #544.</title>
<updated>2016-04-15T07:03:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-15T07:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dd5caefb987dbd15495047fc653fa71d4667eb43'/>
<id>dd5caefb987dbd15495047fc653fa71d4667eb43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Instead of reasing a new exception, just augment the existing exception, avoiding any concerns about exception type, but still communicating the context necessary to trace the issue. Ref #537.</title>
<updated>2016-04-07T22:42:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-07T22:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=84f1525334eb3e6757ee692767301f62536da260'/>
<id>84f1525334eb3e6757ee692767301f62536da260</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 #537 from ri0t/patch-1</title>
<updated>2016-04-07T22:33:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-07T22:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=06eae67829fb2c292da23d941e3cc9cd9870f1ab'/>
<id>06eae67829fb2c292da23d941e3cc9cd9870f1ab</id>
<content type='text'>
This helps finding packages with bad utf</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps finding packages with bad utf</pre>
</div>
</content>
</entry>
</feed>
