From 254fae6ad97d0f80bf8862db208f788cc2e95d10f00d13b1079465c72cfb327c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 26 Nov 2020 09:25:34 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-cmd2?expand=0&rev=76 --- cmd2-1.3.8.tar.gz | 3 --- cmd2-1.4.0.tar.gz | 3 +++ python-cmd2.changes | 7 +++++++ python-cmd2.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cmd2-1.3.8.tar.gz create mode 100644 cmd2-1.4.0.tar.gz diff --git a/cmd2-1.3.8.tar.gz b/cmd2-1.3.8.tar.gz deleted file mode 100644 index 39f9084..0000000 --- a/cmd2-1.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6f6254def8ba479088702f97bca1b999c12e0c38ac5d82dc50a44db93c7108c -size 643320 diff --git a/cmd2-1.4.0.tar.gz b/cmd2-1.4.0.tar.gz new file mode 100644 index 0000000..66f8694 --- /dev/null +++ b/cmd2-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59fa932418603af4e046a96c8985812b05af8a73bfd9d7a386cd1b02c6ab687 +size 660494 diff --git a/python-cmd2.changes b/python-cmd2.changes index 7d2c98b..0cb274f 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 26 09:24:47 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-cmd2.spec b/python-cmd2.spec index 7b9f35f..cdf3bfc 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -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