Subject: CVS commit: pkgsrc/www/py-werkzeug
From: Adam Ciarcinski
Date: 2018-04-18 09:37:33
Message id: 20180418073733.447BFFBEC@cvs.NetBSD.org

Log Message:
py-werkzeug: updated to 0.14.1

Version 0.14.1
Resolved a regression with status code handling in the integrated development server.

Version 0.14
HTTP exceptions are now automatically caught by Request.application.
Added support for edge as browser.
Added support for platforms that lack SpooledTemporaryFile.
Add support for etag handling through if-match
Added support for the SameSite cookie attribute.
Added werkzeug.wsgi.ProxyMiddleware
Implemented has for NullCache
get_multi on cache clients now returns lists all the time.
Improved the watchdog observer shutdown for the reloader to not crash on exit on \ 
older Python versions.
Added support for filename* filename attributes according to RFC 2231
Resolved an issue where machine ID for the reloader PIN was not read accurately \ 
on windows.
Added a workaround for syntax errors in init files in the reloader.
Added support for using the reloader with console scripts on windows.
The built-in HTTP server will no longer close a connection in cases where no \ 
HTTP body is expected (204, 204, HEAD requests etc.)
The EnvironHeaders object now skips over empty content type and lengths if they \ 
are set to falsy values.
Werkzeug will no longer send the content-length header on 1xx or 204/304 responses.
Cookie values are now also permitted to include slashes and equal signs without \ 
quoting.
Relaxed the regex for the routing converter arguments.
If cookies are sent without values they are now assumed to have an empty value \ 
and the parser accepts this. Previously this could have corrupted cookies that \ 
followed the value.
The test Client and EnvironBuilder now support mimetypes like the request object \ 
does.
Added support for static weights in URL rules.
Better handle some more complex reloader scenarios where sys.path contained non \ 
directory paths.
EnvironHeaders no longer raises weird errors if non string keys are passed to it.

Files:
RevisionActionfile
1.14modifypkgsrc/www/py-werkzeug/Makefile
1.19modifypkgsrc/www/py-werkzeug/Makefile.common
1.8modifypkgsrc/www/py-werkzeug/PLIST
1.18modifypkgsrc/www/py-werkzeug/distinfo