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:
parent
ca67e822a0
commit
44c8daa6e1
@ -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
|
Thu Apr 19 18:37:06 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: python-Flask-Compress
|
Name: python-Flask-Compress
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compress responses in your Flask app with gzip
|
Summary: Compress responses in Flask apps with gzip
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://libwilliam.github.io/flask-compress/
|
Url: https://libwilliam.github.io/flask-compress/
|
||||||
@ -39,12 +39,12 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Flask-Compress allows you to easily compress your Flask application's
|
Flask-Compress allows compressing a Flask application's
|
||||||
responses with gzip.
|
responses with gzip.
|
||||||
|
|
||||||
The preferred solution is to have a server (like Nginx) automatically
|
The preferred solution is to have a server (like Nginx) automatically
|
||||||
compress the static files for you. If you don't have that option
|
compress the static files. If that option is not available,
|
||||||
Flask-Compress will solve the problem for you.
|
Flask-Compress can solve the problem.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Flask-Compress-%{version}
|
%setup -q -n Flask-Compress-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user