Package: python-djangorestframework-simplejwt / 5.5.1-2

Metadata

Package Version Patches format
python-djangorestframework-simplejwt 5.5.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove remote badges to prevent privacy issues.patch | (download)

README.rst | 17 0 + 17 - 0 !
docs/index.rst | 17 0 + 17 - 0 !
2 files changed, 34 deletions(-)

 remove remote badges to prevent privacy issues.


0002 Make intersphinx use local copies of objects.inv fil.patch | (download)

docs/conf.py | 18 15 + 3 - 0 !
1 file changed, 15 insertions(+), 3 deletions(-)

 make intersphinx use local copies of objects.inv files.


0003 Fix PO Revision Date fields from translations whe.patch | (download)

rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po | 1 0 + 1 - 0 !
rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po | 1 0 + 1 - 0 !
rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po | 1 0 + 1 - 0 !
rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po | 1 0 + 1 - 0 !
rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po | 1 0 + 1 - 0 !
rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po | 2 1 + 1 - 0 !
6 files changed, 1 insertion(+), 6 deletions(-)

 fix po-revision-date fields from translations where a date was
 missing or mangled.


0004 Remove jose from tests.patch | (download)

setup.py | 4 0 + 4 - 0 !
tests/test_tokens.py | 7 4 + 3 - 0 !
tox.ini | 1 0 + 1 - 0 !
3 files changed, 4 insertions(+), 8 deletions(-)

 remove jose from tests.


0005 fix use curve matching EC keys for ES384 ES512 backe.patch | (download)

tests/keys.py | 36 36 + 0 - 0 !
tests/test_backends.py | 8 6 + 2 - 0 !
2 files changed, 42 insertions(+), 2 deletions(-)

 fix: use curve-matching ec keys for es384/es512 backend tests (#963)

* fix: use curve-matching EC keys for ES384/ES512 backend tests

* use well known vectors

* Revert "use well known vectors"

This reverts commit 689619193c35e35c24bb2ea11fbce73996c703f7.