15
0

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
This commit is contained in:
2025-02-17 12:03:44 +00:00
committed by Git OBS Bridge
parent b979c69f8e
commit d0f802609d
4 changed files with 22 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Feb 8 09:42:12 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>

View File

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