Changelog for
python311-djangorestframework-simplejwt-5.3.1-3.3.noarch.rpm :
* Mon Nov 11 2024 Markéta Machová
- Add missing dependency
* Fri Jul 19 2024 Markéta Machová - Add upstream patch fix-tests.patch to fix tests with Django 5
* Mon Jun 24 2024 Steve Kowalik - Switch back to PyPi tarball.- Inject setuptools_scm so we install the correct version number.- Switch to autosetup macro.- No more greedy globs in %files.
* Tue Jun 18 2024 Markéta Machová - Update to 5.3.1
* Breaking: Set BLACKLIST_AFTER_ROTATION by default to False
* Remove EOL Python, Django and DRF version support
* Remove verify from jwt.decode to follow PyJWT v2.2.0
* Add blacklist view to log out users
* Add JWKS support
* Add back support for PyJWT 1.7.1
* Allow customizing token JSON encoding
* Revoke access token if user password is changed
* Declare support for type checking
* Many more changes, see CHANGELOG.md- Drop patch jwt2.patch, included upstream.
* Wed Mar 27 2024 Max Lin - Add %{?sle15_python_module_pythons}
* Wed Mar 31 2021 Markéta Machová - Update to 4.6.0
* Restored Python 3.7 support
* Added Indonesian translations
* Fixed Django 4.0 re_path deprecation- Add patch jwt2.patch for PyJWT>=2.0.0 support
* Fri Jul 24 2020 John Vandenberg - Update to v4.4.0
* Added official support for Python 3.8 and Django 3.0.
* Added settings for expected audience and issuer claims.
* Documentation updates.
* Updated package/python version support
* Added Chilean Spanish language support.
* Added Russian language support.
* Fri Sep 13 2019 Tomáš Chvátal - Update to 4.3.0:
* Added JTI_CLAIM setting to allow storing token identifiers under a different claim.
* We now return HTTP 401 for user not found or inactive.
* Restricted setup.py config to Python 3 only.
* Included translation files in release package.
* Tue Apr 09 2019 John Vandenberg - Initial spec for v4.1.3