dev-python/flask-compress: Bump to 1.23

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-11-07 04:08:34 +01:00
parent 1d7881ec9e
commit 40b320af7e
2 changed files with 38 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ DIST flask_compress-1.17.tar.gz 15733 BLAKE2B f548983e03b66cfbec55726ab14b757d3a
DIST flask_compress-1.18.tar.gz 16571 BLAKE2B 82a4fae8551136e20befb4a8cc1f26730629e851a555db941023fa98f45813eb3e1e036121daea8713f669b70aceeb2b795ee6995882f4b3dade6af3db5cfcf6 SHA512 a070fca45d0905dabf336151e3014b8cd6727c5fd7b3f157ab5b6fba1571ca05ac973c97727dc787abe9d35957b51e539b72edde8b291954d8fb7ee8919480a2
DIST flask_compress-1.20.tar.gz 17574 BLAKE2B d7b7f2d9fccd0eab28cbb75d0349cd690bd2c36e969f0bf089bffac6ce9f65bdf7083a93ba3d83fb8ef998bf171aa1bf36cd37177f35a79e96499fc675bcb6ac SHA512 ebd168d299d7ece251033159b795ec0cb49b4469d9c498d00304c1e43a4fcc74fbab1651d9852aa6a6815e6e10a423c8b6c03202b1c156e639e563296e4b9c28
DIST flask_compress-1.22.tar.gz 18916 BLAKE2B e2eb64c9fe246ef52111c2dd86ae3b4d6be83fe4ec108bbc4fa0c11541c43680162486f517ffa5657b3d09dd7b97094cd1e23b80554e4d5ecdfe59b76ac17e90 SHA512 6ddfda4e6fe0d12d35de747d0ac2e6d395da8828dafdbb244806aeaf2493c27e90d1eae1f40a8b3181d23cb2e71dcfd35e1b4e1518e06cebab847e88a7bfca17
DIST flask_compress-1.23.tar.gz 20135 BLAKE2B bb1aa78bb1192e0bf12ba29a98dcd910642d156fdd41a890cd80e65904cd910d84919fc33e124f0c88e8fb79ab55a82bdd775177fce3cef4bc12b5b12c4357ce SHA512 e1ccd6c24c54b8c65d3ac833dbb16a145a622241fe60843c81d9a54ef14691c843410098ab3820d1afb24c48ae9c141d82c2696b0635058233ed31449a90a674

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN="Flask-Compress"
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Compress responses in your Flask app with gzip"
HOMEPAGE="
https://github.com/colour-science/flask-compress/
https://pypi.org/project/Flask-Compress/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
# brotli on cpython, brotlicffi on pypy3
RDEPEND="
app-arch/brotli[python,${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/backports-zstd[${PYTHON_USEDEP}]
' 3.{11..13})
"
BDEPEND="
test? (
dev-python/flask-caching[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest