Name: | python-flask |
---|---|
Epoch: | 1 |
Version: | 0.12.4 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 689131 |
License: | BSD |
RPM: | python-flask-0.12.4-2.el7.noarch.rpm |
Source RPM: | python-flask-0.12.4-2.el7.src.rpm |
Build Date: | Fri Apr 26 2019 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://flask.pocoo.org/ |
Summary: | A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions |
Description: | Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more. |
- Add Requires: python-click
- Updated to 0.12.4 - No need to manually build doc anymore. Use upstream compiled.
- Rebuilt for RHEL 7 - tests disabled
- fix wrong requires on sphinx (RHBZ #989361)
- Nuke a Python3 specific file owned by python3-setuptools.
- upstream 0.10.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Add epoch to subpackage Requires.
- Fix changelog messup.
- Unified spec for EL6 and Fedora