Path to this page:
Subject: CVS commit: pkgsrc/www/py-flask-flatpages
From: Adam Ciarcinski
Date: 2025-01-02 15:23:32
Message id: 20250102142332.BCD22FC1D@cvs.NetBSD.org
Log Message:
py-flask-flatpages: updated to 0.8.3
0.8.3
Deprecation Notes
In line with the Flask Extension Guidelines, this release
deprecates accessing the configured application instance via the
FlatPages instance.
In versions 0.9 and up, the .app property will instead wrap
flask.current_app, and thus raise a RuntimeError if it's accessed
without an Application Context pushed. Please see the Flask docs
for more details on managing this context
Bug Fixes
Correct a typo in the optional-dependencies block. The test suite
has also been updated to use the project dependencies directly
rather than a hardcoded list in the tox config.
Other Notes
This release includes explicit testing for Python 3.13, and drops
support for Python 3.6. As off November 2024, PyPI Stats reports no
installations on Python 3.6.
Files: