diff options
author | adam <adam@pkgsrc.org> | 2019-08-05 10:21:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-05 10:21:32 +0000 |
commit | 779eb7e47df6a3b30308d4e6d512df75b6b8fee6 (patch) | |
tree | 9201af0735c0a421212cc1a58a495b76a155d2fe /www | |
parent | 174c714bba059690c689f8bad3e12c6b4b51c6b6 (diff) | |
download | pkgsrc-779eb7e47df6a3b30308d4e6d512df75b6b8fee6.tar.gz |
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 (limited to 'www')
-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 4dd8e7320b9..b8ff75e001c 100644 --- a/www/py-werkzeug/Makefile.common +++ b/www/py-werkzeug/Makefile.common @@ -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 --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index 3d0a5d8dc87..c2abe8f9359 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -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 |