* feat: add libravatar support (#114) and format
* feat: add documentation for libravatar
* fix(gh-actions): remove support for 3.6 and add 3.11
3.6 reached EOL: https://devguide.python.org/versions/
I also refactored the matrix by removing duplicated code
* fix(deps): add missing dnspython
* feat(deps): add requirements.txt
* fix(gh-actions): install deps
* chore(deps): add pyproject.toml
See https://github.com/pypa/pip/issues/8559
* fix(gh-actions): add fail-fast so all checks run
* fix(deps): bump coverage to 7.1.0
* fix(pre-commit): update versions
* fix(pre-commit): config error
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* style: update code for passing flake
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Support for rectangular avatars
* fix tests
* Add rectangle size test
* Update documentation and changelog
* add test for exposing username (or not)
* add primary_avatar_tag tests
* make rebuild_avatars, remove_avatar_images work with rectangles + tests
* Python 2 => 3
* fix tests
Co-authored-by: Karl Moritz Hermann <karlmoritz.hermann@gmail.com>
* added custom delete method to Avatar model inorder to delete avatars from file storage
* simplified chained expression to pass linting
* linting
* stopped using reserved keyword dir
* changed remove_avatar_images so it deletes all generated avatars
* went back to using queryset delete
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: Johannes Wilm <mail@johanneswilm.org>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>