From b979c69f8e5669538eb504e877b918b2cff789be3751ecfc1f60d7c32e201fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 29 Jan 2025 14:49:35 +0000 Subject: [PATCH] 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 --- click-extra-4.12.0.tar.gz | 3 --- click-extra-4.13.2.tar.gz | 3 +++ python-click-extra.changes | 23 ++++++++++++++++++++++- python-click-extra.spec | 2 +- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 click-extra-4.12.0.tar.gz create mode 100644 click-extra-4.13.2.tar.gz diff --git a/click-extra-4.12.0.tar.gz b/click-extra-4.12.0.tar.gz deleted file mode 100644 index ebcd810..0000000 --- a/click-extra-4.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de9d947842f104ac1e202ba06590ec27f59e814425336b39dd51b04e45f90510 -size 506330 diff --git a/click-extra-4.13.2.tar.gz b/click-extra-4.13.2.tar.gz new file mode 100644 index 0000000..18ba0a9 --- /dev/null +++ b/click-extra-4.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5792aa8a33a9695992328ca3ebf4858a3aeb471e9a65af70b26955f976550f +size 508966 diff --git a/python-click-extra.changes b/python-click-extra.changes index cd28847..301ba7a 100644 --- a/python-click-extra.changes +++ b/python-click-extra.changes @@ -1,7 +1,28 @@ +------------------------------------------------------------------- +Tue Jan 28 18:48:22 UTC 2025 - Johannes Kastl + +- 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 -- 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 diff --git a/python-click-extra.spec b/python-click-extra.spec index bf7467a..904f5cf 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.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