Name: | python3-werkzeug |
---|---|
Version: | 2.0.3 |
Release: | 3.el9.1 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 2039378 |
License: | BSD |
RPM: | python3-werkzeug-2.0.3-3.el9.1.noarch.rpm |
Source RPM: | python-werkzeug-2.0.3-3.el9.1.src.rpm |
Build Date: | Fri Aug 12 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://werkzeug.palletsprojects.com |
Summary: | Comprehensive WSGI web application library |
Description: | Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.). |
- Skip tests and docs until dependencies are in epel9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Update to 2.0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Update to 2.0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Update to 2.0.1 Resolves: rhbz#1795102
- Rebuilt for Python 3.10
- Workaround failing tests with pytest 6.2+ - Fixes: rhbz#1928083