From e4f3bbe6a32001da1773cf5a086bf72562ac3d90bbc8a57b2dedf9c6ffb7a000 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Jan 2026 08:43:04 +0000 Subject: [PATCH] - update to 4.13.1: * Remove use of ABCMeta for formatters * Run mypy from tox * Deprecate CommandManager namespace argument * Warn on duplicate commands in the same namespace * Revert "Implement conflict resolution" * Implement conflict resolution * typing: Fixups for typed stevedore OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=15 --- cliff-4.12.0.tar.gz | 3 --- cliff-4.13.1.tar.gz | 3 +++ python-cliff.changes | 12 ++++++++++++ python-cliff.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 cliff-4.12.0.tar.gz create mode 100644 cliff-4.13.1.tar.gz diff --git a/cliff-4.12.0.tar.gz b/cliff-4.12.0.tar.gz deleted file mode 100644 index 497cdb6..0000000 --- a/cliff-4.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa9f45f8b216fabbea2a4322d7b0704221455f4ce87492393925cabba743dc6 -size 86665 diff --git a/cliff-4.13.1.tar.gz b/cliff-4.13.1.tar.gz new file mode 100644 index 0000000..92f80cf --- /dev/null +++ b/cliff-4.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79cc0b2c19f6c6e78c82bd923e06785035d77cb0d2a1a483229f0a2836f0ca7 +size 89394 diff --git a/python-cliff.changes b/python-cliff.changes index ca51c7d..4a9eb7a 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 22 08:41:56 UTC 2026 - Dirk Müller + +- update to 4.13.1: + * Remove use of ABCMeta for formatters + * Run mypy from tox + * Deprecate CommandManager namespace argument + * Warn on duplicate commands in the same namespace + * Revert "Implement conflict resolution" + * Implement conflict resolution + * typing: Fixups for typed stevedore + ------------------------------------------------------------------- Wed Nov 26 08:49:45 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-cliff.spec b/python-cliff.spec index 25987c2..18eff04 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cliff -Version: 4.12.0 +Version: 4.13.1 Release: 0 Summary: Command Line Interface Formulation Framework License: Apache-2.0