Accepting request 610558 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/610558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-Compress?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-05-19 13:43:54 +00:00 committed by Git OBS Bridge
parent ca67e822a0
commit 44c8daa6e1
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 18 19:55:21 UTC 2018 - jengelh@inai.de
- The description should not assume any use context.
-------------------------------------------------------------------
Thu Apr 19 18:37:06 UTC 2018 - toddrme2178@gmail.com

View File

@ -21,7 +21,7 @@
Name: python-Flask-Compress
Version: 1.4.0
Release: 0
Summary: Compress responses in your Flask app with gzip
Summary: Compress responses in Flask apps with gzip
License: MIT
Group: Development/Languages/Python
Url: https://libwilliam.github.io/flask-compress/
@ -39,12 +39,12 @@ BuildArch: noarch
%python_subpackages
%description
Flask-Compress allows you to easily compress your Flask application's
Flask-Compress allows compressing a Flask application's
responses with gzip.
The preferred solution is to have a server (like Nginx) automatically
compress the static files for you. If you don't have that option
Flask-Compress will solve the problem for you.
compress the static files. If that option is not available,
Flask-Compress can solve the problem.
%prep
%setup -q -n Flask-Compress-%{version}