From 73a81b626126e79c3653a84ec37e5c12d06a661492088ce3a6a01d1ddd0ce39f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 25 Jun 2025 15:41:54 +0000 Subject: [PATCH] - update to 4.9.1: * hooks: Update type hints to reflect reality * command: Filter on empty epilog, not empty hooks * typing: Enable basic typing for tests * typing: Add typing to cliff.formatters * typing: Add typing to cliff.sphinxext * typing: Add typing to cliff.hooks * typing: Add typing to cliff.help * typing: Add typing to cliff.complete * typing: Add typing to cliff.command * typing: Add typing to cliff.commandmanager * typing: Add typing to cliff.\_argparse * typing: Add typing to cliff.columns * typing: Add typing to cliff.interactive * typing: Add typing to cliff.app * pre-commit: Enable mypy * typing: Fix initial typing issues * pre-commit: Bump versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=10 --- cliff-4.8.0.tar.gz | 3 --- cliff-4.9.1.tar.gz | 3 +++ python-cliff.changes | 22 ++++++++++++++++++++++ python-cliff.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 cliff-4.8.0.tar.gz create mode 100644 cliff-4.9.1.tar.gz diff --git a/cliff-4.8.0.tar.gz b/cliff-4.8.0.tar.gz deleted file mode 100644 index 142bac0..0000000 --- a/cliff-4.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23eff502e603cf0aa841eaea6662a42cd3064169162b3e596b20226400e34dfd -size 84206 diff --git a/cliff-4.9.1.tar.gz b/cliff-4.9.1.tar.gz new file mode 100644 index 0000000..49fabae --- /dev/null +++ b/cliff-4.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b392198293c0b9225d459be8ba710cf8248f1ee33006bdeb3d92fb0012592b4 +size 86597 diff --git a/python-cliff.changes b/python-cliff.changes index d1b59c9..5ba3a5b 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 25 15:41:41 UTC 2025 - Dirk Müller + +- update to 4.9.1: + * hooks: Update type hints to reflect reality + * command: Filter on empty epilog, not empty hooks + * typing: Enable basic typing for tests + * typing: Add typing to cliff.formatters + * typing: Add typing to cliff.sphinxext + * typing: Add typing to cliff.hooks + * typing: Add typing to cliff.help + * typing: Add typing to cliff.complete + * typing: Add typing to cliff.command + * typing: Add typing to cliff.commandmanager + * typing: Add typing to cliff.\_argparse + * typing: Add typing to cliff.columns + * typing: Add typing to cliff.interactive + * typing: Add typing to cliff.app + * pre-commit: Enable mypy + * typing: Fix initial typing issues + * pre-commit: Bump versions + ------------------------------------------------------------------- Thu Jan 9 16:03:46 UTC 2025 - Yunus Acar diff --git a/python-cliff.spec b/python-cliff.spec index 123c523..6542524 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,7 +17,7 @@ Name: python-cliff -Version: 4.8.0 +Version: 4.9.1 Release: 0 Summary: Command Line Interface Formulation Framework License: Apache-2.0