Accepting request 888419 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/888419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=36
This commit is contained in:
commit
70b590ea3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e59fa932418603af4e046a96c8985812b05af8a73bfd9d7a386cd1b02c6ab687
|
||||
size 660494
|
3
cmd2-1.5.0.tar.gz
Normal file
3
cmd2-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:701a8c9975c4abc45e5d13906ab149f959f812869106347323a3f89ac0e82a62
|
||||
size 662624
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 25 13:46:11 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user