<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources.py, branch 8.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Add a PEP440Warning to make it easier to silence these warnings</title>
<updated>2014-12-18T13:28:16+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-18T01:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=20eb01f0cac85e0f6a280a8127a872572a53ec9b'/>
<id>20eb01f0cac85e0f6a280a8127a872572a53ec9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't warn on empty non PEP 440 versions</title>
<updated>2014-12-18T01:49:13+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-12-18T01:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6d98caab2c4103cba53e6c601fc127990298ab56'/>
<id>6d98caab2c4103cba53e6c601fc127990298ab56</id>
<content type='text'>
Empty versions which are not PEP 440 are more likely to be the
fault of setuptools internals rather than anything a user has done
so these warnings are needless spam in that situation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Empty versions which are not PEP 440 are more likely to be the
fault of setuptools internals rather than anything a user has done
so these warnings are needless spam in that situation.
</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='http://91.123.203.49/cgit/delta/python-setuptools-git.git/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>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://91.123.203.49/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>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://91.123.203.49/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>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://91.123.203.49/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>Always use the vendored copy of packaging</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:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4ae526d52609fe2a7515d87e4c0d047a826411a7'/>
<id>4ae526d52609fe2a7515d87e4c0d047a826411a7</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.3</title>
<updated>2014-11-20T02:50:23+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-11-19T18:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4b8fbbf7f064f170b0e0040f44bb528147ddedc9'/>
<id>4b8fbbf7f064f170b0e0040f44bb528147ddedc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into use-packaging</title>
<updated>2014-11-19T17:39:18+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-11-19T17:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=09ecca34b3eeb76d4f231040338e1c68bf770702'/>
<id>09ecca34b3eeb76d4f231040338e1c68bf770702</id>
<content type='text'>
Conflicts:
	.hgtags
	CHANGES.txt
	ez_setup.py
	setuptools.egg-info/requires.txt
	setuptools/version.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	.hgtags
	CHANGES.txt
	ez_setup.py
	setuptools.egg-info/requires.txt
	setuptools/version.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix VersionConflict test failure</title>
<updated>2014-10-11T22:42:24+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-10-11T22:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c4bc8b21d203668645ab551318aef5859e3acb9e'/>
<id>c4bc8b21d203668645ab551318aef5859e3acb9e</id>
<content type='text'>
Fixes `TypeError: 'NoneType' object is not iterable` error at pkg_resources.py:632

Fixes issue #270

--HG--
branch : BB-270_fix_VersionConflict_test_failure_2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes `TypeError: 'NoneType' object is not iterable` error at pkg_resources.py:632

Fixes issue #270

--HG--
branch : BB-270_fix_VersionConflict_test_failure_2
</pre>
</div>
</content>
</entry>
</feed>
