<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/setuptools/dist.py, branch get_command_list</title>
<subtitle>bitbucket.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/'/>
<entry>
<title>Add get_command_list to dist and process distutils.commands entry points</title>
<updated>2015-12-07T06:52:21+00:00</updated>
<author>
<name>Sachi King</name>
<email>nakato@nakato.io</email>
</author>
<published>2015-12-07T06:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=6a077c42aee7dbefecbce66877a050ebc860438d'/>
<id>6a077c42aee7dbefecbce66877a050ebc860438d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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-bitbucket.git/commit/?id=0674bd5670f2a54c674d5d3ec873d94e8e7bb297'/>
<id>0674bd5670f2a54c674d5d3ec873d94e8e7bb297</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-bitbucket.git/commit/?id=ab23e7670c2f871cafbe67b0b67b427068bcdd2d'/>
<id>ab23e7670c2f871cafbe67b0b67b427068bcdd2d</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-bitbucket.git/commit/?id=3807d72b50d77793b6a346bb0ecd88fad9524024'/>
<id>3807d72b50d77793b6a346bb0ecd88fad9524024</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-bitbucket.git/commit/?id=55deeb2535200e7f08e4ec3ddce6246447bb66d4'/>
<id>55deeb2535200e7f08e4ec3ddce6246447bb66d4</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-bitbucket.git/commit/?id=1f7c0ba8c16c7e4742d06977e04a77796e97bc25'/>
<id>1f7c0ba8c16c7e4742d06977e04a77796e97bc25</id>
<content type='text'>
indicate that normalization is happening, but don't be pushy about changing valid versions.
</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.
</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-bitbucket.git/commit/?id=96af33b8ce958446d435a5fc775bd2d6e26d80b3'/>
<id>96af33b8ce958446d435a5fc775bd2d6e26d80b3</id>
<content type='text'>
It seems inappropriate to show a warning on schemes officially supported in PEP 440.
</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.
</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-bitbucket.git/commit/?id=75a4b86d8cd73d08aa0764e9db5dded8f40fb2b6'/>
<id>75a4b86d8cd73d08aa0764e9db5dded8f40fb2b6</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-bitbucket.git/commit/?id=31ee62ef33d1e32b40ca175f4dd24a29b31b837a'/>
<id>31ee62ef33d1e32b40ca175f4dd24a29b31b837a</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-bitbucket.git/commit/?id=bdda7e296dfef52b639c5fd5a35b023b8cf84731'/>
<id>bdda7e296dfef52b639c5fd5a35b023b8cf84731</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
