15
0
forked from pool/python-PyJWT

Accepting request 1225415 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1225415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyJWT?expand=0&rev=34
This commit is contained in:
2024-11-21 14:13:33 +00:00
committed by Git OBS Bridge
4 changed files with 36 additions and 4 deletions

3
pyjwt-2.10.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c
size 87687

Binary file not shown.

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Nov 20 07:59:12 UTC 2024 - Adrian Schröter <adrian@suse.de>
- Update to version 2.10.0
* chore: use sequence for typing rather than list
* Add support for Python 3.13
* [pre-commit.ci] pre-commit autoupdate
* Add an RTD config file to resolve RTD build failures
* docs: Update iat exception docs
* Remove algorithm requirement for JWT API
* [pre-commit.ci] pre-commit autoupdate
* Create SECURITY.md
* docs fix: decode_complete scope and algorithms
* fix doctest for docs/usage.rst
* fix test_utils.py not to xfail
* Correct jwt.decode audience param doc expression
* Add PS256 encoding and decoding usage
* Add API docs for PyJWK
* Refactor project configuration files from setup.cfg to pyproject.toml PEP-518
* Add JWK support to JWT encode
* Update pre-commit hooks to lint pyproject.toml
* Add EdDSA algorithm encoding/decoding usage
* Ruff linter and formatter changes
* Validate sub and jti claims for the token
* Add ES256 usage
* Encode EC keys with a fixed bit length
* [pre-commit.ci] pre-commit autoupdate
* Drop support for Python 3.8
* Prepare 2.10.0 release
* Bump codecov/codecov-action from 4 to 5
* [pre-commit.ci] pre-commit autoupdate
-------------------------------------------------------------------
Mon Oct 7 13:53:47 UTC 2024 - Benjamin Greiner <code@bnavigator.de>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-PyJWT
Version: 2.9.0
Version: 2.10.0
Release: 0
Summary: JSON Web Token implementation in Python
License: MIT