<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools.egg-info, branch 3.5.1</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Bumped to 3.6 in preparation for next release.</title>
<updated>2014-05-03T17:30:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-03T17:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a781730b09a385da8c6f4102ec0acdc3ff8184a4'/>
<id>a781730b09a385da8c6f4102ec0acdc3ff8184a4</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 failure when find_packages no longer follows symlinks. Ref #195</title>
<updated>2014-05-03T17:14:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-03T17:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=118e245064fe77ea85ae936223edf09ff1448314'/>
<id>118e245064fe77ea85ae936223edf09ff1448314</id>
<content type='text'>
--HG--
extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.4.2 in preparation for next release.</title>
<updated>2014-03-30T17:36:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-30T17:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38'/>
<id>d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-ran egg_info</title>
<updated>2014-03-28T22:13:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-28T22:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=768568cd1bf28ed6c474a19423286211eb0eb502'/>
<id>768568cd1bf28ed6c474a19423286211eb0eb502</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort entry points when writing so they render consistently</title>
<updated>2014-03-16T10:23:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T10:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=97724357315e4ec8068cc2c80a450cd19766f875'/>
<id>97724357315e4ec8068cc2c80a450cd19766f875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PEP 420 namespace packages to find_packages()</title>
<updated>2014-02-12T08:52:26+00:00</updated>
<author>
<name>Wyatt Lee Baldwin</name>
<email>self@wyattbaldwin.com</email>
</author>
<published>2014-02-12T08:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=80fc5b6d418b2df0243989b1b8c999f795f3f55e'/>
<id>80fc5b6d418b2df0243989b1b8c999f795f3f55e</id>
<content type='text'>
On Python 3.3+, `find_packages()` now considers any subdirectory of the
start directory that's not a regular package (i.e., that doesn't have an
`__init__.py`) to be a namespace package.

The other way this supports PEP 420 is by making sure `__pycache__`
directories are never added to the list of packages.

Fixes issue #97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 3.3+, `find_packages()` now considers any subdirectory of the
start directory that's not a regular package (i.e., that doesn't have an
`__init__.py`) to be a namespace package.

The other way this supports PEP 420 is by making sure `__pycache__`
directories are never added to the list of packages.

Fixes issue #97
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.4 in preparation for next release.</title>
<updated>2014-03-16T09:05:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T09:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c74177b8d8c565650abec45d2f90550be0c2702f'/>
<id>c74177b8d8c565650abec45d2f90550be0c2702f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.3 in preparation for next release.</title>
<updated>2014-03-15T03:15:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-15T03:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9fb3ebb7470702513ba603e8011219f44b35537b'/>
<id>9fb3ebb7470702513ba603e8011219f44b35537b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #162: Update dependency on certifi to 1.0.1.</title>
<updated>2014-03-11T01:51:16+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2014-03-11T01:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f7d2631f4d00b8dfe3bd949691025bc957c0ee97'/>
<id>f7d2631f4d00b8dfe3bd949691025bc957c0ee97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.2 in preparation for next release.</title>
<updated>2014-03-08T13:36:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-08T13:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7a47250f321d165b6765d5590c4869d200960edd'/>
<id>7a47250f321d165b6765d5590c4869d200960edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
