<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/setup.py, branch 0.9.0</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>Update CHANGELOG in preparation for 0.9.0 release</title>
<updated>2018-05-28T15:28:35+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-05-28T15:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e54e5a5b891548df4df0acb04b6e607ad8f871b1'/>
<id>e54e5a5b891548df4df0acb04b6e607ad8f871b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update for current best practices for dev dependency installation</title>
<updated>2018-05-18T23:11:20+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-05-18T23:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ded80cc1434527b6a10e29ba9223e9935dec235e'/>
<id>ded80cc1434527b6a10e29ba9223e9935dec235e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated setup.py</title>
<updated>2018-05-02T03:40:24+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-05-02T03:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=dbf4846e8bc0e6ca38c928d8fe4752f9b6173803'/>
<id>dbf4846e8bc0e6ca38c928d8fe4752f9b6173803</id>
<content type='text'>
Changes include:
- Removed support for versions of setuptools prior to 18.0 (dating to early 2015)
    - This removed some extra logic related to conditional dependencies and simplified the imports
- Added a python_requires statement to require Python 3.4 or newer
    - I believe this requires setuptools &gt;= 34.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes include:
- Removed support for versions of setuptools prior to 18.0 (dating to early 2015)
    - This removed some extra logic related to conditional dependencies and simplified the imports
- Added a python_requires statement to require Python 3.4 or newer
    - I believe this requires setuptools &gt;= 34.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Really get rid of the inputFrom stuff, including documentation</title>
<updated>2018-04-29T22:09:54+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-04-29T22:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1297be25d68b0c8e511b819c906f0d5e0a942606'/>
<id>1297be25d68b0c8e511b819c906f0d5e0a942606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pyparsing from setup.py as a dependency</title>
<updated>2018-04-28T16:24:11+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-04-28T16:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=85a3cc1320bafc2a44c75b630835bcc0635b61de'/>
<id>85a3cc1320bafc2a44c75b630835bcc0635b61de</id>
<content type='text'>
Also:
- updated README.md to correctly state 3rd-party dependencies
- Updated docs/requirements.txt to no longer include pyparsing for ReadTheDocs build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- updated README.md to correctly state 3rd-party dependencies
- Updated docs/requirements.txt to no longer include pyparsing for ReadTheDocs build
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into autocompleter</title>
<updated>2018-04-18T04:05:01+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2018-04-18T04:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a448192c3747ac95c04d85c0da4abfb90297251a'/>
<id>a448192c3747ac95c04d85c0da4abfb90297251a</id>
<content type='text'>
Updated AutoCompleter (#349) to match new directory structure from
packaging effort.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated AutoCompleter (#349) to match new directory structure from
packaging effort.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bringing back color. Updated dependencies to include colorama.</title>
<updated>2018-04-17T16:21:59+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2018-04-17T16:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=658562235b9f4fd7b5ebb01b386cba9dc541e4e7'/>
<id>658562235b9f4fd7b5ebb01b386cba9dc541e4e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempting to fix tox run of unit tests</title>
<updated>2018-04-17T07:42:31+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-04-17T07:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=7bad93fbe4214a767f7dc92dc9ee5958f4bb379c'/>
<id>7bad93fbe4214a767f7dc92dc9ee5958f4bb379c</id>
<content type='text'>
Local py.test run of unit tests now passes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Local py.test run of unit tests now passes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic structure for cmd2 as a package</title>
<updated>2018-04-17T05:21:59+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-04-17T05:21:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=46ebe95304de710145ded8caf421c6b6950dba6d'/>
<id>46ebe95304de710145ded8caf421c6b6950dba6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Basic structure for cmd2 as a package"</title>
<updated>2018-04-17T05:09:26+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-04-17T05:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=49f02121cbe01de1c8203a15e22ab928b37b8971'/>
<id>49f02121cbe01de1c8203a15e22ab928b37b8971</id>
<content type='text'>
This reverts commit 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.
</pre>
</div>
</content>
</entry>
</feed>
