diff options
author | kleink <kleink> | 2013-07-19 18:03:42 +0000 |
---|---|---|
committer | kleink <kleink> | 2013-07-19 18:03:42 +0000 |
commit | 040fee605fc17fa423c8f39e1e2dcf76511db2a1 (patch) | |
tree | e47d1a7bb4c75a20d67026822ad97b9fe5b59d2f /www | |
parent | 624ed4bad899deaa65a74714c28998d6f017723e (diff) | |
download | pkgsrc-040fee605fc17fa423c8f39e1e2dcf76511db2a1.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')
-rw-r--r-- | www/py-werkzeug/Makefile.common | 4 | ||||
-rw-r--r-- | www/py-werkzeug/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-werkzeug/Makefile.common b/www/py-werkzeug/Makefile.common index 1228abd7881..b07efe50425 100644 --- a/www/py-werkzeug/Makefile.common +++ b/www/py-werkzeug/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2013/07/09 17:11:42 kleink Exp $ +# $NetBSD: Makefile.common,v 1.4 2013/07/19 18:03:42 kleink Exp $ # used by www/py-werkzeug/Makefile # used by www/py-werkzeug-docs/Makefile -DISTNAME= Werkzeug-0.9.1 +DISTNAME= Werkzeug-0.9.2 CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/ 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 |