From dbbecb7166df7389f2e86c7ac5b8ba4e881e9ddd9b16f903ab2ad12a4496cddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Mar 2019 18:44:45 +0000 Subject: [PATCH] Accepting request 685085 from home:jengelh:branches:devel:languages:python - Generalize description and use noun phrase. OBS-URL: https://build.opensuse.org/request/show/685085 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flasgger?expand=0&rev=2 --- python-flasgger.changes | 5 +++++ python-flasgger.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-flasgger.changes b/python-flasgger.changes index 2751b17..17952f5 100644 --- a/python-flasgger.changes +++ b/python-flasgger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 17:03:22 UTC 2019 - Jan Engelhardt + +- Generalize description and use noun phrase. + ------------------------------------------------------------------- Thu Mar 14 11:59:26 UTC 2019 - Tomáš Chvátal diff --git a/python-flasgger.spec b/python-flasgger.spec index 5a25b46..c7da756 100644 --- a/python-flasgger.spec +++ b/python-flasgger.spec @@ -20,7 +20,7 @@ Name: python-flasgger Version: 0.9.2 Release: 0 -Summary: Extract swagger specs from your flask project +Summary: Tool to extract swagger specs from Flask projects License: MIT Group: Development/Languages/Python URL: https://github.com/rochacbruno/flasgger/ @@ -45,7 +45,7 @@ BuildArch: noarch %python_subpackages %description -Flasgger is a Flask extension to extract OpenAPI=Specification from all Flask views registered in your API. +Flasgger is a Flask extension to extract OpenAPI=Specification from all Flask views registered in an API. %prep %setup -q -n flasgger-%{version}