Name: | python3-werkzeug |
---|---|
Version: | 3.1.3 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1955505 |
License: | BSD-3-Clause |
RPM: | python3-werkzeug-3.1.3-1.el10_0.noarch.rpm |
Source RPM: | python-werkzeug-3.1.3-1.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-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.). |
- Update to 3.1.3 (RHBZ#2321679)
- Update to 3.0.6
- Disable tests and docs so we can get this into epel10
- Fix License: python-werkzeug uses BSD-3-Clause
- convert license to SPDX
- Update to 3.0.4 (RHBZ#2307082)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Bootstrap for Python 3.13
- Update to 3.0.3 (fixes RHBZ#2279213)