<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools, branch 20.3.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 20.3.1 in preparation for next release.</title>
<updated>2016-03-18T15:14:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-18T15:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=42b002c05ca3ea382cd2ee90563556c9efd3b5e1'/>
<id>42b002c05ca3ea382cd2ee90563556c9efd3b5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2016-03-18T14:49:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-18T14:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d8d4272a7ead62a39679b1beb599d3d1d72a6bfa'/>
<id>d8d4272a7ead62a39679b1beb599d3d1d72a6bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in stevenk_/setuptools (pull request #184)</title>
<updated>2016-03-18T14:48:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-18T14:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=79d48e6b8b3fece072dae0be132eed33302d06f3'/>
<id>79d48e6b8b3fece072dae0be132eed33302d06f3</id>
<content type='text'>
Update documentation for ``Requirement``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update documentation for ``Requirement``.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2016-03-18T14:43:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-18T14:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dc04903df2b3820d11e3600bf52d1aa457044e35'/>
<id>dc04903df2b3820d11e3600bf52d1aa457044e35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in agronholm/setuptools/agronholm/remove-the-import-hook-when-unloading-th-1458177009332 (pull request #182)</title>
<updated>2016-03-18T14:41:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-18T14:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4dc77981545d47e5cfc6264ff6e45b47d727776a'/>
<id>4dc77981545d47e5cfc6264ff6e45b47d727776a</id>
<content type='text'>
. Fixes #519.
Remove the import hook when unloading the old pkg_resources modules
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
. Fixes #519.
Remove the import hook when unloading the old pkg_resources modules
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation for ``Requirement``.</title>
<updated>2016-03-18T04:33:08+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2016-03-18T04:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=db587f4f8c93b6630f6a07f984ce68d0918b929f'/>
<id>db587f4f8c93b6630f6a07f984ce68d0918b929f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Safer way to remove the import hook</title>
<updated>2016-03-17T05:56:44+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2016-03-17T05:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=071e0ed8fea0ab719a9b4a7d1f71c27a5754b819'/>
<id>071e0ed8fea0ab719a9b4a7d1f71c27a5754b819</id>
<content type='text'>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the import hook when unloading the old pkg_resources modules</title>
<updated>2016-03-17T01:10:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2016-03-17T01:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ae6ebd7837573c7f86b07b14725937b3f9d43d1e'/>
<id>ae6ebd7837573c7f86b07b14725937b3f9d43d1e</id>
<content type='text'>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 20.4 in preparation for next release.</title>
<updated>2016-03-15T21:13:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-15T21:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e570a849413f3325c3583afa1fe4f083c9302f92'/>
<id>e570a849413f3325c3583afa1fe4f083c9302f92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag 20.3 for changeset 9c55a3a1268a</title>
<updated>2016-03-15T21:11:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-03-15T21:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5029eaeaaaa4dba80111db659618024603dda41e'/>
<id>5029eaeaaaa4dba80111db659618024603dda41e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
