pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-werkzeug py-werkzeug: updated to 0.15.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/6381b2e62290
branches: trunk
changeset: 399241:6381b2e62290
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 05 10:21:32 2019 +0000
description:
py-werkzeug: updated to 0.15.5
Version 0.15.5
- Fix a TypeError due to changes to ast.Module in Python 3.8.
- Fix a C assertion failure in debug builds of some Python 2.7
releases.
- :class:~exceptions.BadRequestKeyError adds the KeyError
message to the description if e.show_exception is set to
True. This is a more secure default than the original 0.15.0
behavior and makes it easier to control without losing information.
- Upgrade the debugger to jQuery 3.4.1.
- Work around an issue in some external debuggers that caused the
reloader to fail.
- Work around an issue where the reloader couldn't introspect a
setuptools script installed as an egg.
- The reloader will use sys.executable even if the script is
marked executable, reverting a behavior intended for NixOS
introduced in 0.15. The reloader should no longer cause
OSError: [Errno 8] Exec format error.
- SharedDataMiddleware safely handles paths with Windows drive
names.
diffstat:
www/py-werkzeug/Makefile.common | 4 ++--
www/py-werkzeug/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 10e03cac1e16 -r 6381b2e62290 www/py-werkzeug/Makefile.common
--- a/www/py-werkzeug/Makefile.common Mon Aug 05 09:55:33 2019 +0000
+++ b/www/py-werkzeug/Makefile.common Mon Aug 05 10:21:32 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.21 2019/05/23 12:00:48 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2019/08/05 10:21:32 adam Exp $
# used by www/py-werkzeug/Makefile
# used by www/py-werkzeug-docs/Makefile
-DISTNAME= Werkzeug-0.15.4
+DISTNAME= Werkzeug-0.15.5
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/}
diff -r 10e03cac1e16 -r 6381b2e62290 www/py-werkzeug/distinfo
--- a/www/py-werkzeug/distinfo Mon Aug 05 09:55:33 2019 +0000
+++ b/www/py-werkzeug/distinfo Mon Aug 05 10:21:32 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/05/23 12:00:48 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/08/05 10:21:32 adam Exp $
-SHA1 (Werkzeug-0.15.4.tar.gz) = 361e014a1a2ec55a62921ba8f119b345e9aa61ec
-RMD160 (Werkzeug-0.15.4.tar.gz) = 46ff02cb0d331c1d006fd43c98129a2556feb659
-SHA512 (Werkzeug-0.15.4.tar.gz) = b27b313cb29128ad1a1d0b04be7d1b29eacd4fb8280757510ce662b4f8743e7311966f7fb170531bd5dcb9668e9c6672f0cc0cf53bb4af3ec7328312a88b53ab
-Size (Werkzeug-0.15.4.tar.gz) = 925334 bytes
+SHA1 (Werkzeug-0.15.5.tar.gz) = 7a06ed962908d1317f685fb09b1f8861dccc371e
+RMD160 (Werkzeug-0.15.5.tar.gz) = 573d57c112a7116c7647a8f07b146bb46f15c217
+SHA512 (Werkzeug-0.15.5.tar.gz) = e2980b649db0c246fa87b94972f1a1e00b19f20a90e34733267cb50b0d1c8e83701f4bde3e466f9f12243c47b3cc40c6977e63164f18ee5e518b75e952988edd
+Size (Werkzeug-0.15.5.tar.gz) = 926570 bytes
Home |
Main Index |
Thread Index |
Old Index