Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-django-rest-knox | Distribution: openSUSE Tumbleweed |
Version: 5.0.2 | Vendor: openSUSE |
Release: 1.3 | Build date: Tue Oct 22 15:47:00 2024 |
Group: Unspecified | Build host: reproducible |
Size: 67490 | Source RPM: python-django-rest-knox-5.0.2-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/James1345/django-rest-knox | |
Summary: Authentication for Django REST framework |
Authentication for Django REST framework.
MIT
* Tue Oct 22 2024 Dirk Müller <dmueller@suse.com> - update to 5.0.2: * Implement AUTO_REFRESH_MAX_TTL to limit total token lifetime when AUTO_REFRESH = True * Sat Aug 31 2024 Dirk Müller <dmueller@suse.com> - update to 5.0.1: * Fix migration: retrieve `TOKEN_MODEL` from `knox_settings` instead of Django settings. * Tokens created prior to this release will no longer work * Fix migration reverse flow, enable migrate 0 * Various documentation fixes and improvements * Drop `cryptography` in favor of hashlib * Make custom AuthModel work * Token prefix can be set in the setttings * Drop support for Django 4.0 * Add support for Dango 4.2, 5.0 and Python 3.11 and 3.12 * Cleanup legacy Python 2.0 code * Fix isort, flake8 usage for Python 3.10 in the test suite * Update Github actions version * Upgrade markdown dependency * Get rid of the `six` library * Add custom login / logout response support * Join the jazzband organization * Add pre-commit hooks * Add tracking of tests code coverage * Fix migrations when used in condition with a custom DB * Improve typing * Use `self.authenticate_header()` in `authenticate()` method to get auth header prefix * Thu Mar 21 2024 Max Lin <mlin@suse.com> - Add %{?sle15_python_module_pythons} * Fri Feb 25 2022 Matej Cepl <mcepl@suse.com> - 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 * Tue Sep 14 2021 Steve Kowalik <steven.kowalik@suse.com> - Add patch remove-django-nose.patch: * Use pytest-django to run the tests, rather than django-nose. * Tue Apr 28 2020 Tomáš Chvátal <tchvatal@suse.com> - Add patch to build with Django 3.x: * django3.patch * Sun Apr 05 2020 Tomáš Chvátal <tchvatal@suse.com> - 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. * Mon Oct 07 2019 Tomáš Chvátal <tchvatal@suse.com> - Disable py2 build as it is unresolvable * Mon May 20 2019 John Vandenberg <jayvdb@gmail.com> - Add non-updating note to the SPEC file * Wed Apr 10 2019 John Vandenberg <jayvdb@gmail.com> - Initial spec for v3.6.0
/usr/lib/python3.13/site-packages/django_rest_knox-5.0.2-py3.13.egg-info /usr/lib/python3.13/site-packages/django_rest_knox-5.0.2-py3.13.egg-info/PKG-INFO /usr/lib/python3.13/site-packages/django_rest_knox-5.0.2-py3.13.egg-info/SOURCES.txt /usr/lib/python3.13/site-packages/django_rest_knox-5.0.2-py3.13.egg-info/dependency_links.txt /usr/lib/python3.13/site-packages/django_rest_knox-5.0.2-py3.13.egg-info/requires.txt /usr/lib/python3.13/site-packages/django_rest_knox-5.0.2-py3.13.egg-info/top_level.txt /usr/lib/python3.13/site-packages/knox /usr/lib/python3.13/site-packages/knox/__init__.py /usr/lib/python3.13/site-packages/knox/__pycache__ /usr/lib/python3.13/site-packages/knox/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/admin.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/admin.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/auth.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/auth.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/crypto.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/crypto.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/models.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/models.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/serializers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/serializers.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/settings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/settings.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/signals.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/signals.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/urls.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/urls.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/views.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/__pycache__/views.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/admin.py /usr/lib/python3.13/site-packages/knox/auth.py /usr/lib/python3.13/site-packages/knox/crypto.py /usr/lib/python3.13/site-packages/knox/migrations /usr/lib/python3.13/site-packages/knox/migrations/0001_initial.py /usr/lib/python3.13/site-packages/knox/migrations/0002_auto_20150916_1425.py /usr/lib/python3.13/site-packages/knox/migrations/0003_auto_20150916_1526.py /usr/lib/python3.13/site-packages/knox/migrations/0004_authtoken_expires.py /usr/lib/python3.13/site-packages/knox/migrations/0005_authtoken_token_key.py /usr/lib/python3.13/site-packages/knox/migrations/0006_auto_20160818_0932.py /usr/lib/python3.13/site-packages/knox/migrations/0007_auto_20190111_0542.py /usr/lib/python3.13/site-packages/knox/migrations/0008_remove_authtoken_salt.py /usr/lib/python3.13/site-packages/knox/migrations/0009_extend_authtoken_field.py /usr/lib/python3.13/site-packages/knox/migrations/__init__.py /usr/lib/python3.13/site-packages/knox/migrations/__pycache__ /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0001_initial.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0001_initial.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0002_auto_20150916_1425.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0002_auto_20150916_1425.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0003_auto_20150916_1526.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0003_auto_20150916_1526.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0004_authtoken_expires.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0004_authtoken_expires.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0005_authtoken_token_key.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0005_authtoken_token_key.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0006_auto_20160818_0932.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0006_auto_20160818_0932.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0007_auto_20190111_0542.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0007_auto_20190111_0542.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0008_remove_authtoken_salt.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0008_remove_authtoken_salt.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0009_extend_authtoken_field.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/0009_extend_authtoken_field.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/knox/migrations/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/knox/models.py /usr/lib/python3.13/site-packages/knox/serializers.py /usr/lib/python3.13/site-packages/knox/settings.py /usr/lib/python3.13/site-packages/knox/signals.py /usr/lib/python3.13/site-packages/knox/urls.py /usr/lib/python3.13/site-packages/knox/views.py /usr/share/doc/packages/python313-django-rest-knox /usr/share/doc/packages/python313-django-rest-knox/CHANGELOG.md /usr/share/doc/packages/python313-django-rest-knox/README.md /usr/share/licenses/python313-django-rest-knox /usr/share/licenses/python313-django-rest-knox/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025