<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/dist.py, branch 18.3.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>Use new string formatting</title>
<updated>2015-05-03T16:39:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-05-03T16:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0cc8362038f6feb3ede00ee9ce8ba8c7d04940d9'/>
<id>0cc8362038f6feb3ede00ee9ce8ba8c7d04940d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render the error message as a single line without a period (for consistency with other usage).</title>
<updated>2015-05-03T16:34:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-05-03T16:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=95a68afdf62f63e044f600ab87a4410db6bdf128'/>
<id>95a68afdf62f63e044f600ab87a4410db6bdf128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the exception render itself.</title>
<updated>2015-05-03T15:59:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-05-03T15:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fb27525a41a3f941aac906564d144d7177d35a79'/>
<id>fb27525a41a3f941aac906564d144d7177d35a79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nicer error when problem in install_requires</title>
<updated>2015-05-01T15:23:57+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-05-01T15:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=33544f0bf806d73495b00b9f8a0e45c25742fbc1'/>
<id>33544f0bf806d73495b00b9f8a0e45c25742fbc1</id>
<content type='text'>
Instead of:

    $ python setup.py egg_info
    error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

We now have the more helpful:

    $ python setup.py egg_info
    error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers.
    Error: Expected version spec in smsdk.authsvc&gt;=0.0.8,2.0 at 2.0

It took me longer than it should to find the problem with the old error
message. The new error message would've helped greatly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of:

    $ python setup.py egg_info
    error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

We now have the more helpful:

    $ python setup.py egg_info
    error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers.
    Error: Expected version spec in smsdk.authsvc&gt;=0.0.8,2.0 at 2.0

It took me longer than it should to find the problem with the old error
message. The new error message would've helped greatly.
</pre>
</div>
</content>
</entry>
<entry>
<title>soften normalized version warning</title>
<updated>2015-02-05T20:11:23+00:00</updated>
<author>
<name>MinRK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2015-02-05T20:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=88f62bfe62531bed69f871425d21d8c4e3203ecf'/>
<id>88f62bfe62531bed69f871425d21d8c4e3203ecf</id>
<content type='text'>
indicate that normalization is happening, but don't be pushy about changing valid versions.

--HG--
branch : no-normalize-warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indicate that normalization is happening, but don't be pushy about changing valid versions.

--HG--
branch : no-normalize-warning
</pre>
</div>
</content>
</entry>
<entry>
<title>remove warning on normalization</title>
<updated>2015-01-20T19:24:18+00:00</updated>
<author>
<name>Min RK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2015-01-20T19:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0478d8fa223ca94e5c9a3f42dd5f92ed8be1270f'/>
<id>0478d8fa223ca94e5c9a3f42dd5f92ed8be1270f</id>
<content type='text'>
It seems inappropriate to show a warning on schemes officially supported in PEP 440.

--HG--
branch : no-normalize-warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems inappropriate to show a warning on schemes officially supported in PEP 440.

--HG--
branch : no-normalize-warning
</pre>
</div>
</content>
</entry>
<entry>
<title>Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed EntryPoint._load.</title>
<updated>2015-01-05T19:21:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-05T19:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=92a553d3adeb431cdf92b136ac9ccc3f2ef98bf1'/>
<id>92a553d3adeb431cdf92b136ac9ccc3f2ef98bf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use except/as, now supported by Python 2.6</title>
<updated>2015-01-04T16:35:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-04T16:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9d6a6e5927ae0e67164383e419f3145fc154467e'/>
<id>9d6a6e5927ae0e67164383e419f3145fc154467e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use underlying invocation of ._load directly</title>
<updated>2014-12-31T17:35:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T17:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=80a28fa8c044ccb74e4ae54544be8c449ebd03e8'/>
<id>80a28fa8c044ccb74e4ae54544be8c449ebd03e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setuptools now uses the 'packaging' package from pkg_resources, unifying the behavior around resolution of that package.</title>
<updated>2014-12-24T22:11:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-24T22:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=170657b68f4b92e7e1bf82f5e19a831f5744af67'/>
<id>170657b68f4b92e7e1bf82f5e19a831f5744af67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
