forked from pool/python-joserfc
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 280fb5d24f | |||
| 3f02961e33 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8f3442b04c233f742f7acde0d0dcd926414e9542a6337096b2b4e5f435f36c1
|
|
||||||
size 182360
|
|
||||||
3
joserfc-1.6.3.tar.gz
Normal file
3
joserfc-1.6.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c00c2830db969b836cba197e830e738dd9dda0955f1794e55d3c636f17f5c9a6
|
||||||
|
size 229090
|
||||||
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 4 14:44:25 UTC 2026 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.6.3 (fixes CVE-2026-27932, bsc#1259154)
|
||||||
|
* jwe: Set max value for p2c
|
||||||
|
- Update to 1.6.2
|
||||||
|
* Class does not need to inherit object
|
||||||
|
* jwe: Move size limit to DeflateZipModel
|
||||||
|
* jwe: Auto add kid when add_recipient
|
||||||
|
* jwe: Auto add kid to recipient when kid exists
|
||||||
|
- Update to 1.6.1
|
||||||
|
* Remove duplicate code
|
||||||
|
* Improve base key method definition
|
||||||
|
* Update for type hints
|
||||||
|
* jwt: Remove InvalidTokenError, ExpiredTokenError based on ClaimError
|
||||||
|
- Update to 1.6.0
|
||||||
|
* Filter_algorithms names parameter default to all algs
|
||||||
|
* Pick_random_key algorithm parameter is optional
|
||||||
|
* Filter_algorithms supports KeySet objects
|
||||||
|
* jwk: Add a derive_key method for OKPKey
|
||||||
|
* jwk: Add derive_key method for ECKey
|
||||||
|
* Remove backend parameter, it is deprecated
|
||||||
|
* jwa: Improve RFC9864 check key logic
|
||||||
|
* jwk: Improve OKPKey implementation
|
||||||
|
* jwk: Allow import key from cryptography native key types
|
||||||
|
* jwk: Raise InvalidKeyCurveError when generate ECKey with invalid crv
|
||||||
|
* jwk: Improve generate_private_key on binding class
|
||||||
|
* jwk: Remove useless properties on OKPKey
|
||||||
|
* jws: Use JWSRegistry.guess_algorithm to replace JWSRegistry.guess_alg
|
||||||
|
* jwt: Make BaseClaimsRegistry.essential_keys a property.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 11 11:13:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Jun 11 11:13:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-joserfc
|
# spec file for package python-joserfc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-joserfc
|
Name: python-joserfc
|
||||||
Version: 1.1.0
|
Version: 1.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The ultimate Python library for JOSE RFCs
|
Summary: The ultimate Python library for JOSE RFCs
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user