From 8bf63f728c292faefaacec73819f0a10288deb3fe81ae5aa94b3a8a0c71a23a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Nov 2024 22:52:08 +0000 Subject: [PATCH] Accepting request 1225220 from system:homeautomation:home-assistant:unstable - 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 OBS-URL: https://build.opensuse.org/request/show/1225220 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=75 --- pyjwt-2.10.0.tar.gz | 3 +++ pyjwt-2.9.0.tar.gz | 3 --- python-PyJWT.changes | 32 ++++++++++++++++++++++++++++++++ python-PyJWT.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 pyjwt-2.10.0.tar.gz delete mode 100644 pyjwt-2.9.0.tar.gz 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