Accepting request 822573 from home:jayvdb:django
- 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. OBS-URL: https://build.opensuse.org/request/show/822573 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-djangorestframework-simplejwt?expand=0&rev=5
This commit is contained in:
parent
2406b9f263
commit
ac96ce839a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b35c5456eadb85c0fc7567b6deaa7f6fb894877a3c50f617e605c0f24613d6a2
|
||||
size 37437
|
3
djangorestframework_simplejwt-4.4.0.tar.gz
Normal file
3
djangorestframework_simplejwt-4.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5d196f1a6891901309ec4e41149d04a78a57fe7f72305f870df929e9308058c
|
||||
size 44797
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 07:55:24 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- 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 08:46:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-djangorestframework-simplejwt
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-djangorestframework-simplejwt
|
||||
Version: 4.3.0
|
||||
Version: 4.4.0
|
||||
Release: 0
|
||||
Summary: JSON Web Token authentication for Django REST Framework
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user