diff --git a/pyjwt-2.10.0.tar.gz b/pyjwt-2.10.0.tar.gz new file mode 100644 index 0000000..4edffcf --- /dev/null +++ b/pyjwt-2.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c +size 87687 diff --git a/pyjwt-2.9.0.tar.gz b/pyjwt-2.9.0.tar.gz deleted file mode 100644 index 1c6de83..0000000 --- a/pyjwt-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c -size 78825 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 58e52ab..f70bd35 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Nov 20 07:59:12 UTC 2024 - Adrian Schröter + +- 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 diff --git a/python-PyJWT.spec b/python-PyJWT.spec index fc92200..c435803 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -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