<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/noxfile.py, 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>Attempt to fix remaining black failures</title>
<updated>2021-02-01T04:13:27+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T04:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=076c9ebea10fba2a978d19057caccab9e8862ab4'/>
<id>076c9ebea10fba2a978d19057caccab9e8862ab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add black for automatic code format</title>
<updated>2021-02-01T03:29:57+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T03:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f456b802754c3d1095b488d670bebba21018d823'/>
<id>f456b802754c3d1095b488d670bebba21018d823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 3.10 testing because it doesn't appear to be available in GitHub Actions yet</title>
<updated>2021-01-31T00:02:15+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-31T00:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=500b13dfaecbb180082ac2797d2ab677603ef0d1'/>
<id>500b13dfaecbb180082ac2797d2ab677603ef0d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to fix flake8 lint run and Python 3.10 runs</title>
<updated>2021-01-30T23:57:53+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-30T23:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=3fc09649e9ec8011d339f0f52b347543077ce8bc'/>
<id>3fc09649e9ec8011d339f0f52b347543077ce8bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only run a single nox session for each version of Python in GitHub Actions matrix</title>
<updated>2021-01-30T23:23:21+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-30T23:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4d4d0c4a8225b68765043159043097dfabf642c0'/>
<id>4d4d0c4a8225b68765043159043097dfabf642c0</id>
<content type='text'>
Also:
- Temporarily disable dependency caching in GitHub Actions
- For Azure Pipelines MacOs testing, add Python 3.9 and remove 3.5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Temporarily disable dependency caching in GitHub Actions
- For Azure Pipelines MacOs testing, add Python 3.9 and remove 3.5
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation with more explicit discussions on testing</title>
<updated>2020-08-20T22:08:45+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-20T17:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c62293103e97fd36a4f344d5d6c4c59a2c5b3e59'/>
<id>c62293103e97fd36a4f344d5d6c4c59a2c5b3e59</id>
<content type='text'>
Added unit test to verify command name validation updates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added unit test to verify command name validation updates.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding explicit python 3.5.2 test to nox, travis</title>
<updated>2020-08-11T17:01:25+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-11T15:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=115143a1a3626cd651d3d18affd13cd60e1d06c8'/>
<id>115143a1a3626cd651d3d18affd13cd60e1d06c8</id>
<content type='text'>
Python 3.5.2 introduced a bug in typing that was fixed in 3.5.3.
The bug in typing prevents the latest nox from running properly.
Ubuntu 16.04 stopped at python 3.5.2.
To work-around, force an older version of nox when testing 3.5.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.5.2 introduced a bug in typing that was fixed in 3.5.3.
The bug in typing prevents the latest nox from running properly.
Ubuntu 16.04 stopped at python 3.5.2.
To work-around, force an older version of nox when testing 3.5.2
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding explicit python 3.5.3 test to nox, travis.</title>
<updated>2020-08-11T03:00:09+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-06T18:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9d314de00100642679abda2cd5e7e0302cde9679'/>
<id>9d314de00100642679abda2cd5e7e0302cde9679</id>
<content type='text'>
Copied 3.5.4 definition of typing.Deque
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied 3.5.4 definition of typing.Deque
</pre>
</div>
</content>
</entry>
<entry>
<title>updated imports</title>
<updated>2020-08-04T17:38:08+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-07-24T16:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=06cee9126839c465a356f8b44a5f008853eb8cad'/>
<id>06cee9126839c465a356f8b44a5f008853eb8cad</id>
<content type='text'>
Added additional documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added additional documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Added type annotations for fields in cmd2.Cmd.</title>
<updated>2020-07-21T20:59:24+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-07-16T21:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=0b64604eb9a370267aaca2a045378a2db5eaebcb'/>
<id>0b64604eb9a370267aaca2a045378a2db5eaebcb</id>
<content type='text'>
Cleaned up docstring in external test plugin
Updated some initialization to match new approach for version info discovery.
Tagged some IDE-only lines as no-cover
Adds plugin coverage reporting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleaned up docstring in external test plugin
Updated some initialization to match new approach for version info discovery.
Tagged some IDE-only lines as no-cover
Adds plugin coverage reporting.
</pre>
</div>
</content>
</entry>
</feed>
