SHA256
1
0
forked from pool/python-cliff

Compare commits

12 Commits

Author SHA256 Message Date
baf016444e Accepting request 1328626 from devel:languages:python
- 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/request/show/1328626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=49
2026-01-22 14:18:05 +00:00
19ae976265 - 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
2026-01-22 08:43:04 +00:00
bfa2f96a94 Accepting request 1320155 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1320155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=48
2025-11-26 16:18:43 +00:00
ef26190614 - Update to 4.12.0
* typing: Clarify behavior of _run_after_hooks method
  * Remove pkg_resources remnants
  * ruff: Enable E5 rules
  * typing: Update for latest docutils type hints

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=14
2025-11-26 11:08:48 +00:00
eedf9cc5d2 Accepting request 1312738 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1312738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=47
2025-10-22 10:15:16 +00:00
93e2bf1830 - Update to 4.11.0
* mypy: Enable strict mode
  * pre-commit: Bump versions
  * Migrate setup configuration to pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=13
2025-10-21 10:17:55 +00:00
ad7916203d Accepting request 1289187 from home:glaubitz:branches:devel:languages:python
- Update to 4.10.0
  * Bump Python version used for linters to 3.10
  * Drop support for Python 3.9

OBS-URL: https://build.opensuse.org/request/show/1289187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=12
2025-06-30 12:57:05 +00:00
224ce62cef Accepting request 1288578 from devel:languages:python
- 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/request/show/1288578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=46
2025-06-26 09:39:43 +00:00
82d3e08358 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=11 2025-06-25 15:42:41 +00:00
4e8759814d - 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
2025-06-25 15:41:54 +00:00
e9d79cbe67 Accepting request 1236818 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=45
2025-01-12 10:20:47 +00:00
5d49c4a682 - update to 4.8.0:
* Remove unnecessary shebangs
  * ruff: Enable pyupgrade rules
  * Migrate to ruff, ruff-format
  * Drop support for Python 3.8, add Python 3.12
  * pre-commit: Bump versions
  * Normalize columns given by '-c'/'--columns'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=9
2025-01-10 10:02:20 +00:00
4 changed files with 75 additions and 7 deletions

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

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ca45f8df519bbc0722c61049de7b7e442a465fa7f3f552b96d735fa26fd5b26
size 84250

View File

@@ -1,3 +1,72 @@
-------------------------------------------------------------------
Thu Jan 22 08:41:56 UTC 2026 - Dirk Müller <dmueller@suse.com>
- 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 <adrian.glaubitz@suse.com>
- Update to 4.12.0
* typing: Clarify behavior of _run_after_hooks method
* Remove pkg_resources remnants
* ruff: Enable E5 rules
* typing: Update for latest docutils type hints
-------------------------------------------------------------------
Tue Oct 21 08:23:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.11.0
* mypy: Enable strict mode
* pre-commit: Bump versions
* Migrate setup configuration to pyproject.toml
-------------------------------------------------------------------
Mon Jun 30 07:13:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.10.0
* Bump Python version used for linters to 3.10
* Drop support for Python 3.9
-------------------------------------------------------------------
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>
- update to 4.8.0:
* Remove unnecessary shebangs
* ruff: Enable pyupgrade rules
* Migrate to ruff, ruff-format
* Drop support for Python 3.8, add Python 3.12
* pre-commit: Bump versions
* Normalize columns given by '-c'/'--columns'
-------------------------------------------------------------------
Sun Jun 2 13:41:08 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cliff
#
# Copyright (c) 2024 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
@@ -16,8 +16,9 @@
#
%{?sle15_python_module_pythons}
Name: python-cliff
Version: 4.7.0
Version: 4.13.1
Release: 0
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
@@ -35,7 +36,6 @@ BuildRequires: %{python_module Sphinx >= 2.0.0}
BuildRequires: %{python_module cmd2 >= 1.0.0}
BuildRequires: %{python_module coverage >= 4.0}
BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module importlib_metadata >= 4.4}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module stevedore >= 2.0.1}
BuildRequires: %{python_module testscenarios >= 0.4}
@@ -46,7 +46,6 @@ Requires: python-PrettyTable >= 0.7.2
Requires: python-PyYAML >= 3.12
Requires: python-autopage >= 0.4.0
Requires: python-cmd2 >= 1.0.0
Requires: python-importlib_metadata >= 4.4
Requires: python-stevedore >= 2.0.1
BuildArch: noarch
%python_subpackages