Skip to content

Commit

Permalink
py-zeep: update to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Nov 3, 2022
1 parent f3c99c8 commit 635d853
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions python/py-zeep/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ PortSystem 1.0
PortGroup python 1.0

name py-zeep
version 4.1.0
version 4.2.0
revision 0
categories python
license MIT
maintainers {mps @Schamschula} openmaintainer
description A fast and modern Python SOAP client.
long_description {*}${description}
supported_archs noarch
platforms {darwin any}
homepage https://docs.python-zeep.org/en/master/

python.versions 37 38 39 310

checksums rmd160 a437f85fb8f57738deee41114428de995ade70ff \
sha256 5867f2eadd6b028d9751f4155af590d3aaf9280e3a0ed5e15a53343921c956e5 \
size 160333
checksums rmd160 2853ceae9c6c691efc9241e3717136c61dc60e1e \
sha256 c6f3540a872239954de31e692e8343be767fb3842222f98cf31f79946b6680cf \
size 161102

if {${name} ne ${subport}} {
depends_build-append \
Expand All @@ -36,8 +37,6 @@ if {${name} ne ${subport}} {
port:py${python.version}-requests-toolbelt \
port:py${python.version}-tz

livecheck.type none

variant async {
depends_lib-append \
port:py${python.version}-httpx
Expand Down

0 comments on commit 635d853

Please sign in to comment.