Fri Jan 20 19:02:32 2017 UTC ()
Update py-werkzeug{,-docs} to 0.11.15.

Version 0.11.15
---------------

Released on December 30th 2016.

- Bugfix for the bugfix in the previous release.

Version 0.11.14
---------------

Released on December 30th 2016.

- Check if platform can fork before importing ``ForkingMixIn``, raise exception
  when creating ``ForkingWSGIServer`` on such a platform, see PR ``#999``.

Version 0.11.13
---------------

Released on December 26th 2016.

- Correct fix for the reloader issuer on certain Windows installations.

Version 0.11.12
---------------

Released on December 26th 2016.

- Fix more bugs in multidicts regarding empty lists. See ``#1000``.
- Add some docstrings to some `EnvironBuilder` properties that were previously
  unintentionally missing.
- Added a workaround for the reloader on windows.

Version 0.11.11
---------------

Released on August 31st 2016.

- Fix JSONRequestMixin for Python3. See #731
- Fix broken string handling in test client when passing integers. See #852
- Fix a bug in ``parse_options_header`` where an invalid content type
  starting with comma or semi-colon would result in an invalid return value,
  see issue ``#995``.
- Fix a bug in multidicts when passing empty lists as values, see issue
  ``#979``.
- Fix a security issue that allows XSS on the Werkzeug debugger. See ``#1001``.


(kleink)
diff -r1.15 -r1.16 pkgsrc/www/py-werkzeug/Makefile.common
diff -r1.14 -r1.15 pkgsrc/www/py-werkzeug/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/www/py-werkzeug/Makefile.common (expand / switch to context diff)
--- pkgsrc/www/py-werkzeug/Makefile.common 2016/06/01 20:54:22 1.15
+++ pkgsrc/www/py-werkzeug/Makefile.common 2017/01/20 19:02:32 1.16
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.15 2016/06/01 20:54:22 kleink Exp $
+# $NetBSD: Makefile.common,v 1.16 2017/01/20 19:02:32 kleink Exp $
 
 # used by www/py-werkzeug/Makefile
 # used by www/py-werkzeug-docs/Makefile
 
-DISTNAME=	Werkzeug-0.11.10
+DISTNAME=	Werkzeug-0.11.15
 CATEGORIES=	www python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pallets/}
 GITHUB_PROJECT=${DISTNAME:tl:C/-[^-]*$//}

cvs diff -r1.14 -r1.15 pkgsrc/www/py-werkzeug/distinfo (expand / switch to context diff)
--- pkgsrc/www/py-werkzeug/distinfo 2016/06/01 20:54:23 1.14
+++ pkgsrc/www/py-werkzeug/distinfo 2017/01/20 19:02:32 1.15
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/06/01 20:54:23 kleink Exp $
+$NetBSD: distinfo,v 1.15 2017/01/20 19:02:32 kleink Exp $
 
-SHA1 (Werkzeug-0.11.10.tar.gz) = 3b74c588f55c727a7bd91d805837dd3866c75339
+SHA1 (Werkzeug-0.11.15.tar.gz) = 95e884bac159df1a3d4b762b5e20136c23e8cc4c
-RMD160 (Werkzeug-0.11.10.tar.gz) = f7c8ee8273d7ae3bd3ddf81198d622fcd0b1d405
+RMD160 (Werkzeug-0.11.15.tar.gz) = 8dce7136b06de9c2850d3f60f6c9aa943f83a78b
-SHA512 (Werkzeug-0.11.10.tar.gz) = e54a33418d742203894fb11ccdd03b5b495b3dd190c46dff34dc4c18b16749d891224b03b51e25ca7dafc554b81915224ed6b9cc724286900e91b4629abf2600
+SHA512 (Werkzeug-0.11.15.tar.gz) = afad585330cfe57587c66f62d1881cb05400d2a77091149a040dc07d2d61e957fe0eaa53b7b906bb02e18b211be8701aa46cf32e7930fad5772c44c79901810b
-Size (Werkzeug-0.11.10.tar.gz) = 1170919 bytes
+Size (Werkzeug-0.11.15.tar.gz) = 1171456 bytes