- update to 2.3.3:

* Added clearer exception handling to `BorderedTable` and `SimpleTable`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=89
This commit is contained in:
Dirk Mueller 2021-12-11 22:10:05 +00:00 committed by Git OBS Bridge
parent 2244e74b39
commit 30d6e29131
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cad18787a26147dad4b161d75c5ab7de16ffe91fef1cfad8e6f18b712746e800
size 675745

3
cmd2-2.3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:750d7eb04d55c3bc2a413e191bc177856f388102de47d11f2210a35266543640
size 675880

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 11 22:08:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.3.3:
* Added clearer exception handling to `BorderedTable` and `SimpleTable`.
-------------------------------------------------------------------
Mon Dec 6 18:04:09 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-cmd2
Version: 2.3.2
Version: 2.3.3
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT