Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-django-rest-knox-4.2.0-2.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-django-rest-knox Distribution: openSUSE Tumbleweed
Version: 4.2.0 Vendor: openSUSE
Release: 2.2 Build date: Thu Mar 21 08:53:27 2024
Group: Unspecified Build host: reproducible
Size: 50082 Source RPM: python-django-rest-knox-4.2.0-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/James1345/django-rest-knox
Summary: Authentication for Django REST framework
Authentication for Django REST framework.

Provides

Requires

License

MIT

Changelog

* 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

Files

/usr/lib/python3.10/site-packages/django_rest_knox-4.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/django_rest_knox-4.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/django_rest_knox-4.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/django_rest_knox-4.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/django_rest_knox-4.2.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/django_rest_knox-4.2.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/knox
/usr/lib/python3.10/site-packages/knox/__init__.py
/usr/lib/python3.10/site-packages/knox/__pycache__
/usr/lib/python3.10/site-packages/knox/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/admin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/admin.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/crypto.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/crypto.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/serializers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/serializers.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/signals.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/signals.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/urls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/urls.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/views.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/__pycache__/views.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/admin.py
/usr/lib/python3.10/site-packages/knox/auth.py
/usr/lib/python3.10/site-packages/knox/crypto.py
/usr/lib/python3.10/site-packages/knox/migrations
/usr/lib/python3.10/site-packages/knox/migrations/0001_initial.py
/usr/lib/python3.10/site-packages/knox/migrations/0002_auto_20150916_1425.py
/usr/lib/python3.10/site-packages/knox/migrations/0003_auto_20150916_1526.py
/usr/lib/python3.10/site-packages/knox/migrations/0004_authtoken_expires.py
/usr/lib/python3.10/site-packages/knox/migrations/0005_authtoken_token_key.py
/usr/lib/python3.10/site-packages/knox/migrations/0006_auto_20160818_0932.py
/usr/lib/python3.10/site-packages/knox/migrations/0007_auto_20190111_0542.py
/usr/lib/python3.10/site-packages/knox/migrations/0008_remove_authtoken_salt.py
/usr/lib/python3.10/site-packages/knox/migrations/__init__.py
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0001_initial.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0001_initial.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0002_auto_20150916_1425.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0002_auto_20150916_1425.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0003_auto_20150916_1526.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0003_auto_20150916_1526.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0004_authtoken_expires.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0004_authtoken_expires.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0005_authtoken_token_key.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0005_authtoken_token_key.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0006_auto_20160818_0932.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0006_auto_20160818_0932.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0007_auto_20190111_0542.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0007_auto_20190111_0542.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0008_remove_authtoken_salt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/0008_remove_authtoken_salt.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/knox/migrations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/knox/models.py
/usr/lib/python3.10/site-packages/knox/serializers.py
/usr/lib/python3.10/site-packages/knox/settings.py
/usr/lib/python3.10/site-packages/knox/signals.py
/usr/lib/python3.10/site-packages/knox/urls.py
/usr/lib/python3.10/site-packages/knox/views.py
/usr/share/doc/packages/python310-django-rest-knox
/usr/share/doc/packages/python310-django-rest-knox/CHANGELOG.md
/usr/share/doc/packages/python310-django-rest-knox/README.md
/usr/share/licenses/python310-django-rest-knox
/usr/share/licenses/python310-django-rest-knox/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024