AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add %{?sle15_python_module_pythons}
- Update to 4.2.0: - compatibility with Python up to 3.10 and Django up to 4.0 - Migration: "salt" field of model "AuthToken" is removed - Remove upstreamed patches: - django3.patch - remove-django-nose.patch
- Add patch remove-django-nose.patch: * Use pytest-django to run the tests, rather than django-nose.
- Add patch to build with Django 3.x: * django3.patch
- Update to 4.1.0: * Expiry format now defaults to whatever is used Django REST framework * The behavior can be overriden via EXPIRY_DATETIME_FORMAT setting * Fully customizable expiry format via format_expiry_datetime * Fully customizable response payload via get_post_response_data * Changes have been made to the create() method on the AuthToken model. It now returns the model instance and the raw token instead of just the token to allow the expiry field to be included in the success response.
- Disable py2 build as it is unresolvable
- Add patch to build with Django 3.x: * django3.patch
- Update to 4.1.0: * Expiry format now defaults to whatever is used Django REST framework * The behavior can be overriden via EXPIRY_DATETIME_FORMAT setting * Fully customizable expiry format via format_expiry_datetime * Fully customizable response payload via get_post_response_data * Changes have been made to the create() method on the AuthToken model. It now returns the model instance and the raw token instead of just the token to allow the expiry field to be included in the success response.
- Disable py2 build as it is unresolvable
- Add non-updating note to the SPEC file
- Initial spec for v3.6.0