14
0
forked from pool/python-josepy

- update to 1.8.0:

* Removed external mock dependency.
  * Removed dependency on six.
  * Deprecated the module josepy.magic_typing.
  * Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=21
This commit is contained in:
2021-05-09 14:44:59 +00:00
committed by Git OBS Bridge
parent 4e225d0eeb
commit fa2384d34e
6 changed files with 24 additions and 18 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 9 14:43:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.8.0:
* Removed external mock dependency.
* Removed dependency on six.
* Deprecated the module josepy.magic_typing.
* Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.
-------------------------------------------------------------------
Mon Mar 8 08:39:01 UTC 2021 - Dirk Müller <dmueller@suse.com>