14
0

Accepting request 789672 from home:stroeder:branches:devel:languages:python

- update to upstream release 0.7.0
  * Allow to use JWKSet on a JWT with no KID
  * Fixed JWE jose_header
  * Added JWE/JWS custom registry header implementation
  * RFC 8037 - Support for Ed25519, Ed448
  * Stricter OKP key generation parms check
  * Add X25519/X448 support
  * Simplify internal code curve selection
  * Fix encoding length of EC keys Coordinates
  * Add the ability to verify 'none' signatures
  * Import ABC from collections.abc instead of collections for Python 3.9 compatibility

OBS-URL: https://build.opensuse.org/request/show/789672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-30 08:51:13 +00:00
committed by Git OBS Bridge
parent 407730aba5
commit a67a03d658
4 changed files with 19 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jwcrypto
Version: 0.6.0
Version: 0.7
Release: 0
Summary: Python module package implementing JOSE Web standards
License: LGPL-3.0-only