diff --git a/cmd2-1.4.0.tar.gz b/cmd2-1.4.0.tar.gz deleted file mode 100644 index 66f8694..0000000 --- a/cmd2-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e59fa932418603af4e046a96c8985812b05af8a73bfd9d7a386cd1b02c6ab687 -size 660494 diff --git a/cmd2-1.5.0.tar.gz b/cmd2-1.5.0.tar.gz new file mode 100644 index 0000000..4260e1b --- /dev/null +++ b/cmd2-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701a8c9975c4abc45e5d13906ab149f959f812869106347323a3f89ac0e82a62 +size 662624 diff --git a/python-cmd2.changes b/python-cmd2.changes index cee9666..d0743d4 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Apr 25 13:46:11 UTC 2021 - Martin Hauke + +- Update to version 1.5.0 + * Fixed bug where setting always_show_hint=True did not show a + hint when completing Settables. + * Fixed bug in editor detection logic on Linux systems that do + not have which. + * Fixed bug in table creator where column headers with tabs + would result in an incorrect width calculation. + * Fixed FileNotFoundError which occurred when running history + --clear and no history file existed. + * Added silent_startup_script option to cmd2.Cmd.__init__(). + If True, then the startup script's output will be suppressed. + Anything written to stderr will still display. + ------------------------------------------------------------------- Thu Dec 3 03:11:35 UTC 2020 - Benjamin Greiner diff --git a/python-cmd2.spec b/python-cmd2.spec index a6096ac..14b6cfc 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,7 +1,7 @@ # # spec file for package python-cmd2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cmd2 -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Extra features for standard library's cmd module License: MIT