15
0

Accepting request 1240919 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 4.13.2

OBS-URL: https://build.opensuse.org/request/show/1240919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=9
This commit is contained in:
2025-01-29 14:49:35 +00:00
committed by Git OBS Bridge
parent e5e2f1b7ce
commit b979c69f8e
4 changed files with 26 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,7 +1,28 @@
-------------------------------------------------------------------
Tue Jan 28 18:48:22 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 4.13.2:
- Re-release to fix Github publishing.
- Reactivates some color tests on Windows.
- update to 4.13.1:
- [changelog] Release v4.13.1
- update to 4.13.0:
- Revamps logging helpers and aligns them with Python's logging
module.
- Remove extra_basic_config.
- Adds new extraBasicConfig, and aligns it with Python's
basicConfig.
- Replace ExtraLogFormatter with ExtraFormatter.
- Replace ExtraLogHandler with ExtraStreamHandler.
- Add new new_extra_logger helper.
- Rewrite the logging documentation with all use-cases and custom
configuration examples. Closes {issue}989.
- Removes old platforms page from documentation.
-------------------------------------------------------------------
Mon Jan 20 06:03:47 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 4.12.0
- update to 4.12.0:
- Remove Click Extra's own implementation of HelpOption class now
that fixes have reached Click's upstream.
- Redefine @help_option decorator to default to --help/-h

View File

@@ -19,7 +19,7 @@
%define module_name click-extra
%{?sle15_python_module_pythons}
Name: python-click-extra
Version: 4.12.0
Version: 4.13.2
Release: 0
Summary: Drop-in replacement for Click to make user-friendly and colorful CLI
License: GPL-2.0-or-later