<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch 8.1</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>Bumped to 8.1 in preparation for next release.</title>
<updated>2014-12-18T13:39:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-18T13:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9b3f3650b5619c89ded823dc84edb0cbad713bc6'/>
<id>9b3f3650b5619c89ded823dc84edb0cbad713bc6</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.5</title>
<updated>2014-12-18T02:37:45+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-18T02:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ae712b5b623c9541f09816d8926f474d503fec2d'/>
<id>ae712b5b623c9541f09816d8926f474d503fec2d</id>
<content type='text'>
* Normalizes release candidates to 1.0rc1 instead of 1.0c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Normalizes release candidates to 1.0rc1 instead of 1.0c1
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 8.0.5 in preparation for next release.</title>
<updated>2014-12-15T20:43:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-15T20:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4b4d420dac162a07f0ae57d88d563e4e41b290ad'/>
<id>4b4d420dac162a07f0ae57d88d563e4e41b290ad</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='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>
</feed>
