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