<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools, branch 8.0.4</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Update changelog</title>
<updated>2014-12-15T20:42:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-15T20:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8ec591737ea9997dd0adecd52958bdf601c6aa0f'/>
<id>8ec591737ea9997dd0adecd52958bdf601c6aa0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade packaging to 14.4</title>
<updated>2014-12-15T20:33:01+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-15T20:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f8b6c86a3121b2c2b68b2edc97b545d4567601d6'/>
<id>f8b6c86a3121b2c2b68b2edc97b545d4567601d6</id>
<content type='text'>
This fixes an error where there is a different result for if 2.0.5
is contained within &gt;2.0dev and &gt;2.0.dev even though normalization
rules should have made them equal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an error where there is a different result for if 2.0.5
is contained within &gt;2.0dev and &gt;2.0.dev even though normalization
rules should have made them equal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a warning when version is parsed as legacy</title>
<updated>2014-12-13T20:52:17+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-13T20:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3c81a300356155761880d81a8445bd39581d6c85'/>
<id>3c81a300356155761880d81a8445bd39581d6c85</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 8.0.4 in preparation for next release.</title>
<updated>2014-12-15T18:32:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-15T18:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ee2cd1464e2073ba37be8e3003536f2602d51b13'/>
<id>ee2cd1464e2073ba37be8e3003536f2602d51b13</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 8.0.3 for changeset 6c3467488123</title>
<updated>2014-12-15T18:31:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-15T18:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=088ab27715af882ba6cbebfcd688955fe3d19f9c'/>
<id>088ab27715af882ba6cbebfcd688955fe3d19f9c</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>2014-12-15T18:27:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-15T18:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=23b3e1f57c5fab2b8aee73169ddfe19a6fc46a94'/>
<id>23b3e1f57c5fab2b8aee73169ddfe19a6fc46a94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define a __hash__ on the packaging.version.Version subclasses</title>
<updated>2014-12-15T12:41:02+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-15T12:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c0d31b5915055be20b8593170cddb85770b9ccc9'/>
<id>c0d31b5915055be20b8593170cddb85770b9ccc9</id>
<content type='text'>
In Python 3.x a subclass will not inherent the __hash__ method from
the parent classes if the subclass defines a __eq__ method. This
means that without defining our own __hash__ the SetuptoolsVersion
classes are unhashable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.x a subclass will not inherent the __hash__ method from
the parent classes if the subclass defines a __eq__ method. This
means that without defining our own __hash__ the SetuptoolsVersion
classes are unhashable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 8.0.3 in preparation for next release.</title>
<updated>2014-12-14T22:31:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-14T22:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4caa4af6ae275db9a499c27b66cc636cb9c596a1'/>
<id>4caa4af6ae275db9a499c27b66cc636cb9c596a1</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 8.0.2 for changeset 1c03d512e39d</title>
<updated>2014-12-14T22:30:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-14T22:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=998168496d8f1c42760ef94d5ae6d3aa6953a4d6'/>
<id>998168496d8f1c42760ef94d5ae6d3aa6953a4d6</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>2014-12-14T22:30:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-14T22:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0f8f0542eb843e0d84ab551bf2e92fd3cdd6b727'/>
<id>0f8f0542eb843e0d84ab551bf2e92fd3cdd6b727</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
