<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch 8.0.4</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>Add more compatability shims to SetuptoolsVersion</title>
<updated>2014-12-14T18:22:29+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-14T18:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e27bb7d12b73046f4805025fd2a53fc6bb3b1dfa'/>
<id>e27bb7d12b73046f4805025fd2a53fc6bb3b1dfa</id>
<content type='text'>
* Enables indexing the SetuptoolsVersion objects, triggering the
  legacy behavior warning.
* Enables comparing the SetuptoolsVersion object to a tuple, again
  triggering the legacy behavior warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enables indexing the SetuptoolsVersion objects, triggering the
  legacy behavior warning.
* Enables comparing the SetuptoolsVersion object to a tuple, again
  triggering the legacy behavior warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 8.0.2 in preparation for next release.</title>
<updated>2014-12-14T02:42:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-14T02:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5bf45c863a9b88a2c62fdaaeb75538c426ab5d41'/>
<id>5bf45c863a9b88a2c62fdaaeb75538c426ab5d41</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.1 in preparation for next release.</title>
<updated>2014-12-14T02:42:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-14T02:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a2340678d25e143758e12e7d92d9a77cc8daa103'/>
<id>a2340678d25e143758e12e7d92d9a77cc8daa103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore iterating over Version objects for compat with buildout</title>
<updated>2014-12-13T23:36:50+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-13T23:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=18fc31b1516b4493ff1925497d4a6b8bd0110809'/>
<id>18fc31b1516b4493ff1925497d4a6b8bd0110809</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.1 in preparation for next release.</title>
<updated>2014-12-13T15:47:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-13T15:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b3203c3fd58476f0bead1436bf83ef05d3288d26'/>
<id>b3203c3fd58476f0bead1436bf83ef05d3288d26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the use of pacakging.version.Specifier</title>
<updated>2014-11-20T02:50:27+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-11-19T18:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6f74eb003ba0df2049a92c60e2ebd6eaa4aba030'/>
<id>6f74eb003ba0df2049a92c60e2ebd6eaa4aba030</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
