Name: | python3-flask |
---|---|
Version: | 1.1.4 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 882412 |
License: | BSD |
RPM: | python3-flask-1.1.4-1.el7.noarch.rpm |
Source RPM: | python3-flask-1.1.4-1.el7.src.rpm |
Build Date: | Thu Sep 07 2023 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://flask.palletsprojects.com |
Summary: | Micro-framework for Python based on Werkzeug, Jinja 2 and good intentions |
Description: | Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy. |
- Update to version 1.1.4 - Rename python36-flask to python3-flask - Backport patch for CVE-2023-30861, resolves rhbz#2196676 - Run test suite in %check
- Add Requires for setuptools
- Drop unversioned binary
- Remove Obsoletes
- Initial import