pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-werkzeug



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 10:21:32 UTC 2019

Modified Files:
        pkgsrc/www/py-werkzeug: Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-werkzeug/Makefile.common
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-werkzeug/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-werkzeug/Makefile.common
diff -u pkgsrc/www/py-werkzeug/Makefile.common:1.21 pkgsrc/www/py-werkzeug/Makefile.common:1.22
--- pkgsrc/www/py-werkzeug/Makefile.common:1.21 Thu May 23 12:00:48 2019
+++ pkgsrc/www/py-werkzeug/Makefile.common      Mon Aug  5 10:21:32 2019
@@ -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/}
 

Index: pkgsrc/www/py-werkzeug/distinfo
diff -u pkgsrc/www/py-werkzeug/distinfo:1.20 pkgsrc/www/py-werkzeug/distinfo:1.21
--- pkgsrc/www/py-werkzeug/distinfo:1.20        Thu May 23 12:00:48 2019
+++ pkgsrc/www/py-werkzeug/distinfo     Mon Aug  5 10:21:32 2019
@@ -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