<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/.github, branch 2.4.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>Upgrade CI build systems to use Python 3.10 (#1151)</title>
<updated>2021-10-20T03:29:58+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-10-20T03:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=35179514fc637244d50a36394e0b20672dc5339b'/>
<id>35179514fc637244d50a36394e0b20672dc5339b</id>
<content type='text'>
* Upgrade CI build systems to use Python 3.10

Changes include:
- Switch Azure Pipelines to use Python 3.10 instead of 3.6
- Switch GitHub Actions to use Python 3.10 instead of 3.10b2 for main CI
- Switch GitHub Actions to use Python 3.10 instead of 3.9 for all auxilliary CI

* Fix nox file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Upgrade CI build systems to use Python 3.10

Changes include:
- Switch Azure Pipelines to use Python 3.10 instead of 3.6
- Switch GitHub Actions to use Python 3.10 instead of 3.10b2 for main CI
- Switch GitHub Actions to use Python 3.10 instead of 3.9 for all auxilliary CI

* Fix nox file</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBitBg classes.</title>
<updated>2021-10-18T17:06:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-10-11T19:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f57b08672af97f9d973148b6c30d74fe4e712d14'/>
<id>f57b08672af97f9d973148b6c30d74fe4e712d14</id>
<content type='text'>
Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes.

Removed dependency on colorama.

Deprecated cmd2.fg. Use cmd2.Fg instead.
Deprecated cmd2.bg. Use cmd2.Bg instead.

Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class.
Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes.

Removed dependency on colorama.

Deprecated cmd2.fg. Use cmd2.Fg instead.
Deprecated cmd2.bg. Use cmd2.Bg instead.

Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class.
Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated files for 2.1.2 release</title>
<updated>2021-07-05T15:31:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-07-05T15:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=36bf4aceca071236256dbc33db4e6c67c51d10b6'/>
<id>36bf4aceca071236256dbc33db4e6c67c51d10b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying to isolate beta</title>
<updated>2021-06-17T18:10:24+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-06-16T21:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=7311a7434bc1e9b581638d2339109f2c241fc9ab'/>
<id>7311a7434bc1e9b581638d2339109f2c241fc9ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setting the version in nox to just '3.10' appears to allow 3.10.0b2 to run for me</title>
<updated>2021-06-17T18:10:24+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-06-16T15:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=25baddfd652f5f8421cbac9d251a4d33d178c18e'/>
<id>25baddfd652f5f8421cbac9d251a4d33d178c18e</id>
<content type='text'>
github CI appears to require full beta version number which is incompatably with how nox wants the version passed in.
Changed CI to run test targets without specifying version and relying on nox to auto-skip unsupported versions
Added Python 3.10 to azure pipelines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
github CI appears to require full beta version number which is incompatably with how nox wants the version passed in.
Changed CI to run test targets without specifying version and relying on nox to auto-skip unsupported versions
Added Python 3.10 to azure pipelines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CI testing on Python 3.10 beta2 (#1122)</title>
<updated>2021-06-15T02:57:04+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-06-15T02:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=279cfda015e8bef231cbce52c8ae1b7b4ce14edf'/>
<id>279cfda015e8bef231cbce52c8ae1b7b4ce14edf</id>
<content type='text'>
* Begin testing on Python 3.10 beta 2

* Try to fix 3.10 build

* Add nox session</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Begin testing on Python 3.10 beta 2

* Try to fix 3.10 build

* Add nox session</pre>
</div>
</content>
</entry>
<entry>
<title>Change mypy and lint github steps to use nox/invoke to make CI validation configuration/commands match developer local commands.</title>
<updated>2021-06-14T15:28:25+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-06-10T15:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=bf1f8ebf09a14b039c7d8b5a5fd790daedcce2a4'/>
<id>bf1f8ebf09a14b039c7d8b5a5fd790daedcce2a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mypy validation action</title>
<updated>2021-04-06T18:54:28+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-05T18:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e8b6456fc73a6f7bdb176251a1539a1886659f32'/>
<id>e8b6456fc73a6f7bdb176251a1539a1886659f32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Python 3.5</title>
<updated>2021-02-21T01:19:23+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-21T01:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=67ea0627879e10e47380482156b1421862e3c956'/>
<id>67ea0627879e10e47380482156b1421862e3c956</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Need to install isort before we can run it ;-)</title>
<updated>2021-02-01T04:26:43+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T04:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c293317e5a7898b5dee08fe7af8087ef3405ad68'/>
<id>c293317e5a7898b5dee08fe7af8087ef3405ad68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
