Mon Aug 5 10:21:32 2019 UTC ()
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.


(adam)
diff -r1.21 -r1.22 pkgsrc/www/py-werkzeug/Makefile.common
diff -r1.20 -r1.21 pkgsrc/www/py-werkzeug/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/www/py-werkzeug/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/py-werkzeug/Makefile.common 2019/05/23 12:00:48 1.21
+++ pkgsrc/www/py-werkzeug/Makefile.common 2019/08/05 10:21:32 1.22
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile.common,v 1.21 2019/05/23 12:00:48 adam Exp $ 1# $NetBSD: Makefile.common,v 1.22 2019/08/05 10:21:32 adam Exp $
2# used by www/py-werkzeug/Makefile 2# used by www/py-werkzeug/Makefile
3# used by www/py-werkzeug-docs/Makefile 3# used by www/py-werkzeug-docs/Makefile
4 4
5DISTNAME= Werkzeug-0.15.4 5DISTNAME= Werkzeug-0.15.5
6CATEGORIES= www python 6CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/}
8 8
9DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo 9DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo
10PATCHDIR= ${.CURDIR}/../../www/py-werkzeug/patches 10PATCHDIR= ${.CURDIR}/../../www/py-werkzeug/patches
11 11
12MAINTAINER?= kleink@NetBSD.org 12MAINTAINER?= kleink@NetBSD.org
13HOMEPAGE= http://werkzeug.pocoo.org/ 13HOMEPAGE= http://werkzeug.pocoo.org/
14LICENSE= modified-bsd 14LICENSE= modified-bsd
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17USE_TOOLS+= pax 17USE_TOOLS+= pax

cvs diff -r1.20 -r1.21 pkgsrc/www/py-werkzeug/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-werkzeug/distinfo 2019/05/23 12:00:48 1.20
+++ pkgsrc/www/py-werkzeug/distinfo 2019/08/05 10:21:32 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2019/05/23 12:00:48 adam Exp $ 1$NetBSD: distinfo,v 1.21 2019/08/05 10:21:32 adam Exp $
2 2
3SHA1 (Werkzeug-0.15.4.tar.gz) = 361e014a1a2ec55a62921ba8f119b345e9aa61ec 3SHA1 (Werkzeug-0.15.5.tar.gz) = 7a06ed962908d1317f685fb09b1f8861dccc371e
4RMD160 (Werkzeug-0.15.4.tar.gz) = 46ff02cb0d331c1d006fd43c98129a2556feb659 4RMD160 (Werkzeug-0.15.5.tar.gz) = 573d57c112a7116c7647a8f07b146bb46f15c217
5SHA512 (Werkzeug-0.15.4.tar.gz) = b27b313cb29128ad1a1d0b04be7d1b29eacd4fb8280757510ce662b4f8743e7311966f7fb170531bd5dcb9668e9c6672f0cc0cf53bb4af3ec7328312a88b53ab 5SHA512 (Werkzeug-0.15.5.tar.gz) = e2980b649db0c246fa87b94972f1a1e00b19f20a90e34733267cb50b0d1c8e83701f4bde3e466f9f12243c47b3cc40c6977e63164f18ee5e518b75e952988edd
6Size (Werkzeug-0.15.4.tar.gz) = 925334 bytes 6Size (Werkzeug-0.15.5.tar.gz) = 926570 bytes