From 44c8daa6e100eaac337b3a8c4a7e3fe039f754cf2451c5fb4c654531c280661a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 19 May 2018 13:43:54 +0000 Subject: [PATCH] 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 --- python-Flask-Compress.changes | 5 +++++ python-Flask-Compress.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-Flask-Compress.changes b/python-Flask-Compress.changes index ad96a36..8b7ba50 100644 --- a/python-Flask-Compress.changes +++ b/python-Flask-Compress.changes @@ -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 diff --git a/python-Flask-Compress.spec b/python-Flask-Compress.spec index c5605dc..5608c9c 100644 --- a/python-Flask-Compress.spec +++ b/python-Flask-Compress.spec @@ -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}