14
0
forked from pool/python-zeep

Accepting request 897174 from home:alarrosa:branches:devel:languages:python

- Update to 4.0.0
  * Drop support for Python 2.7, 3.3, 3.4 and 3.5
  * Remove both the aiohttp and the tornado transport class from
    Zeep. These can be moved to their own Python package if anyone
    is interested.
  * Add zeep.transports.AsyncTransport which is based on httpx.
    Note that loading wsdl files is still a sync process but
    operations can be executed via async.
  * Start adding more typehints to the package
- Remove patches that are not needed anymore:
  * pytest4.patch
  * pytest5.patch

OBS-URL: https://build.opensuse.org/request/show/897174
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeep?expand=0&rev=9
This commit is contained in:
2021-06-03 12:30:10 +00:00
committed by Git OBS Bridge
parent 6426492c84
commit ef5ef36672
6 changed files with 30 additions and 87 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 3 08:45:37 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Update to 4.0.0
* Drop support for Python 2.7, 3.3, 3.4 and 3.5
* Remove both the aiohttp and the tornado transport class from
Zeep. These can be moved to their own Python package if anyone
is interested.
* Add zeep.transports.AsyncTransport which is based on httpx.
Note that loading wsdl files is still a sync process but
operations can be executed via async.
* Start adding more typehints to the package
- Remove patches that are not needed anymore:
* pytest4.patch
* pytest5.patch
-------------------------------------------------------------------
Fri Apr 16 12:36:20 UTC 2021 - Ben Greiner <code@bnavigator.de>