Fri Jun 13 15:40:42 2014 UTC ()
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.


(kleink)
diff -r1.6 -r1.7 pkgsrc/www/py-werkzeug/Makefile.common
diff -r1.5 -r1.6 pkgsrc/www/py-werkzeug/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/www/py-werkzeug/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/py-werkzeug/Makefile.common 2013/08/28 15:52:15 1.6
+++ pkgsrc/www/py-werkzeug/Makefile.common 2014/06/13 15:40:42 1.7
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.6 2013/08/28 15:52:15 kleink Exp $ 1# $NetBSD: Makefile.common,v 1.7 2014/06/13 15:40:42 kleink Exp $
2 2
3# used by www/py-werkzeug/Makefile 3# used by www/py-werkzeug/Makefile
4# used by www/py-werkzeug-docs/Makefile 4# used by www/py-werkzeug-docs/Makefile
5 5
6DISTNAME= Werkzeug-0.9.4 6DISTNAME= Werkzeug-0.9.6
7CATEGORIES= www python 7CATEGORIES= www python
8MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/ 8MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/
9 9
10DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo 10DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo
11 11
12MAINTAINER= kleink@NetBSD.org 12MAINTAINER= kleink@NetBSD.org
13HOMEPAGE= http://werkzeug.pocoo.org/ 13HOMEPAGE= http://werkzeug.pocoo.org/
14LICENSE= modified-bsd 14LICENSE= modified-bsd
15 15
16DOCDIR= share/doc/${PYPKGPREFIX}-${DISTNAME:tl:C/-[^-]*$//} 16DOCDIR= share/doc/${PYPKGPREFIX}-${DISTNAME:tl:C/-[^-]*$//}
17 17
18PLIST_SUBST+= DOCDIR=${DOCDIR} 18PLIST_SUBST+= DOCDIR=${DOCDIR}

cvs diff -r1.5 -r1.6 pkgsrc/www/py-werkzeug/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-werkzeug/distinfo 2013/08/28 15:52:15 1.5
+++ pkgsrc/www/py-werkzeug/distinfo 2014/06/13 15:40:42 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2013/08/28 15:52:15 kleink Exp $ 1$NetBSD: distinfo,v 1.6 2014/06/13 15:40:42 kleink Exp $
2 2
3SHA1 (Werkzeug-0.9.4.tar.gz) = a5e87944a7b607976ffea36849130b046b9a7fb9 3SHA1 (Werkzeug-0.9.6.tar.gz) = d1bc1153ea45c6951845338a8499d94bad46e316
4RMD160 (Werkzeug-0.9.4.tar.gz) = 9ea286e6ca27cc47d5bf9324f8ddc5181afe1c59 4RMD160 (Werkzeug-0.9.6.tar.gz) = a678e4ea4b2a80c333a5cac5e899f80006883dc6
5Size (Werkzeug-0.9.4.tar.gz) = 1126353 bytes 5Size (Werkzeug-0.9.6.tar.gz) = 1128428 bytes