diff --git a/cmd2-2.5.4.tar.gz b/cmd2-2.5.4.tar.gz deleted file mode 100644 index d800c63..0000000 --- a/cmd2-2.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:895df845c0a47bc31568d4312fc8b617bb23f6ead3b6ea0d1507bdfdd1cd539d -size 723971 diff --git a/cmd2-2.5.6.tar.gz b/cmd2-2.5.6.tar.gz new file mode 100644 index 0000000..2bc5284 --- /dev/null +++ b/cmd2-2.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b27eaf29169f7aac2fcdf57af879156b7790b50803d24ccfc01a247653de97 +size 724291 diff --git a/python-cmd2.changes b/python-cmd2.changes index 4f28b96..a88e7fb 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 14 19:27:34 UTC 2024 - Martin Hauke + +- Update to version 2.5.6 + * Fixed type hint for with_default_category decorator which + caused type checkers to mistype a subclass of CommandSet as a + plain CommandSet. +- Update to version 2.5.5 + * Fixed type hints for passing a class method to with_argparser + and as_subcommand_to. + * Fixed issue where set command was not always printing a + settable's current value. + ------------------------------------------------------------------- Thu Nov 7 16:32:16 UTC 2024 - Martin Hauke diff --git a/python-cmd2.spec b/python-cmd2.spec index e5e9691..3b02cfd 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -17,7 +17,7 @@ Name: python-cmd2 -Version: 2.5.4 +Version: 2.5.6 Release: 0 Summary: Extra features for standard library's cmd module License: MIT