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: Wed Jun 14 06:56:41 UTC 2023
Modified Files:
pkgsrc/www/py-werkzeug: Makefile.common distinfo
Log Message:
py-werkzeug: updated to 2.3.6
Version 2.3.6
-------------
- ``FileStorage.content_length`` does not fail if the form data did not provide a
value. :issue:`2726`
Version 2.3.5
-------------
- Python 3.12 compatibility. :issue:`2704`
- Fix handling of invalid base64 values in ``Authorization.from_header``. :issue:`2717`
- The debugger escapes the exception message in the page title. :pr:`2719`
- When binding ``routing.Map``, a long IDNA ``server_name`` with a port does not fail
encoding. :issue:`2700`
- ``iri_to_uri`` shows a deprecation warning instead of an error when passing bytes.
:issue:`2708`
- When parsing numbers in HTTP request headers such as ``Content-Length``, only ASCII
digits are accepted rather than any format that Python's ``int`` and ``float``
accept. :issue:`2716`
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/www/py-werkzeug/Makefile.common:1.35
--- pkgsrc/www/py-werkzeug/Makefile.common:1.34 Tue May 9 05:23:45 2023
+++ pkgsrc/www/py-werkzeug/Makefile.common Wed Jun 14 06:56:41 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.34 2023/05/09 05:23:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2023/06/14 06:56:41 adam Exp $
#
# used by www/py-werkzeug/Makefile
# used by www/py-werkzeug-docs/Makefile
-DISTNAME= Werkzeug-2.3.4
+DISTNAME= Werkzeug-2.3.6
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/}
Index: pkgsrc/www/py-werkzeug/distinfo
diff -u pkgsrc/www/py-werkzeug/distinfo:1.34 pkgsrc/www/py-werkzeug/distinfo:1.35
--- pkgsrc/www/py-werkzeug/distinfo:1.34 Tue May 9 05:23:45 2023
+++ pkgsrc/www/py-werkzeug/distinfo Wed Jun 14 06:56:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2023/05/09 05:23:45 adam Exp $
+$NetBSD: distinfo,v 1.35 2023/06/14 06:56:41 adam Exp $
-BLAKE2s (Werkzeug-2.3.4.tar.gz) = 47be5bbd652a371f7a96821a550df60e9eec667b09b9a0978fc9a87125fdae9d
-SHA512 (Werkzeug-2.3.4.tar.gz) = e6e91db40653a1a8df746d7ba78f032e6380e3ea2176f6e0ff565df321d60e9c3a357e6acf68cdf4ef0b14b25bb55e37cbe8c11f6e057807aa816c4ce3fd31ca
-Size (Werkzeug-2.3.4.tar.gz) = 832442 bytes
+BLAKE2s (Werkzeug-2.3.6.tar.gz) = 7d6862af62ae82ec87d4b64b6dbedad2e65a41e4f04640f6caf4c3bf702c851b
+SHA512 (Werkzeug-2.3.6.tar.gz) = 6fc2830c51cbaa88e640b47677273e0ca8c7aca0752d8f90cb2564e5cd513dd17d0ba60f9458e7a0c034735cfd626c985ffeed89776c08ce137e89efc6239910
+Size (Werkzeug-2.3.6.tar.gz) = 833282 bytes
Home |
Main Index |
Thread Index |
Old Index