From c4aae4bf5ec46a610a908e63dc02972e969c7bcc Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Mon, 15 May 2023 08:44:46 +0000 Subject: [PATCH 1/2] 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} From cadfdeef5166042e7fd94113d4d998f45dbc2b79 Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Mon, 15 May 2023 10:44:31 +0000 Subject: [PATCH 2/2] Accepting request 1087193 from home:jengelh:branches:devel:languages:python factory review OBS-URL: https://build.opensuse.org/request/show/1087193 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloup?expand=0&rev=4 --- python-cloup.changes | 5 +++++ python-cloup.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-cloup.changes b/python-cloup.changes index 469cf4b..9bc4a1e 100644 --- a/python-cloup.changes +++ b/python-cloup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 15 10:05:34 UTC 2023 - Jan Engelhardt + +- Restore summary noun phrase. + ------------------------------------------------------------------- Mon May 15 08:39:44 UTC 2023 - Eyad Issa diff --git a/python-cloup.spec b/python-cloup.spec index 629b03f..b3492e6 100644 --- a/python-cloup.spec +++ b/python-cloup.spec @@ -19,7 +19,7 @@ Name: python-cloup Version: 2.1.0 Release: 0 -Summary: Adds features to Click: option groups, constraints, subcommand sections and help themes +Summary: Option groups, constraints, subcommand sections and help themes for Click License: BSD-3-Clause URL: https://github.com/janLuke/cloup Source: https://files.pythonhosted.org/packages/source/c/cloup/cloup-%{version}.tar.gz @@ -37,10 +37,11 @@ BuildArch: noarch %python_subpackages %description -Adds features to Click: option groups, constraints, subcommand sections and help themes. +This module adds features to python-click: option groups, +constraints, subcommand sections and help themes. %prep -%setup -q -n cloup-%{version} +%autosetup -n cloup-%{version} %build %python_build