- Drop support for Python 2.
- Remove dependency from
rfc_6266_parser
and usedepot.utils.make_content_disposition
instead.
- Use
rfc_6266_parser
instead of unmaintainedrfc_6266
package. - Fix tests for Kotti >= 2.0.0 / Python 3.x.
- No functional changes. Maintainance release for Kotti 1.x.
- Integrate filedepot tween / filter test from Kotti < 2.0.0.
- Correctly declare dependencies.
- Include (empty)
alembic/versions
directory in distribution to avoid warnings.
- Use rfc6266 and unidecode for content disposition header.
- Fix broken packaging.
This initial version is completely identical to what has been in Kotti core before Kotti 1.3.0-dev. Don't even try to install with those versions!
- Move all image related code from Kotti core into this package.
- Create package with
pcreate -s kotti kotti_image
.