Path to this page:
./
net/py-zeep,
Fast and modern Python SOAP client
Branch: CURRENT,
Version: 4.3.1,
Package name: py312-zeep-4.3.1,
Maintainer: pkgsrc-usersA 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: 162.566 KB
Version history: (Expand)
- (2024-10-17) Updated to version: py312-zeep-4.3.1
- (2024-10-14) Updated to version: py312-zeep-4.3.0
- (2024-10-14) Updated to version: py312-zeep-4.2.1nb1
- (2024-08-10) Updated to version: py311-zeep-4.2.1nb1
- (2023-11-08) Updated to version: py311-zeep-4.2.1
- (2022-11-21) Updated to version: py310-zeep-4.2.1
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-17 12:33:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zeep: updated to 4.3.1
4.3.1 (2024-10-16)
- Fix regression in parsing xsd:Date with negative timezone
|
2024-10-14 11:51:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zeep: updated to 4.3.0
4.3.0 (2024-10-13)
- Drop support for Python 3.7 and 3.8 and add support for Python 3.12 and 3.13
- Add workaround to support date values with timezone in combination with
isodate 0.7.2
- Replace deprecated `datetime.datetime.utcnow()`
- Properly close 'file://' resources
- Complete migration to pyproject.toml (remove setup.py)
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-10 09:43:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-zeep: convert to wheel.mk
Fix test dependencies.
Bump PKGREVISION.
|
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) | |
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) | |
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
|