Skip to content

Commit 8bfd571

Browse files
author
adam
committed
py-werkzeug: updated to 3.1.5
Version 3.1.5 - ``safe_join`` on Windows does not allow more special device names, regardless of extension or surrounding spaces. :ghsa:`87hc-h4r5-73f7` - The multipart form parser handles a ``\r\n`` sequence at a chunk boundary. This fixes the previous attempt, which caused incorrect content lengths. :issue:`3065` :issue:`3077` - Fix ``AttributeError`` when initializing ``DebuggedApplication`` with ``pin_security=False``. :issue:`3075`
1 parent 413f48d commit 8bfd571

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

www/py-werkzeug/Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# $NetBSD: Makefile.common,v 1.45 2025/11/29 16:31:13 adam Exp $
1+
# $NetBSD: Makefile.common,v 1.46 2026/01/09 06:10:36 adam Exp $
22
#
33
# used by www/py-werkzeug/Makefile
44
# used by www/py-werkzeug-docs/Makefile
55

6-
DISTNAME= werkzeug-3.1.4
6+
DISTNAME= werkzeug-3.1.5
77
CATEGORIES= www python
88
MASTER_SITES= ${MASTER_SITE_PYPI:=w/werkzeug/}
99

www/py-werkzeug/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.45 2025/11/29 16:31:13 adam Exp $
1+
$NetBSD: distinfo,v 1.46 2026/01/09 06:10:36 adam Exp $
22

3-
BLAKE2s (werkzeug-3.1.4.tar.gz) = 36705ef37455a723a0c6b6ba8744624016a90b335e7f3846310bdc68fb9ea7ed
4-
SHA512 (werkzeug-3.1.4.tar.gz) = 5d2ad334edf0908024e29dadf88f772ae8f26c0eb24fb10caf6bd09021008aae67ece05703fe2490a34dd72213ad7db4e25921dbaf35d5f256e7a4cd4c9d1619
5-
Size (werkzeug-3.1.4.tar.gz) = 864687 bytes
3+
BLAKE2s (werkzeug-3.1.5.tar.gz) = e5ead2521df3223c3e1fb04764c5ed2578c8359f71ca3ed589553b4d64ba3fb7
4+
SHA512 (werkzeug-3.1.5.tar.gz) = eb76c4b1af04af6c3cdf4fdb0a21df52b1b8414466620d80ad0e284a9ebd22a4ff93d8028b5cb1b7caf5a3fcc079de61aa90030282bb647018c1b53e90c77360
5+
Size (werkzeug-3.1.5.tar.gz) = 864754 bytes

0 commit comments

Comments
 (0)