summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyjwt_2.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyjwt: upgrade 2.5.0 -> 2.6.0Wang Mingyu2022-10-241-0/+15
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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>