From d0f802609d362c783fa2a14f6c2b1587ea7f29f1e45b674e7ef13eea7725de08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 17 Feb 2025 12:03:44 +0000 Subject: [PATCH] Accepting request 1246270 from home:ojkastl_buildservice:Branch_devel_languages_python update to 4.14.1 OBS-URL: https://build.opensuse.org/request/show/1246270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=11 --- click-extra-4.13.2.tar.gz | 3 --- click-extra-4.14.1.tar.gz | 3 +++ python-click-extra.changes | 18 ++++++++++++++++++ python-click-extra.spec | 3 +-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 click-extra-4.13.2.tar.gz create mode 100644 click-extra-4.14.1.tar.gz diff --git a/click-extra-4.13.2.tar.gz b/click-extra-4.13.2.tar.gz deleted file mode 100644 index 18ba0a9..0000000 --- a/click-extra-4.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5792aa8a33a9695992328ca3ebf4858a3aeb471e9a65af70b26955f976550f -size 508966 diff --git a/click-extra-4.14.1.tar.gz b/click-extra-4.14.1.tar.gz new file mode 100644 index 0000000..9a334e6 --- /dev/null +++ b/click-extra-4.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876e80a90ef9b4e0618f145d3bf8222a53247cc943b9b904adc7d4c5944006e8 +size 513643 diff --git a/python-click-extra.changes b/python-click-extra.changes index 301ba7a..f774743 100644 --- a/python-click-extra.changes +++ b/python-click-extra.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Feb 8 09:42:12 UTC 2025 - Johannes Kastl + +- update to 4.14.1: + - Fix upload of Python package to GitHub release on tagging. +- update to 4.14.0: + - Add a new --verbose option on @extra_command and @extra_group + to increase the verbosity level for each additional repetition. + - Add new @verbose_option pre-configured decorator. + - Reassign the short -v option from --verbosity to --verbose. + - Improve logging documentation. + - Align ExtraStreamHandler behavior to logging.StreamHandler. + - Move stream_handler_class and formatter_class arguments from + new_extra_logger to extraBasicConfig. + - Add new file_handler_class argument to extraBasicConfig. + - Fix upload of Python package to GitHub release on tagging. + - Remove dependency on pytest-cases. + ------------------------------------------------------------------- Tue Jan 28 18:48:22 UTC 2025 - Johannes Kastl diff --git a/python-click-extra.spec b/python-click-extra.spec index 904f5cf..72b8d86 100644 --- a/python-click-extra.spec +++ b/python-click-extra.spec @@ -19,7 +19,7 @@ %define module_name click-extra %{?sle15_python_module_pythons} Name: python-click-extra -Version: 4.13.2 +Version: 4.14.1 Release: 0 Summary: Drop-in replacement for Click to make user-friendly and colorful CLI License: GPL-2.0-or-later @@ -48,7 +48,6 @@ BuildRequires: %{python_module pygments >= 2.14} BuildRequires: %{python_module pygments-ansi-color >= 0.3.0} # https://github.com/kdeldycke/click-extra/blob/v4.8.3/pyproject.toml#L117 BuildRequires: %{python_module pytest >= 8} -BuildRequires: %{python_module pytest-cases >= 3.8.3} BuildRequires: %{python_module pytest-httpserver >= 1.0.6} BuildRequires: %{python_module pytest-randomly >= 3.16.0} # /SECTION