<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 2.4.3</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>Updated LICENSE with current year.</title>
<updated>2023-01-28T00:37:49+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2023-01-28T00:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=031832a76b7a9e25d708153085d18d5366ff318d'/>
<id>031832a76b7a9e25d708153085d18d5366ff318d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating CHANGELOG for 2.4.3 release.</title>
<updated>2023-01-28T00:36:13+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2023-01-28T00:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6a0e9ea79f977392707199a01dce897e23081be7'/>
<id>6a0e9ea79f977392707199a01dce897e23081be7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed Python 3.6 testing since the testing network no longer supports it on Ubuntu.</title>
<updated>2023-01-28T00:24:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2023-01-27T23:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c6d1624f1a148a8e566ecfff4797caa39e14a140'/>
<id>c6d1624f1a148a8e566ecfff4797caa39e14a140</id>
<content type='text'>
Added Python 3.11 testing support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added Python 3.11 testing support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed mypy and flake8 errors.</title>
<updated>2023-01-28T00:24:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2023-01-27T23:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=694718a970fb5af1fde5f2f60eb4bf1845c9b747'/>
<id>694718a970fb5af1fde5f2f60eb4bf1845c9b747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ValueError caused when passing Cmd.columnize() strings wider than display_width.</title>
<updated>2023-01-28T00:24:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2023-01-27T23:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=50b5aa7523c1b12fa038c8bfb4b68efe680a63c7'/>
<id>50b5aa7523c1b12fa038c8bfb4b68efe680a63c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1253 from python-cmd2/1252-str-to-bool</title>
<updated>2022-11-07T22:05:51+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-07T22:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=23a7d22cb3d2261e77bed3480f33f45cafd21cc2'/>
<id>23a7d22cb3d2261e77bed3480f33f45cafd21cc2</id>
<content type='text'>
Enhance str_to_bool() to accept other types</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enhance str_to_bool() to accept other types</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up spacing</title>
<updated>2022-11-06T02:35:43+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=860403e4c46e3f8b64efcac2bb08ef2754ebf698'/>
<id>860403e4c46e3f8b64efcac2bb08ef2754ebf698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for to_bool() when passing boolean values</title>
<updated>2022-11-06T02:32:02+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f2a7fcc9b96f595d2e17dcae28c62433ad89f423'/>
<id>f2a7fcc9b96f595d2e17dcae28c62433ad89f423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix black errors</title>
<updated>2022-11-06T02:28:21+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=eff9274456528a96c4e492ce8499916e6594348a'/>
<id>eff9274456528a96c4e492ce8499916e6594348a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update type hints and comments on to_bool()</title>
<updated>2022-11-06T02:24:25+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=5a6df16b2d6cad842a87f055ff688f818571132b'/>
<id>5a6df16b2d6cad842a87f055ff688f818571132b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
