From cadfdeef5166042e7fd94113d4d998f45dbc2b79 Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Mon, 15 May 2023 10:44:31 +0000 Subject: [PATCH] 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