<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/MANIFEST.in, branch exit_code</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>Removed CONTRIBUTING.md file from the manifest (i.e. from the PyPI package)</title>
<updated>2021-01-31T18:29:19+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-31T18:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=631eaa92fb50d3e608bda02d29f9ad4b511924c1'/>
<id>631eaa92fb50d3e608bda02d29f9ad4b511924c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all use of AppVeyor for Windows testing because it is slower than GitHub Actions for the same purpose</title>
<updated>2021-01-30T22:40:50+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-30T22:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9da7398193702615344a113d93dda1314db53eb1'/>
<id>9da7398193702615344a113d93dda1314db53eb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deleted configuration for travis-ci.org and also deleted associated webhook within GitHub settings for the repo</title>
<updated>2021-01-30T20:51:08+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-30T20:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=375a7606c642bf006a7488a9699406a3d275ab54'/>
<id>375a7606c642bf006a7488a9699406a3d275ab54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed remaining usages and examples with tox. Updated references to tox to reference to nox instead.</title>
<updated>2020-08-04T19:23:44+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-04T18:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c983abaa881a3ac6110a90194def660489b2d5cc'/>
<id>c983abaa881a3ac6110a90194def660489b2d5cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Swap out tox for nox</title>
<updated>2020-07-08T18:51:31+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-07-07T17:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ff64eff8854c9b52a1f48e4b843e9a738d2b388d'/>
<id>ff64eff8854c9b52a1f48e4b843e9a738d2b388d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup MANIFEST.in to reduce what gets put in package downloadable from PyPI</title>
<updated>2020-01-24T20:00:55+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-01-24T20:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=7b7133747b74f25de8088e6da592c03146c2dfa8'/>
<id>7b7133747b74f25de8088e6da592c03146c2dfa8</id>
<content type='text'>
Also:
- Trivial simplification in setup.py
- Removed redundant copyright.rst file from docs since everything falls under the MIT License and there is already copyright statement in docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Trivial simplification in setup.py
- Removed redundant copyright.rst file from docs since everything falls under the MIT License and there is already copyright statement in docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved clean() function in fabfile.py</title>
<updated>2018-03-03T15:32:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-03T15:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a6f0e06a350f2ab65d3bf635fa7aae0b655ed44a'/>
<id>a6f0e06a350f2ab65d3bf635fa7aae0b655ed44a</id>
<content type='text'>
- It now cleans up all of the following:
    - cmd2.egg-info directory
    - dist directory
    - docs/_build directory
    - htmlcov code coverage directory

Also:
- Tested that the fabfile works with the fabric3 "fab" command
- Removed raw Sphinx docs from MANIFEST.in and hence the PyPI tarball
    - It probably wouldn't help end users to include the raw restructured text files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- It now cleans up all of the following:
    - cmd2.egg-info directory
    - dist directory
    - docs/_build directory
    - htmlcov code coverage directory

Also:
- Tested that the fabfile works with the fabric3 "fab" command
- Removed raw Sphinx docs from MANIFEST.in and hence the PyPI tarball
    - It probably wouldn't help end users to include the raw restructured text files
</pre>
</div>
</content>
</entry>
<entry>
<title>Include docs, examples, and tests in source distribution</title>
<updated>2018-02-21T05:52:22+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-02-21T05:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=3f9788c3582f97353b8551caa92483f97f554ca1'/>
<id>3f9788c3582f97353b8551caa92483f97f554ca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed CHANGES.md to CHANGELOG.md</title>
<updated>2017-08-09T12:50:40+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-08-09T12:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=508088dbdfe5ba7dac077c1b3b60964b4ee0af16'/>
<id>508088dbdfe5ba7dac077c1b3b60964b4ee0af16</id>
<content type='text'>
Just to make it that much more obvious what exactly it is ;-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just to make it that much more obvious what exactly it is ;-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks to PyPI packaging and GitHub front-page</title>
<updated>2017-07-03T18:16:49+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T18:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=54f51420563206b4eaed10e00104b4500113c032'/>
<id>54f51420563206b4eaed10e00104b4500113c032</id>
<content type='text'>
PyPI changes:
- Changed overall cmd2 description
- Fixed pip install warning due to unknown "docs_require" distribution option
- No longer include examples and tests in PyPI *.tar.gz package

GitHub README.md changes:
- Changed top-level cmd2 description
- Improved labels on build badges so it says "unix build: passing" and "windows build: passing" instead of two "build passing" badges right next to each other
- Reorganized layout a little to hopefully do a better job explaining what cmd2 is earlier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPI changes:
- Changed overall cmd2 description
- Fixed pip install warning due to unknown "docs_require" distribution option
- No longer include examples and tests in PyPI *.tar.gz package

GitHub README.md changes:
- Changed top-level cmd2 description
- Improved labels on build badges so it says "unix build: passing" and "windows build: passing" instead of two "build passing" badges right next to each other
- Reorganized layout a little to hopefully do a better job explaining what cmd2 is earlier
</pre>
</div>
</content>
</entry>
</feed>
