Path to this page:
Subject: CVS commit: pkgsrc/www/py-werkzeug
From: Adam Ciarcinski
Date: 2019-10-11 18:29:17
Message id: 20191011162917.55F08FBF4@cvs.NetBSD.org
Log Message:
py-werkzeug: updated to 0.16.0
Version 0.16.0
Deprecate most top-level attributes provided by the werkzeug module in favor of \
direct imports. The deprecated imports will be removed in version 1.0.
For example, instead of import werkzeug; werkzeug.url_quote, do from \
werkzeug.urls import url_quote. A deprecation warning will show the correct \
import to use. werkzeug.exceptions and werkzeug.routing should also be imported \
instead of accessed, but for technical reasons can’t show a warning.
Files: