<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools.egg-info/entry_points.txt, branch 6.0</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 5.5.2 in preparation for next release.</title>
<updated>2014-08-10T23:56:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-10T23:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=064554652d35bfd14eb4787a808d4d27d4f643a1'/>
<id>064554652d35bfd14eb4787a808d4d27d4f643a1</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 5.6 in preparation for next release.</title>
<updated>2014-08-10T18:50:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-10T18:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f4ff967301bdd5f33631d2650baad9776baa4c10'/>
<id>f4ff967301bdd5f33631d2650baad9776baa4c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct execfile implementation for Python 2.6. Fixes #236.</title>
<updated>2014-08-01T19:36:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-01T19:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=59e3528c710363e167e0860aab4fd1a611cc058b'/>
<id>59e3528c710363e167e0860aab4fd1a611cc058b</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 on Python 2.6. Ref #236</title>
<updated>2014-08-01T19:29:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-01T19:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=33f496c61e086bd1ac701e44bc17315c0442010c'/>
<id>33f496c61e086bd1ac701e44bc17315c0442010c</id>
<content type='text'>
--HG--
extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953
</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>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>
