15
0
forked from pool/python-cliff

- 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
This commit is contained in:
2025-06-25 15:41:54 +00:00
committed by Git OBS Bridge
parent 8b60e1be1f
commit 73a81b6261
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23eff502e603cf0aa841eaea6662a42cd3064169162b3e596b20226400e34dfd
size 84206

3
cliff-4.9.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b392198293c0b9225d459be8ba710cf8248f1ee33006bdeb3d92fb0012592b4
size 86597

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jun 25 15:41:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <yunus.acar@suse.com>

View File

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