From c4aae4bf5ec46a610a908e63dc02972e969c7bcc Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Mon, 15 May 2023 08:44:46 +0000 Subject: [PATCH] Accepting request 1087183 from home:VaiTon:branches:devel:languages:python - Version 2.1.0 New features and enhancements - Feature: theming support for list of subcommand aliases by @janluke in #152 - Use the same (Deprecated) label as in Click by @kdeldycke in #153 - Standardize formats of further error messages by @alexreg in #143 Other Changes - Fix type of auto_envvar_prefix param to Context.settings method by @alexreg in #147 - Miscellaneous fixes/improvements to docs by @alexreg in #144 OBS-URL: https://build.opensuse.org/request/show/1087183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloup?expand=0&rev=3 --- cloup-2.1.0.tar.gz | 3 +++ python-cloup.changes | 15 +++++++++++++++ python-cloup.spec | 8 ++++---- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 cloup-2.1.0.tar.gz diff --git a/cloup-2.1.0.tar.gz b/cloup-2.1.0.tar.gz new file mode 100644 index 0000000..0baf8d9 --- /dev/null +++ b/cloup-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd42c7c9cd493fadc53a4236f96178a3f118bbbd945a7f8adafcd5034d826971 +size 224994 diff --git a/python-cloup.changes b/python-cloup.changes index 9db3a22..469cf4b 100644 --- a/python-cloup.changes +++ b/python-cloup.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 15 08:39:44 UTC 2023 - Eyad Issa + +- Version 2.1.0 + New features and enhancements + + - Feature: theming support for list of subcommand aliases by @janluke in #152 + - Use the same (Deprecated) label as in Click by @kdeldycke in #153 + - Standardize formats of further error messages by @alexreg in #143 + + Other Changes + + - Fix type of auto_envvar_prefix param to Context.settings method by @alexreg in #147 + - Miscellaneous fixes/improvements to docs by @alexreg in #144 + ------------------------------------------------------------------- Mon Jan 30 00:12:13 UTC 2023 - Eyad Issa diff --git a/python-cloup.spec b/python-cloup.spec index 9690725..629b03f 100644 --- a/python-cloup.spec +++ b/python-cloup.spec @@ -17,15 +17,15 @@ Name: python-cloup -Version: 2.0.0.post1 +Version: 2.1.0 Release: 0 -Summary: Python packages that adds features to Click +Summary: Adds features to Click: option groups, constraints, subcommand sections and help themes License: BSD-3-Clause URL: https://github.com/janLuke/cloup Source: https://files.pythonhosted.org/packages/source/c/cloup/cloup-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module click >= 8.0} BuildRequires: %{python_module pytest}