python-Werkzeug

Edit Package python-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.).

Refresh
Refresh
Source Files
Filename Size Changed
Werkzeug-0.10.4.tar.gz 0001137282 1.08 MB
python-Werkzeug.changes 0000021509 21 KB
python-Werkzeug.spec 0000003091 3.02 KB
Revision 14 (latest revision is 95)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 313100 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 14)
- update to 0.10.4:
  - Re-release of 0.10.3 with packaging artifacts manually removed.
  - Re-release of 0.10.2 without packaging artifacts.
  - Fixed issue where ``empty`` could break third-party libraries that relied on
    keyword arguments (pull request ``#675``)
  - Improved ``Rule.empty`` by providing a ```get_empty_kwargs`` to allow setting
    custom kwargs without having to override entire ``empty`` method. (pull
    request ``#675``)
   - Fixed ```extra_files``` parameter for reloader to not cause startup
     to crash when included in server params
   - Using `MultiDict` when building URLs is now not supported again. The behavior
     introduced several regressions.
   - Fix performance problems with stat-reloader (pull request ``#715``).
   - Fixed regression with multiple query values for URLs (pull request ``#667``).
   - Fix issues with eventlet's monkeypatching and the builtin server (pull
     request ``#663``).
   - Changed the error handling of and improved testsuite for the caches in
     ``contrib.cache``.
   - Fixed a bug on Python 3 when creating adhoc ssl contexts, due to `sys.maxint`
     not being defined.
   - Fixed a bug on Python 3, that caused
     :func:`~werkzeug.serving.make_ssl_devcert` to fail with an exception.
   - Added exceptions for 504 and 505.
   - Added support for ChromeOS detection.
   - Added UUID converter to the routing system.
   - Added message that explains how to quit the server.
   - Fixed a bug on Python 2, that caused ``len`` for
     :class:`werkzeug.datastructures.CombinedMultiDict` to crash.
   - Added support for stdlib pbkdf2 hmac if a compatible digest
     is found.
Comments 0
openSUSE Build Service is sponsored by