1
0
forked from pool/python-cloup

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
This commit is contained in:
Eyad Issa 2023-05-15 10:44:31 +00:00 committed by Git OBS Bridge
parent c4aae4bf5e
commit cadfdeef51
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 15 10:05:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Restore summary noun phrase.
-------------------------------------------------------------------
Mon May 15 08:39:44 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>

View File

@ -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