diff --git a/cmd2-2.5.2.tar.gz b/cmd2-2.5.2.tar.gz deleted file mode 100644 index 1e91ca3..0000000 --- a/cmd2-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b25cb0f3b01b4192dc13073847747ed4843b7106a2291adb2c4f47c93bfc30e -size 724019 diff --git a/cmd2-2.5.4.tar.gz b/cmd2-2.5.4.tar.gz new file mode 100644 index 0000000..d800c63 --- /dev/null +++ b/cmd2-2.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895df845c0a47bc31568d4312fc8b617bb23f6ead3b6ea0d1507bdfdd1cd539d +size 723971 diff --git a/python-cmd2.changes b/python-cmd2.changes index 90537ab..4f28b96 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 7 16:32:16 UTC 2024 - Martin Hauke + +- 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 diff --git a/python-cmd2.spec b/python-cmd2.spec index 56ff3ed..e5e9691 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -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