summaryrefslogtreecommitdiff
path: root/www/py-werkzeug
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2014-06-13 15:40:42 +0000
committerkleink <kleink@pkgsrc.org>2014-06-13 15:40:42 +0000
commit09397b265b19da27a8994f3b777ff00f679b243b (patch)
tree559f1a9afb5580220f1a072681a0c4e8f440e370 /www/py-werkzeug
parenta330d99a924cfbd57b62340acc8bebc62c8f3ba2 (diff)
downloadpkgsrc-09397b265b19da27a8994f3b777ff00f679b243b.tar.gz
Update py-werkzeug and py-werkzeug-docs to 0.9.6.
Version 0.9.6 ------------- (bugfix release, released on June 7th 2014) - Added a safe conversion for IRI to URI conversion and use that internally to work around issues with spec violations for protocols such as ``itms-service``. Version 0.9.5 ------------- (bugfix release, released on June 7th 2014) - Forward charset argument from request objects to the environ builder. - Fixed error handling for missing boundaries in multipart data. - Fixed session creation on systems without ``os.urandom()``. - Fixed pluses in dictionary keys not being properly URL encoded. - Fixed a problem with deepcopy not working for multi dicts. - Fixed a double quoting issue on redirects. - Fixed a problem with unicode keys appearing in headers on 2.x. - Fixed a bug with unicode strings in the test builder. - Fixed a unicode bug on Python 3 in the WSGI profiler. - Fixed an issue with the safe string compare function on Python 2.7.7 and Python 3.4.
Diffstat (limited to 'www/py-werkzeug')
-rw-r--r--www/py-werkzeug/Makefile.common4
-rw-r--r--www/py-werkzeug/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-werkzeug/Makefile.common b/www/py-werkzeug/Makefile.common
index 4c324bc289f..152d060caad 100644
--- a/www/py-werkzeug/Makefile.common
+++ b/www/py-werkzeug/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.6 2013/08/28 15:52:15 kleink Exp $
+# $NetBSD: Makefile.common,v 1.7 2014/06/13 15:40:42 kleink Exp $
# used by www/py-werkzeug/Makefile
# used by www/py-werkzeug-docs/Makefile
-DISTNAME= Werkzeug-0.9.4
+DISTNAME= Werkzeug-0.9.6
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 bd3e2093a31..7c25be9c000 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/08/28 15:52:15 kleink Exp $
+$NetBSD: distinfo,v 1.6 2014/06/13 15:40:42 kleink Exp $
-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
+SHA1 (Werkzeug-0.9.6.tar.gz) = d1bc1153ea45c6951845338a8499d94bad46e316
+RMD160 (Werkzeug-0.9.6.tar.gz) = a678e4ea4b2a80c333a5cac5e899f80006883dc6
+Size (Werkzeug-0.9.6.tar.gz) = 1128428 bytes