<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/setup.py, branch 0.6.7</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>bump version number before release</title>
<updated>2013-09-16T22:32:50+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2013-09-16T22:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c61c9874afd0c7499be4e958f311cb02c5eb091e'/>
<id>c61c9874afd0c7499be4e958f311cb02c5eb091e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the latest version of pyparsing when possible</title>
<updated>2013-09-09T13:43:29+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2013-09-09T13:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=0905c339df9f0a4a203bf50b73434629f3114e95'/>
<id>0905c339df9f0a4a203bf50b73434629f3114e95</id>
<content type='text'>
The 2.0.1 release of pyparsing restores Python 2 and 3
compatibility, so use that instead of setting the
version based on version of Python under which we are
being installed. This facilitates dependencies that
want to support both Python 2 and 3.

Keep the dependency on 1.5.7 for Python 2.5, which is
not supported by pyparsing 2.0.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 2.0.1 release of pyparsing restores Python 2 and 3
compatibility, so use that instead of setting the
version based on version of Python under which we are
being installed. This facilitates dependencies that
want to support both Python 2 and 3.

Keep the dependency on 1.5.7 for Python 2.5, which is
not supported by pyparsing 2.0.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.6.6.1.  No code changes, but using Python2 to generate sdist to avoid writing 2to3 changes into PyPI.</title>
<updated>2013-08-14T20:44:20+00:00</updated>
<author>
<name>Catherine Devlin</name>
<email>catherine.devlin@gmail.com</email>
</author>
<published>2013-08-14T20:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=774834373037cab9c313a8337c1a46ed1a93d5fd'/>
<id>774834373037cab9c313a8337c1a46ed1a93d5fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.6.6 silencing editor check</title>
<updated>2013-08-06T10:29:04+00:00</updated>
<author>
<name>Catherine Devlin</name>
<email>catherine.devlin@gmail.com</email>
</author>
<published>2013-08-06T10:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=57ff26f4a99812054cb1e7530563d18ce13a3c29'/>
<id>57ff26f4a99812054cb1e7530563d18ce13a3c29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>marking v0.6.5.1</title>
<updated>2013-03-18T16:43:23+00:00</updated>
<author>
<name>Catherine Devlin</name>
<email>catherine.devlin@gmail.com</email>
</author>
<published>2013-03-18T16:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=cbd926f18ab937c69149da1aa56edb318b396915'/>
<id>cbd926f18ab937c69149da1aa56edb318b396915</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the setup.py so it doesn't throw when running under Python 2.6.</title>
<updated>2013-03-01T04:50:48+00:00</updated>
<author>
<name>Tomaz Muraus</name>
<email>tomaz@tomaz.me</email>
</author>
<published>2013-03-01T04:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9c2f8f9a1f93555530e9f3cdf49310ca90ec5b88'/>
<id>9c2f8f9a1f93555530e9f3cdf49310ca90ec5b88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.6.5</title>
<updated>2013-02-28T05:10:34+00:00</updated>
<author>
<name>Catherine Devlin</name>
<email>catherine.devlin@gmail.com</email>
</author>
<published>2013-02-28T05:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=076061878bae0abd2e89d54b0be27d35c59283cc'/>
<id>076061878bae0abd2e89d54b0be27d35c59283cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyparsing 2.0.0 only if on Python3</title>
<updated>2013-02-19T09:33:12+00:00</updated>
<author>
<name>Catherine Devlin</name>
<email>catherine.devlin@gmail.com</email>
</author>
<published>2013-02-19T09:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=09995d8f5ab10ee6dd7c1963b16365fa8ed62fc4'/>
<id>09995d8f5ab10ee6dd7c1963b16365fa8ed62fc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>to version 0.6.4</title>
<updated>2011-08-25T20:27:42+00:00</updated>
<author>
<name>Catherine Devlin</name>
<email>catherine.devlin@gmail.com</email>
</author>
<published>2011-08-25T20:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=01be564e40329f1fc12a6f9b024a7d8442b8ebcd'/>
<id>01be564e40329f1fc12a6f9b024a7d8442b8ebcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require pyparsing 1.5.6 for its Python 3 power</title>
<updated>2011-07-21T03:23:09+00:00</updated>
<author>
<name>Catherine Devlin</name>
<email>catherine.devlin@gmail.com</email>
</author>
<published>2011-07-21T03:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6e58471025072e8eef9c84e3f463d7dc0fb9eebb'/>
<id>6e58471025072e8eef9c84e3f463d7dc0fb9eebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
