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:           Fri Mar 27 09:02:54 UTC 2026

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

Log Message:
py-werkzeug: updated to 3.1.7

Version 3.1.7

- ``parse_list_header`` preserves partially quoted items, discards empty
  items, and returns empty for unclosed quoted values. :pr:`3128`
- ``WWWAuthenticate.to_header`` does not produce a trailing space when there
  are no parameters. :issue:`3127`
- ``Transfer-Encoding`` is parsed as a set. :pr:`3134`
- ``Request.host``, ``get_host``, and ``host_is_trusted`` validate the
  characters of the value. An empty value is no longer allowed. A Unix socket
  server address is ignored. The ``trusted_list`` argument to
  ``host_is_trusted`` is optional. :pr:`3113`
- Fix multipart form parser handling of newline at boundary. :issue:`3088`
- ``Response.make_conditional`` sets the ``Accept-Ranges`` header even if it
  is not a satisfiable range request. :issue:`3108`
- ``merge_slashes`` merges any number of consecutive slashes. :issue:`3121`


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/py-werkzeug/Makefile.common \
    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.47 pkgsrc/www/py-werkzeug/Makefile.common:1.48
--- pkgsrc/www/py-werkzeug/Makefile.common:1.47 Sun Feb 22 15:01:32 2026
+++ pkgsrc/www/py-werkzeug/Makefile.common      Fri Mar 27 09:02:54 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.47 2026/02/22 15:01:32 wiz Exp $
+# $NetBSD: Makefile.common,v 1.48 2026/03/27 09:02:54 adam Exp $
 #
 # used by www/py-werkzeug/Makefile
 # used by www/py-werkzeug-docs/Makefile
 
-DISTNAME=      werkzeug-3.1.6
+DISTNAME=      werkzeug-3.1.7
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/werkzeug/}
 
Index: pkgsrc/www/py-werkzeug/distinfo
diff -u pkgsrc/www/py-werkzeug/distinfo:1.47 pkgsrc/www/py-werkzeug/distinfo:1.48
--- pkgsrc/www/py-werkzeug/distinfo:1.47        Sun Feb 22 15:01:32 2026
+++ pkgsrc/www/py-werkzeug/distinfo     Fri Mar 27 09:02:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2026/02/22 15:01:32 wiz Exp $
+$NetBSD: distinfo,v 1.48 2026/03/27 09:02:54 adam Exp $
 
-BLAKE2s (werkzeug-3.1.6.tar.gz) = c2d758c0ad8bb5d90cbfe3943c790e9ab8970d39e7edfd5ca6a58e670d7cc70c
-SHA512 (werkzeug-3.1.6.tar.gz) = 2bc6b67aa1cac571bd30c59818483e8ef73cd07be2154ce52703429ba29e2f8a8caf2e174291d977df16b944a1f3137b0646effdfb43df8058f6562a2c0bcc04
-Size (werkzeug-3.1.6.tar.gz) = 864736 bytes
+BLAKE2s (werkzeug-3.1.7.tar.gz) = f423ddedce3c123b66743bd15762369f62454a674b9525beae3cd93e9c3544e2
+SHA512 (werkzeug-3.1.7.tar.gz) = 6764b63347e83ae918bdb4466356323f6c0d0357d35a8139363153a4acc156ad1dc8a823b7ef31c958ad2c01232507470b6e2a9cb8e3b1830fc4a588bd882655
+Size (werkzeug-3.1.7.tar.gz) = 875700 bytes



Home | Main Index | Thread Index | Old Index