14
0
forked from pool/python-cmd2

Accepting request 1224302 from home:mnhauke

- 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.

OBS-URL: https://build.opensuse.org/request/show/1224302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=102
This commit is contained in:
2024-11-15 08:40:30 +00:00
committed by Git OBS Bridge
parent fa3d1957b8
commit 2e833d7c93
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:895df845c0a47bc31568d4312fc8b617bb23f6ead3b6ea0d1507bdfdd1cd539d
size 723971

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00b27eaf29169f7aac2fcdf57af879156b7790b50803d24ccfc01a247653de97
size 724291

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 14 19:27:34 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de> Thu Nov 7 16:32:16 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

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