pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-werkzeug Update py-werkzeug (and py-werkzeug-do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0eb84c449e9
branches:  trunk
changeset: 347885:c0eb84c449e9
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Wed Jun 01 20:54:22 2016 +0000

description:
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.

diffstat:

 www/py-werkzeug/Makefile.common |   4 ++--
 www/py-werkzeug/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 80e60a121001 -r c0eb84c449e9 www/py-werkzeug/Makefile.common
--- a/www/py-werkzeug/Makefile.common   Wed Jun 01 18:51:59 2016 +0000
+++ b/www/py-werkzeug/Makefile.common   Wed Jun 01 20:54:22 2016 +0000
@@ -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 -r 80e60a121001 -r c0eb84c449e9 www/py-werkzeug/distinfo
--- a/www/py-werkzeug/distinfo  Wed Jun 01 18:51:59 2016 +0000
+++ b/www/py-werkzeug/distinfo  Wed Jun 01 20:54:22 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index