diff options
author | kleink <kleink@pkgsrc.org> | 2013-07-19 18:03:42 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-07-19 18:03:42 +0000 |
commit | c15f2a0cec62a8cc6f7faa0964025f090ee66f45 (patch) | |
tree | e47d1a7bb4c75a20d67026822ad97b9fe5b59d2f /www/py-werkzeug/distinfo | |
parent | 5643104ca18318cd5d02006b5c41cb45b85d5651 (diff) | |
download | pkgsrc-c15f2a0cec62a8cc6f7faa0964025f090ee66f45.tar.gz |
Update py-werkzeug and py-werkzeug-docs to 0.9.2.
Version 0.9.2
-------------
(bugfix release, released on July 18th 2013)
- Added `unsafe` parameter to :func:`~werkzeug.urls.url_quote`.
- Fixed an issue with :func:`~werkzeug.urls.url_quote_plus` not quoting
`'+'` correctly.
- Ported remaining parts of :class:`~werkzeug.contrib.RedisCache` to
Python 3.3.
- Ported remaining parts of :class:`~werkzeug.contrib.MemcachedCache` to
Python 3.3
- Fixed a deprecation warning in the contrib atom module.
- Fixed a regression with setting of content types through the
headers dictionary instead with the content type parameter.
- Use correct name for stdlib secure string comparision function.
- Fixed a wrong reference in the docstring of
:func:`~werkzeug.local.release_local`.
- Fixed an `AttributeError` that sometimes occurred when accessing the
:attr:`werkzeug.wrappers.BaseResponse.is_streamed` attribute.
Diffstat (limited to 'www/py-werkzeug/distinfo')
-rw-r--r-- | www/py-werkzeug/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index 13a2a240192..06e01fbfe9f 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/07/09 17:11:42 kleink Exp $ +$NetBSD: distinfo,v 1.3 2013/07/19 18:03:42 kleink Exp $ -SHA1 (Werkzeug-0.9.1.tar.gz) = b6aaee98a88e36b578e2eadaeb0a02b6d7a49ee4 -RMD160 (Werkzeug-0.9.1.tar.gz) = d355332ff7f409c53d93c2e5feb28be175ef7fa2 -Size (Werkzeug-0.9.1.tar.gz) = 1124459 bytes +SHA1 (Werkzeug-0.9.2.tar.gz) = 3925b590fe0abc83a57833107d2b815284a22acf +RMD160 (Werkzeug-0.9.2.tar.gz) = d5d644029553b3b8368fba1a1108a0b451546b8f +Size (Werkzeug-0.9.2.tar.gz) = 1125205 bytes |