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 unified 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,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.15 2016/06/01 20:54:22 kleink Exp $ 1# $NetBSD: Makefile.common,v 1.16 2017/01/20 19:02:32 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.11.10 6DISTNAME= Werkzeug-0.11.15
7CATEGORIES= www python 7CATEGORIES= www python
8MASTER_SITES= ${MASTER_SITE_GITHUB:=pallets/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=pallets/}
9GITHUB_PROJECT=${DISTNAME:tl:C/-[^-]*$//} 9GITHUB_PROJECT=${DISTNAME:tl:C/-[^-]*$//}
10WRKSRC= ${WRKDIR}/${DISTNAME:tl} 10WRKSRC= ${WRKDIR}/${DISTNAME:tl}
11 11
12DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo 12DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo
13PATCHDIR= ${.CURDIR}/../../www/py-werkzeug/patches 13PATCHDIR= ${.CURDIR}/../../www/py-werkzeug/patches
14 14
15MAINTAINER= kleink@NetBSD.org 15MAINTAINER= kleink@NetBSD.org
16HOMEPAGE= http://werkzeug.pocoo.org/ 16HOMEPAGE= http://werkzeug.pocoo.org/
17LICENSE= modified-bsd 17LICENSE= modified-bsd
18 18
19# for test 19# for test

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