pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-werkzeug py-werkzeug: updated to 2.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2dfb03588d9d
branches:  trunk
changeset: 382931:2dfb03588d9d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 09 05:42:10 2022 +0000

description:
py-werkzeug: updated to 2.2.2

Version 2.2.2
-------------
-   Fix router to restore the 2.1 ``strict_slashes == False`` behaviour
    whereby leaf-requests match branch rules and vice
    versa. :pr:`2489`
-   Fix router to identify invalid rules rather than hang parsing them,
    and to correctly parse ``/`` within converter arguments. :pr:`2489`
-   Update subpackage imports in :mod:`werkzeug.routing` to use the
    ``import as`` syntax for explicitly re-exporting public attributes.
    :pr:`2493`
-   Parsing of some invalid header characters is more robust. :pr:`2494`
-   When starting the development server, a warning not to use it in a
    production deployment is always shown. :issue:`2480`
-   ``LocalProxy.__wrapped__`` is always set to the wrapped object when
    the proxy is unbound, fixing an issue in doctest that would cause it
    to fail. :issue:`2485`
-   Address one ``ResourceWarning`` related to the socket used by
    ``run_simple``. :issue:`2421`

diffstat:

 www/py-werkzeug/Makefile.common |  4 ++--
 www/py-werkzeug/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 4877485fd092 -r 2dfb03588d9d www/py-werkzeug/Makefile.common
--- a/www/py-werkzeug/Makefile.common   Tue Aug 09 01:49:26 2022 +0000
+++ b/www/py-werkzeug/Makefile.common   Tue Aug 09 05:42:10 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.29 2022/08/05 11:44:30 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2022/08/09 05:42:10 adam Exp $
 #
 # used by www/py-werkzeug/Makefile
 # used by www/py-werkzeug-docs/Makefile
 
-DISTNAME=      Werkzeug-2.2.1
+DISTNAME=      Werkzeug-2.2.2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Werkzeug/}
 
diff -r 4877485fd092 -r 2dfb03588d9d www/py-werkzeug/distinfo
--- a/www/py-werkzeug/distinfo  Tue Aug 09 01:49:26 2022 +0000
+++ b/www/py-werkzeug/distinfo  Tue Aug 09 05:42:10 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2022/08/05 11:44:30 adam Exp $
+$NetBSD: distinfo,v 1.30 2022/08/09 05:42:10 adam Exp $
 
-BLAKE2s (Werkzeug-2.2.1.tar.gz) = 08bdad489a21cfbd6648858939742df308974628ad9d6bc497900a645cb2adac
-SHA512 (Werkzeug-2.2.1.tar.gz) = b5e483b036c08a49cd594ef255069fe4941e0ce9dfe7b43e140687655cb3bfe03b645e471f2f847bfd4f699925e1e0383b468865ac4fe81be5ed6ccf17f9921f
-Size (Werkzeug-2.2.1.tar.gz) = 838993 bytes
+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



Home | Main Index | Thread Index | Old Index