diff options
author | kleink <kleink> | 2013-08-28 15:52:15 +0000 |
---|---|---|
committer | kleink <kleink> | 2013-08-28 15:52:15 +0000 |
commit | 9b94fbefca8623433584d3a8f43a8e98711379ef (patch) | |
tree | 19f153d045e12d7d657ae4e9186d556772f84c14 /www | |
parent | 0152ef6b039242fc63371cbdbe5674ad8316fba2 (diff) | |
download | pkgsrc-9b94fbefca8623433584d3a8f43a8e98711379ef.tar.gz |
Update py-werkzeug and py-werkzeug-docs to 0.9.4.
Version 0.9.4
-------------
(bugfix release, released on August 26th 2013)
- Fixed an issue with Python 3.3 and an edge case in cookie parsing.
- Fixed decoding errors not handled properly through the WSGI
decoding dance.
- Fixed URI to IRI conversion incorrectly decoding percent signs.
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 c51042cff4f..4c324bc289f 100644 --- a/www/py-werkzeug/Makefile.common +++ b/www/py-werkzeug/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2013/07/26 09:16:00 kleink Exp $ +# $NetBSD: Makefile.common,v 1.6 2013/08/28 15:52:15 kleink Exp $ # used by www/py-werkzeug/Makefile # used by www/py-werkzeug-docs/Makefile -DISTNAME= Werkzeug-0.9.3 +DISTNAME= Werkzeug-0.9.4 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 5446a7a60f6..bd3e2093a31 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/07/26 09:16:00 kleink Exp $ +$NetBSD: distinfo,v 1.5 2013/08/28 15:52:15 kleink Exp $ -SHA1 (Werkzeug-0.9.3.tar.gz) = 141014f20a3ceefd7d5b7336dc256c8d104c0bfc -RMD160 (Werkzeug-0.9.3.tar.gz) = d58b062d21950ac62764992f943d521455d5499f -Size (Werkzeug-0.9.3.tar.gz) = 1126096 bytes +SHA1 (Werkzeug-0.9.4.tar.gz) = a5e87944a7b607976ffea36849130b046b9a7fb9 +RMD160 (Werkzeug-0.9.4.tar.gz) = 9ea286e6ca27cc47d5bf9324f8ddc5181afe1c59 +Size (Werkzeug-0.9.4.tar.gz) = 1126353 bytes |