From 35d283cb400db6dddb03b01ba8a52438f8fcf93e934bc3c6b786f1e0071c8739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Aug 2018 14:55:59 +0000 Subject: [PATCH] Accepting request 628142 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/628142 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=3 --- python-python-gitlab.changes | 5 +++++ python-python-gitlab.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index 37d9a4c..857f841 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 8 14:53:53 UTC 2018 - jengelh@inai.de + +- Use noun phrase in summary. + ------------------------------------------------------------------- Fri Aug 3 03:37:05 UTC 2018 - toddrme2178@gmail.com diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index 97e7a1d..eec784f 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -20,7 +20,7 @@ Name: python-python-gitlab Version: 1.5.1 Release: 0 -Summary: Interact with GitLab API +Summary: Python module for interacting with the GitLab API License: LGPL-3.0-only Group: Development/Languages/Python Url: https://github.com/python-gitlab/python-gitlab @@ -42,8 +42,7 @@ BuildArch: noarch %python_subpackages %description -The python-gitlab package is a package providing access to the GitLab -server API. +The python-gitlab package provides access to the GitLab server API. It supports the v4 API of GitLab, and provides a CLI tool (gitlab).