Skip to content

Commit

Permalink
Update py-werkzeug (and py-werkzeug-docs) to 0.11.10.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kleink committed Jun 1, 2016
1 parent 8cae0a1 commit 081eca9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/py-werkzeug/Makefile.common
Original file line number Diff line number Diff line change
@@ -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/-[^-]*$//}
Expand Down
10 changes: 5 additions & 5 deletions www/py-werkzeug/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 081eca9

Please sign in to comment.