| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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.
- Skip the check if flavor python2 is not being built
- Sadly the tests are working only under django 1.11 thus skip them on py3
- Update to 4.1.0: * py3 support * new django 1.11 and 2.0 support
- Update to version 2.0 + No changelog available - Cleanup specfile - Replace python-ditribute with python-setuptools BuildRequires
- Add %changelog line
- Spec file cleanup
- Update to 1.0.5.
- Update to 1.0.4.
- Update to 1.0.3; - Building as noarch for openSUSE >= 11.2.
- Initial version (1.0.1) for openSUSE.
- 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.
- Sadly the tests are working only under django 1.11 thus skip them on py3
- Update to 4.1.0: * py3 support * new django 1.11 and 2.0 support
- Skip to build the python2 package django-appconf is python3 only
- Add %{?sle15_python_module_pythons}
- 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
- 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.
- Add patch support-django-40.patch: * Support Django 4.0.