Path to this page:
Subject: CVS commit: pkgsrc/www/py-flask-uploads
From: Klaus Klein
Date: 2016-01-08 18:14:13
Message id: 20160108171413.57273FBB5@cvs.NetBSD.org
Log Message:
Update py-flask-uploads to 0.2.0.
No changelog provided; includes several structural updates including the
switch from package to module, and a change in maintainer.
Backwards Compatibility
=======================
Version 0.2.0
-------------
* The `patch_request_class` function was removed as it's unnecessary from
Flask 0.6 onward.
* Filenames without extensions are no longer lowercased by `lowercase_ext`,
only the extension is returned in lowercase, if an extension exists.
Files: