diff options
author | kleink <kleink@pkgsrc.org> | 2016-06-01 20:54:22 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2016-06-01 20:54:22 +0000 |
commit | df6e05f49f236fffb9ec4cb4f5c6ad492f94a2f4 (patch) | |
tree | d121f9ed0326051cbfee63c73e9fe8e87c8b459e | |
parent | 8613fe7d0dfa65892258a121d04ab2b3b4f781ab (diff) | |
download | pkgsrc-df6e05f49f236fffb9ec4cb4f5c6ad492f94a2f4.tar.gz |
Update py-werkzeug (and py-werkzeug-docs) to 0.11.10.
Version 0.11.10
---------------
Released on May 24th 2016.
- Fixed a bug that occurs when running on Python 2.6 and using a broken locale.
See pull request #912.
- Fixed a crash when running the debugger on Google App Engine. See issue #925.
- Fixed an issue with multipart parsing that could cause memory exhaustion.
Version 0.11.9
--------------
Released on April 24th 2016.
- Corrected an issue that caused the debugger not to use the
machine GUID on POSIX systems.
- Corrected an Unicode error on Python 3 for the debugger's
PIN usage.
- Corrected the timestamp verification in the pin debug code.
Without this fix the pin was remebered until too long.
Version 0.11.8
--------------
Released on April 15th 2016.
- fixed a problem with the machine GUID detection code on OS X
on Python 3.
-rw-r--r-- | www/py-werkzeug/Makefile.common | 4 | ||||
-rw-r--r-- | www/py-werkzeug/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-werkzeug/Makefile.common b/www/py-werkzeug/Makefile.common index c61ec3bdd43..d208c60bde6 100644 --- a/www/py-werkzeug/Makefile.common +++ b/www/py-werkzeug/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.14 2016/04/15 12:45:18 kleink Exp $ +# $NetBSD: Makefile.common,v 1.15 2016/06/01 20:54:22 kleink Exp $ # used by www/py-werkzeug/Makefile # used by www/py-werkzeug-docs/Makefile -DISTNAME= Werkzeug-0.11.7 +DISTNAME= Werkzeug-0.11.10 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GITHUB:=pallets/} GITHUB_PROJECT=${DISTNAME:tl:C/-[^-]*$//} diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index 56c1de62a96..4acde7b9011 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/04/15 12:45:18 kleink Exp $ +$NetBSD: distinfo,v 1.14 2016/06/01 20:54:23 kleink Exp $ -SHA1 (Werkzeug-0.11.7.tar.gz) = 934a691a80afba87b053b0d7a60499e7202f3710 -RMD160 (Werkzeug-0.11.7.tar.gz) = 05848e2593d9fbcb951de9841eb23769e9fd5c33 -SHA512 (Werkzeug-0.11.7.tar.gz) = de791573debca34d14f8f34ea7d2f7d4a1049df59eb17e94a1a97a88c1334e5d95206082654b15b1e6ea00e694bbc4efde09a672808a218fd21eec61a3fb28a9 -Size (Werkzeug-0.11.7.tar.gz) = 1170256 bytes +SHA1 (Werkzeug-0.11.10.tar.gz) = 3b74c588f55c727a7bd91d805837dd3866c75339 +RMD160 (Werkzeug-0.11.10.tar.gz) = f7c8ee8273d7ae3bd3ddf81198d622fcd0b1d405 +SHA512 (Werkzeug-0.11.10.tar.gz) = e54a33418d742203894fb11ccdd03b5b495b3dd190c46dff34dc4c18b16749d891224b03b51e25ca7dafc554b81915224ed6b9cc724286900e91b4629abf2600 +Size (Werkzeug-0.11.10.tar.gz) = 1170919 bytes |