<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/dist.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>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>Declare argtypes and restype on SetFileAttributesW so that it will cast Python 2 bytestrings to Unicode automatically.</title>
<updated>2014-10-19T12:02:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-10-19T12:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ae6eb3131a935824d1aca43c6ac5ac6bb4907078'/>
<id>ae6eb3131a935824d1aca43c6ac5ac6bb4907078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The name win32 is a misnomer. Use 'windows_support' instead.</title>
<updated>2014-10-19T11:52:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-10-19T11:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5c68f3db41766e24d5fe6f7adbfd713bc83786a3'/>
<id>5c68f3db41766e24d5fe6f7adbfd713bc83786a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache eggs required for building in .eggs dir</title>
<updated>2014-10-13T17:37:00+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-10-13T17:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c64524729fbd21cf5ad430acad82bf399b6f723d'/>
<id>c64524729fbd21cf5ad430acad82bf399b6f723d</id>
<content type='text'>
This makes it so that these eggs don't prevent `install_requires` from
installing these packages.

Fixes ticket #80; workaround for ticket #209

--HG--
branch : put_setup_requires_egg_in_cache_dir_4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it so that these eggs don't prevent `install_requires` from
installing these packages.

Fixes ticket #80; workaround for ticket #209

--HG--
branch : put_setup_requires_egg_in_cache_dir_4
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer packaging library if available.</title>
<updated>2014-09-27T20:13:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-09-27T20:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7d9c21a893431798ba77edd62b5490ff4ce47ecf'/>
<id>7d9c21a893431798ba77edd62b5490ff4ce47ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement PEP 440 by using the packaging library</title>
<updated>2014-09-26T00:55:27+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-09-05T01:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9382fa0c05e533400613e1c7c0a777cabb463390'/>
<id>9382fa0c05e533400613e1c7c0a777cabb463390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include setup_requires directive in Distribution attributes and metadata. Fixes #239.</title>
<updated>2014-08-10T18:06:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-10T18:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=50cd15aef3a657ee9cf86326e18e3bc2919b4cf6'/>
<id>50cd15aef3a657ee9cf86326e18e3bc2919b4cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use numbers.Number to detect numeric type</title>
<updated>2014-07-05T17:34:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-05T17:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f3829d8bd0cd852be133f8822aa4493a7a12fd51'/>
<id>f3829d8bd0cd852be133f8822aa4493a7a12fd51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract variable for clarity.</title>
<updated>2014-06-18T15:03:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-18T15:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=25a0f6733a92425e55830f8169a38fc9b0d3350e'/>
<id>25a0f6733a92425e55830f8169a38fc9b0d3350e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous import</title>
<updated>2014-06-18T15:02:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-18T15:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=96efb0e69b7caf488f73b1713b35fd442332ef00'/>
<id>96efb0e69b7caf488f73b1713b35fd442332ef00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
