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.
This commit is contained in:
parent
fb37a2f298
commit
1975695a4d
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue