14
0
forked from pool/python-zeep

- Add patches to fix build with current pytests (From upstream PRs):

* pytest4.patch
  * pytest5.patch
- Tweak the deps to stay resolvable

- Fix unit tests
- Use better way to handle tornado version compatibility.

- Don't allow python-tornado >= 5

- update to 3.4.0
  * Allow passing xsd.Nil to sequences
  * Add support for passing custom digest and signature methods during WSSE
    signing
  * Fix path resolving during XSD imports

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeep?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-11-08 07:33:58 +00:00
committed by Git OBS Bridge
parent 21b900b705
commit ad0bbc3e30
6 changed files with 105 additions and 5 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Nov 8 07:33:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patches to fix build with current pytests (From upstream PRs):
* pytest4.patch
* pytest5.patch
- Tweak the deps to stay resolvable
-------------------------------------------------------------------
Mon Aug 26 16:57:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Fix unit tests
- Use better way to handle tornado version compatibility.
-------------------------------------------------------------------
Mon Jul 29 17:21:09 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Don't allow python-tornado >= 5
-------------------------------------------------------------------
Fri Jun 14 08:54:20 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 3.4.0
* Allow passing xsd.Nil to sequences
* Add support for passing custom digest and signature methods during WSSE
signing
* Fix path resolving during XSD imports
-------------------------------------------------------------------
Mon Mar 25 11:43:38 UTC 2019 - pgajdos@suse.com