14
0
forked from pool/python-PyJWT

Accepting request 741159 from home:StefanBruens:branches:devel:languages:python

- Fix build with ecdsa >= 0.13.3, #447
  * 0001-Catch-BadSignatureError-raised-by-ecdsa-0.13.3.patch

OBS-URL: https://build.opensuse.org/request/show/741159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal
2019-10-19 07:44:20 +00:00
committed by Git OBS Bridge
parent e15e45ce8b
commit 20e146e8e8
3 changed files with 36 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 18 20:24:47 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build with ecdsa >= 0.13.3, #447
* 0001-Catch-BadSignatureError-raised-by-ecdsa-0.13.3.patch
-------------------------------------------------------------------
Thu Mar 7 11:13:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>