14
0

Accepting request 794568 from home:mcalabkova:branches:devel:languages:python

- Update to version 1.1.1
  * Fix incorrect typing annotation for `decode_signing_key_base64`.
  * Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0. 
- Add no-importlib-on-py38.patch to fix build on Python 3.8

OBS-URL: https://build.opensuse.org/request/show/794568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-signedjson?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-04-16 12:14:21 +00:00
committed by Git OBS Bridge
parent c95fb9d363
commit 001ad92b11
5 changed files with 67 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 15 13:50:16 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.1.1
* Fix incorrect typing annotation for `decode_signing_key_base64`.
* Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0.
- Add no-importlib-on-py38.patch to fix build on Python 3.8
-------------------------------------------------------------------
Thu Feb 06 11:29:56 UTC 2020 - okurz@suse.com