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  3 11:47:43 UTC 2023

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

Log Message:
py-werkzeug: updated to 2.2.3

Version 2.2.3
-------------
- Ensure that URL rules using path converters will redirect with strict slashes when
  the trailing slash is missing. :issue:`2533`
- Type signature for ``get_json`` specifies that return type is not optional when
  ``silent=False``. :issue:`2508`
- ``parse_content_range_header`` returns ``None`` for a value like ``bytes */-1``
  where the length is invalid, instead of raising an ``AssertionError``. :issue:`2531`
- Address remaining ``ResourceWarning`` related to the socket used by ``run_simple``.
  Remove ``prepare_socket``, which now happens when creating the server. :issue:`2421`
- Update pre-existing headers for ``multipart/form-data`` requests with the test
  client. :issue:`2549`
- Fix handling of header extended parameters such that they are no longer quoted.
  :issue:`2529`
- ``LimitedStream.read`` works correctly when wrapping a stream that may not return
  the requested size in one ``read`` call. :issue:`2558`
- A cookie header that starts with ``=`` is treated as an empty key and discarded,
  rather than stripping the leading ``==``.
- Specify a maximum number of multipart parts, default 1000, after which a
  ``RequestEntityTooLarge`` exception is raised on parsing. This mitigates a DoS
  attack where a larger number of form/file parts would result in disproportionate
  resource use.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/www/py-werkzeug/Makefile.common:1.31
--- pkgsrc/www/py-werkzeug/Makefile.common:1.30 Tue Aug  9 05:42:10 2022
+++ pkgsrc/www/py-werkzeug/Makefile.common      Fri Mar  3 11:47:43 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.30 2022/08/09 05:42:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2023/03/03 11:47:43 adam Exp $
 #
 # used by www/py-werkzeug/Makefile
 # used by www/py-werkzeug-docs/Makefile
 
-DISTNAME=      Werkzeug-2.2.2
+DISTNAME=      Werkzeug-2.2.3
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Werkzeug/}
 
Index: pkgsrc/www/py-werkzeug/distinfo
diff -u pkgsrc/www/py-werkzeug/distinfo:1.30 pkgsrc/www/py-werkzeug/distinfo:1.31
--- pkgsrc/www/py-werkzeug/distinfo:1.30        Tue Aug  9 05:42:10 2022
+++ pkgsrc/www/py-werkzeug/distinfo     Fri Mar  3 11:47:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2022/08/09 05:42:10 adam Exp $
+$NetBSD: distinfo,v 1.31 2023/03/03 11:47:43 adam Exp $
 
-BLAKE2s (Werkzeug-2.2.2.tar.gz) = 5766239133e8a15e2a0b015948bdd36d7cd2b1cc3f03e8d6b139c459190f3a5b
-SHA512 (Werkzeug-2.2.2.tar.gz) = b37a63ba1d6970b10ba17b87575c2d030ad6c4c00ab50669d678297b9801e319f4f81f98bfc2d89fc2e645c5e192dd81ed2d653c03dbaef06565de0bdac2bcf7
-Size (Werkzeug-2.2.2.tar.gz) = 844378 bytes
+BLAKE2s (Werkzeug-2.2.3.tar.gz) = 6b4bbae2654b459f43326b4450a1feb1a549229cf1262717ec6aa58544e5b36c
+SHA512 (Werkzeug-2.2.3.tar.gz) = 33d0581533ee83e5daad85c36d270cdc9f66b804b6e3c24254f87d50fb504211af6be277a8638003336f23edc2bfc635f45efae7cbe54dae174693bd272fa137
+Size (Werkzeug-2.2.3.tar.gz) = 845884 bytes



Home | Main Index | Thread Index | Old Index