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:
Matej Cepl 2021-06-01 07:00:53 +00:00 committed by Git OBS Bridge
parent 6a32d96600
commit f71a415360
4 changed files with 32 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f367b2b46003dd62be34f7fb1379938032656dca56377a9bc90e7188e4289a7c
size 6473

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c132590e7c948877a96d675c13cbfa64edec0faafa2381678dea6f36aa49a552
size 10182

View File

@ -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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Flask-Compress
Version: 1.5.0
Version: 1.8.0
Release: 0
Summary: Compress responses in Flask apps with gzip
License: MIT