Accepting request 851146 from home:apersaud:branches:devel:languages:python:flask
update to latest version OBS-URL: https://build.opensuse.org/request/show/851146 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-Compress?expand=0&rev=6
This commit is contained in:
parent
6a32d96600
commit
f71a415360
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f367b2b46003dd62be34f7fb1379938032656dca56377a9bc90e7188e4289a7c
|
|
||||||
size 6473
|
|
3
Flask-Compress-1.8.0.tar.gz
Normal file
3
Flask-Compress-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c132590e7c948877a96d675c13cbfa64edec0faafa2381678dea6f36aa49a552
|
||||||
|
size 10182
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 17:45:07 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 1.8.0:
|
||||||
|
* Support ETag header as defined in RFC7232 #17
|
||||||
|
* Implement per-view compression #14
|
||||||
|
|
||||||
|
- changes from version 1.7.0 :
|
||||||
|
* The following parameters to control Brotli compression are now
|
||||||
|
available: #10
|
||||||
|
+ COMPRESS_BR_MODE
|
||||||
|
+ COMPRESS_BR_LEVEL
|
||||||
|
+ COMPRESS_BR_WINDOW
|
||||||
|
+ COMPRESS_BR_BLOCK
|
||||||
|
* Add deflate support, with COMPRESS_DEFLATE_LEVEL to control
|
||||||
|
compression level (default is -1) #8
|
||||||
|
* The default quality level for Brotli is now 4, which provides
|
||||||
|
compression comparable to gzip at the default setting, while
|
||||||
|
reducing the time required versus the Brotli default of 11
|
||||||
|
|
||||||
|
- changes from version 1.6.0:
|
||||||
|
* Support for multiple compression algorithms and quality factors #7
|
||||||
|
* Modified default compression settings to use Brotli when available
|
||||||
|
before gzip
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 15 14:33:13 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
Fri May 15 14:33:13 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Flask-Compress
|
Name: python-Flask-Compress
|
||||||
Version: 1.5.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compress responses in Flask apps with gzip
|
Summary: Compress responses in Flask apps with gzip
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user