14
0
forked from pool/python-zeep

Accepting request 961421 from home:wrosenauer:devel

- Update to 4.1.0
  * Remove last dependency on six
  * Use platformdirs instead of the appsdirs dependency
  * Pass digest method when signing timestamp node
  * Fix settings context manager when an exception is raised
  * Don’t render decimals using scientific notation
  * Remove dependency on defusedxml
  * Improve handling of str values for Duration
- added httpx-test.patch to use text instead of data

OBS-URL: https://build.opensuse.org/request/show/961421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeep?expand=0&rev=10
This commit is contained in:
2022-03-13 20:50:43 +00:00
committed by Git OBS Bridge
parent ef5ef36672
commit 88a68a3f60
5 changed files with 63 additions and 11 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 13 07:31:39 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
- Update to 4.1.0
* Remove last dependency on six
* Use platformdirs instead of the appsdirs dependency
* Pass digest method when signing timestamp node
* Fix settings context manager when an exception is raised
* Dont render decimals using scientific notation
* Remove dependency on defusedxml
* Improve handling of str values for Duration
- added httpx-test.patch to use text instead of data
-------------------------------------------------------------------
Thu Jun 3 08:45:37 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>