Accepting request 1222604 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1222604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2024-11-09 19:52:46 +00:00 committed by Git OBS Bridge
commit 59eaf493fd
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 7 16:32:16 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to versino 2.5.4
* Fixed ZeroDivisionError in async_alert() when
shutil.get_terminal_size().columns is 0.
- Update to version 2.5.3
* Changed CommandSet._cmd to a read-only property which never
returns None because it is meant to be called after the
CommandSet is registered. This addresses type checker errors
that occurred if CommandSet._cmd wasn't cast or checked if
None before use.
-------------------------------------------------------------------
Sun Nov 3 19:58:40 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: python-cmd2
Version: 2.5.2
Version: 2.5.4
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT