summaryrefslogtreecommitdiff
path: root/www/py-werkzeug
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-08-09 05:42:10 +0000
committeradam <adam@pkgsrc.org>2022-08-09 05:42:10 +0000
commitdb86ff0b13948ef6a7d3b744b0529c7763cee0d1 (patch)
tree88fa100a411f86178e99dcf2e9df546156d49cbd /www/py-werkzeug
parent059c25c8409292480ebb72c9353ffde9c614e309 (diff)
downloadpkgsrc-db86ff0b13948ef6a7d3b744b0529c7763cee0d1.tar.gz
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 (limited to 'www/py-werkzeug')
-rw-r--r--www/py-werkzeug/Makefile.common4
-rw-r--r--www/py-werkzeug/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-werkzeug/Makefile.common b/www/py-werkzeug/Makefile.common
index 455db621eab..6b7a5663798 100644
--- a/www/py-werkzeug/Makefile.common
+++ b/www/py-werkzeug/Makefile.common
@@ -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 --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo
index 996dbad5a9a..91084eec210 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -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