Accepting request 850944 from devel:languages:python

- update to 1.4.0:
  * Fixed tab completion crash on Windows
  * Changed how multiline doc string help is formatted to match style of other help messages

OBS-URL: https://build.opensuse.org/request/show/850944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2020-11-29 11:19:40 +00:00 committed by Git OBS Bridge
commit b9b92b5ba3
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 26 09:24:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.4.0:
* Fixed tab completion crash on Windows
* Changed how multiline doc string help is formatted to match style of other help messages
-------------------------------------------------------------------
Mon Nov 9 18:05:38 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

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