Click here to visit the old openkoji buildsystem (Archived)

Information for build python-flask-compress-1.14-2.fc40

ID38581
Package Namepython-flask-compress
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.14
Release2.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-flask-compress.git#ec4c60e3eb04e3b0110c6f8f3a9cbeb7f76cda80
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 04 May 2024 16:00:25 CST
CompletedSat, 04 May 2024 16:12:35 CST
Taskbuild (f40, /rpms/python-flask-compress.git:ec4c60e3eb04e3b0110c6f8f3a9cbeb7f76cda80)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-flask-compress.git#ec4c60e3eb04e3b0110c6f8f3a9cbeb7f76cda80'}}
Tags
f40
RPMs
src
python-flask-compress-1.14-2.fc40.src.rpm (info) (download)
noarch
python3-flask-compress-1.14-2.fc40.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
hw_info.log
state.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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)