14
0

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

- Update to 4.7.0
  * Add support for MDQ signature verification
  * Raise XmlsecError if xmlsec1 operations do not succeed
  * Handle non standard response error status codes correctly
  * Remove the python-future dependency and only use six

OBS-URL: https://build.opensuse.org/request/show/707788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal
2019-06-05 10:21:45 +00:00
committed by Git OBS Bridge
parent eeac59abc3
commit 1b28bccebd
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 5 09:39:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 4.7.0
* Add support for MDQ signature verification
* Raise XmlsecError if xmlsec1 operations do not succeed
* Handle non standard response error status codes correctly
* Remove the python-future dependency and only use six
-------------------------------------------------------------------
Fri Dec 7 10:43:13 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>