Name: | python3-flask |
---|---|
Epoch: | 1 |
Version: | 0.12.2 |
Release: | 4.0.1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 645238 |
License: | BSD |
RPM: | python3-flask-0.12.2-4.0.1.el8.noarch.rpm |
Source RPM: | python-flask-0.12.2-4.0.1.el8.src.rpm |
Build Date: | Tue Aug 01 2023 |
Build Host: | build-ol8-x86_64.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. Python 3 version. |
- Fix for CVE-2023-30861 [Orabug: 35662469] - Add test for CVE-2023-30861 [Orabug: 35662469]
- Add upstream changes from 0.12.4 Resolves: rhbz#1585318 - Add TestJSON to the gating test from upstream Related: rhbz#1585318
- detect UTF encodings when loading json (CVE-2018-1000656) Resolves: rhbz#1623180
- Conditionalize the python2 subpackage
- new version
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Rebuild for Python 3.6 - Have rpmbuild to not fail on python3 test failures