14
0
Files
python-joserfc/python-joserfc.changes
Dirk Mueller 3453ab922c - update to 0.12.0:
* Limit DEF decompress size to 250k bytes.
  * Fix claims validation, , via :issue:`23`.
  * Remove validating typ header with jwt.decode method.
  * jwe.decrypt_json allows to verify only one recipient.
  * Prevent OctKey to import ssh-dss.
  * Deprecate use of string and bytes as key.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joserfc?expand=0&rev=7
2024-06-17 06:32:31 +00:00

27 lines
1013 B
Plaintext

-------------------------------------------------------------------
Mon Jun 17 06:32:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.12.0:
* Limit DEF decompress size to 250k bytes.
* Fix claims validation, , via :issue:`23`.
* Remove validating typ header with jwt.decode method.
* jwe.decrypt_json allows to verify only one recipient.
* Prevent OctKey to import ssh-dss.
* Deprecate use of string and bytes as key.
-------------------------------------------------------------------
Tue May 14 08:23:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.10.0:
* Change jwt.encode and jwt.decode to use JWS by default
-------------------------------------------------------------------
Wed Mar 27 15:15:37 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Fri Mar 1 14:44:30 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Initial packaging (v0.9.0), needed by python-moto