SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python313-django-avatar-8.0.1-2.1.noarch.rpm :

* Thu Feb 06 2025 Steve Kowalik - Switch to pyproject macros.- No more greedy globs in %files.
* Tue Oct 22 2024 Dirk Müller - update to 8.0.1:
* Fix Django 5.1 compatibility
* Thu Mar 28 2024 Max Lin - Add %{?sle15_python_module_pythons}
* Fri Nov 10 2023 Dirk Müller - update to 8.0.0:
* Add Django 4.2 support
* Remove Python 3.7 support
* Use path and path converters (changes all url names from prefix `avatar_` to `avatar:`.)
* Add support for Django STORAGES (Django 4.2)
* Add optional api app (requires djangorestframework)
* Use ``Image.Resampling.LANCZOS`` instead of ``Image.LANCZOS`` that was removed in Pillow 10.0.0
* Fri Mar 31 2023 Steve Kowalik - Update to 7.1.1:
* Switch to setuptools for building
* Add LibRavatar support
* Faster admin when many users are present
* Check for corrupted image during upload
* Switch Pillow Resize method from Image.ANTIALIAS to Image.LANCZOS
* Removed Python 3.6 testing
* Added Python 3.11 support
* Remove height requirement for providers (broke 6 to 7 upgrades)
* Allowed for rectangular avatars. Custom avatar tag templates now require the specification of both a width and height attribute instead of size.
* Made True the default value of AVATAR_CLEANUP_DELETED.
* Fix invalidate_cache for on-the-fly created thumbnails.
* New setting AVATAR_ALLOWED_MIMETYPES. If enabled, it checks mimetypes of uploaded files using python-magic. Default is None.
* Fix thumbnail transposing for Safari.
* Added Django 3.2, 4.0 and 4.1 support.
* Removed Django 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0 support.
* Added Python 3.9 and 3.10 support.
* Removed Python 2.7, 3.4 and 3.5 support.
* Made \"PNG\" the default value for AVATAR_THUMB_FORMAT.
* Made False the default value for AVATAR_EXPOSE_USERNAMES.
* Don\'t leak usernames through image alt-tags when AVATAR_EXPOSE_USERNAMES is False.
* Use original image as thumbnail if thumbnail creation failed but image saving succeeds.- Remove patch support-django-40.patch, no longer required.
* Thu Feb 03 2022 Steve Kowalik - Add patch support-django-40.patch:
* Support Django 4.0.
* Tue Jan 07 2020 Tomáš Chvátal - Update to 5.0.0:
* Added Django 2.1, 2.2, and 3.0 support.
* Added Python 3.7 and 3.8 support.
* Fixed bug where avatars couldn\'t be deleted if file was already deleted.
* Fri Sep 13 2019 John Vandenberg - Skip the check if flavor python2 is not being built
* Thu Jan 03 2019 Tomáš Chvátal - Sadly the tests are working only under django 1.11 thus skip them on py3
* Mon Dec 10 2018 Tomáš Chvátal - Update to 4.1.0:
* py3 support
* new django 1.11 and 2.0 support
 
ICM