./net/py-zeep, Fast and modern Python SOAP client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.2.1, Package name: py311-zeep-4.2.1, Maintainer: pkgsrc-users

A fast and modern Python SOAP client base on lxml/requests.


Required to run:
[devel/py-setuptools] [time/py-pytz] [textproc/py-lxml] [devel/py-requests] [lang/py-six] [textproc/py-defusedxml] [devel/py-requests-toolbelt] [time/py-isodate] [devel/py-cached-property] [devel/py-attrs] [devel/py-appdirs] [www/py-aiohttp] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 157.297 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2022-11-21 10:36:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeep: updated to 4.2.1

4.2.1 (2022-11-10)
-------------------
- Fix error regarding closing session in async transport
   2022-11-15 13:18:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeep: updated to 4.2.0

4.2.0 (2022-111-03)
-------------------
- Drop support for Python 3.6
- Allow embedding CDATA elements in simple types
- Allow to pass in a pre parsed Document
- Fix httpx DeprecationWarning for post data
- Add BinaryMemorySignature
- Fix IndexError when empty body response
- Add support for context manager on Client
- Allow Ws Addressing plugin to use a different URL
- Accept strings for xsd base64Binary
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-09-13 13:20:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeep: updated to 4.1.0

4.1.0 (2021-08-15)
------------------
- 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` (deprecated)
- Improve handling of str values for Duration
   2020-12-07 16:38:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zeep: updated to 4.0.0

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

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