forked from pool/python-PyJWT
Accepting request 1031634 from home:yarunachalam:branches:devel:languages:python
- Update to 2.6.0 Changed * bump up cryptography >= 3.4.0 by @jpadilla in #807 * Remove types-cryptography from crypto extra by @lautat in #805 Fixed * Invalidate token on the exact second the token expires #797 * fix: version 2.5.0 heading typo by @c0state in #803 Added * Adding validation for issued_at when iat > (now + leeway) as ImmatureSignatureError by @sriharan16 in #794 OBS-URL: https://build.opensuse.org/request/show/1031634 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=56
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e77ab89480905d86998442ac5788f35333fa85f65047a534adc38edf3c88fc3b
|
|
||||||
size 72538
|
|
3
PyJWT-2.6.0.tar.gz
Normal file
3
PyJWT-2.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd
|
||||||
|
size 72984
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 27 21:01:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.6.0
|
||||||
|
Changed
|
||||||
|
* bump up cryptography >= 3.4.0 by @jpadilla in #807
|
||||||
|
* Remove types-cryptography from crypto extra by @lautat in #805
|
||||||
|
Fixed
|
||||||
|
* Invalidate token on the exact second the token expires #797
|
||||||
|
* fix: version 2.5.0 heading typo by @c0state in #803
|
||||||
|
Added
|
||||||
|
* Adding validation for issued_at when iat > (now + leeway) as ImmatureSignatureError by @sriharan16 in #794
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 9 14:11:04 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
Sun Oct 9 14:11:04 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-PyJWT
|
Name: python-PyJWT
|
||||||
Version: 2.5.0
|
Version: 2.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JSON Web Token implementation in Python
|
Summary: JSON Web Token implementation in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user