From f71a415360cea5a8e7bac870059221ad1eb481581a175bafb634b75dcd6fd31e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 1 Jun 2021 07:00:53 +0000 Subject: [PATCH] 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 --- Flask-Compress-1.5.0.tar.gz | 3 --- Flask-Compress-1.8.0.tar.gz | 3 +++ python-Flask-Compress.changes | 28 ++++++++++++++++++++++++++++ python-Flask-Compress.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 Flask-Compress-1.5.0.tar.gz create mode 100644 Flask-Compress-1.8.0.tar.gz diff --git a/Flask-Compress-1.5.0.tar.gz b/Flask-Compress-1.5.0.tar.gz deleted file mode 100644 index 677d7b2..0000000 --- a/Flask-Compress-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f367b2b46003dd62be34f7fb1379938032656dca56377a9bc90e7188e4289a7c -size 6473 diff --git a/Flask-Compress-1.8.0.tar.gz b/Flask-Compress-1.8.0.tar.gz new file mode 100644 index 0000000..12b5523 --- /dev/null +++ b/Flask-Compress-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c132590e7c948877a96d675c13cbfa64edec0faafa2381678dea6f36aa49a552 +size 10182 diff --git a/python-Flask-Compress.changes b/python-Flask-Compress.changes index 2c0e9b5..90a47f7 100644 --- a/python-Flask-Compress.changes +++ b/python-Flask-Compress.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Nov 26 17:45:07 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-Flask-Compress.spec b/python-Flask-Compress.spec index f3e9a35..8cb4999 100644 --- a/python-Flask-Compress.spec +++ b/python-Flask-Compress.spec @@ -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