Package Release Info

python-Flask-Compress-1.4.0-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-Flask-Compress
python3-Flask-Compress

Change Logs

* Fri May 18 2018 jengelh@inai.de
- The description should not assume any use context.
* Thu Apr 19 2018 toddrme2178@gmail.com
- Update to version 1.4.0
  * Added COMPRESS_REGISTER option to selectively register compression
- Implement single-spec version
* Sun Sep 25 2016 mardnh@gmx.de
- initial package, version 1.3.1
Version: 1.14-bp160.1.11
* Sat Jan 20 2024 Dirk Müller <dmueller@suse.com>
- update to 1.14:
  * Add `text/javascript` mimetype. See #41
  * Use brotlicffi for PyPy
* Thu Nov 30 2023 Antonio Larrosa <alarrosa@suse.com>
- Add %{?sle15_python_module_pythons}
* Sat Nov 05 2022 Arun Persaud <arun@gmx.de>
- specfile:
  * update copyright year
  * use pytest
- update to version 1.13:
  * Re-enable compression for streaming, but hide it behind a new
    option COMPRESS_STREAMS that defaults to True. See #36
* Sun Jun 05 2022 Arun Persaud <arun@gmx.de>
- specfile:
  * update copyright year
- update to version 1.12:
  * Disable compression when response is streamed, see #31
* Sat Mar 05 2022 Arun Persaud <arun@gmx.de>
- specfile:
  * update copyright year
- update to version 1.11:
  * When compression is enabled, accept-encoding is always added to
    the Vary header, fixes #28
* Tue Sep 14 2021 pgajdos@suse.com
- %check: actually test the package
* Thu Jul 22 2021 Arun Persaud <arun@gmx.de>
- specfile:
  * update copyright year
  * include setuptools_scm, importlib-metadata
  * updated %files section
- update to version 1.10.1:
  * no changelog available at the moment
- changes from version 1.10.0 :
  * Automate the release process with GitHub Actions
  * Use setuptools_scm to manage package versions
  * The layout is now an actual package rather than a single module
  * Clean up unused files
* Thu Nov 26 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