Information for build python-flask-compress-1.17-2.fc42

ID15363
Package Namepython-flask-compress
Version1.17
Release2.fc42
Epoch
DraftFalse
SummaryCompress responses in your Flask app with gzip or brotli
DescriptionFlask-Compress allows you to easily compress your Flask application's responses with gzip. The preferred solution is to have a server (like Nginx) automatically compress the static files for you. If you don't have that option Flask-Compress will solve the problem for you.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 16:47:28 UTC
CompletedMon, 09 Jun 2025 16:47:28 UTC
Tags
f42
RPMs
src
python-flask-compress-1.17-2.fc42.src.rpm (info) (download)
noarch
python3-flask-compress-1.17-2.fc42.noarch.rpm (info) (download)
Changelog * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Oct 14 2024 Sandro Mani <manisandro@gmail.com> - 1.17-1 - Update to 1.17 * Sun Oct 13 2024 Sandro Mani <manisandro@gmail.com> - 1.16-2 - BR: python3dist(flask-caching) * Sun Oct 13 2024 Sandro Mani <manisandro@gmail.com> - 1.16-1 - Update to 1.16 * Fri Jul 19 2024 Sandro Mani <manisandro@gmail.com> - 1.15-2 - Add flask-compress_setuptools-scm.patch * Thu Jul 18 2024 Sandro Mani <manisandro@gmail.com> - 1.15-1 - Update to 1.15 * Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 1.14-3 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Sandro <devel@penguinpee.nl> - 1.14-2 - Enable and run tests - Addded `%bcond` defaulting to true. - Dropped BR on `tox` (not required). - Run tests with `pytest` instead of `setup.py`. - Skip tests requiring network. * Fri Jan 26 2024 Sandro <devel@penguinpee.nl> - 1.14-1 - Update to 1.14 (RHBZ#2238283) - Use forge macros. I've done that primarily, because the Source: tag was a lie. On PyPI the project is called Flask-Compress and the tarball is named accordingly. I couldn't download it using `spectool -g`. This way I don't need to mess with `%pypi_name`. * Tue Jan 23 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.13-9 - Stop patching the build system - Fix RHBZ#2259648 (fix setuptools 69.0.3 compatibility)