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}