Download raw body.
update devel/py-suds
ok to update this?
changelog:
Remove support from before Python 3.7
asdict functionality to optionally recursively give suds object
Support process SOAP 1.2 reply
[ci] Switch to requirements.txt and use pytest directly
+ it fixes build with newer setuptools
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-suds/Makefile,v
diff -u -p -r1.12 Makefile
--- Makefile 21 Dec 2024 11:40:11 -0000 1.12
+++ Makefile 27 Dec 2024 20:57:54 -0000
@@ -1,22 +1,20 @@
COMMENT = lightweight python SOAP client
-MODPY_DISTV = 1.1.2
-GH_ACCOUNT = suds-community
-GH_PROJECT = suds
-GH_TAGNAME = v${MODPY_DISTV}
+MODPY_DISTV = 1.2.0
+DISTNAME = suds-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
-REVISION = 1
+
+HOMEPAGE = https://github.com/suds-community/suds
CATEGORIES = devel
MAINTAINER = Christian Rueger <cr+openbsd@rueger-net.de>
# GPLv3
-PERMIT_PACKAGE = Yes
+PERMIT_PACKAGE = Yes
+MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
-
-MODULES = lang/python
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-suds/distinfo,v
diff -u -p -r1.3 distinfo
--- distinfo 18 Feb 2023 14:37:56 -0000 1.3
+++ distinfo 27 Dec 2024 20:57:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (suds-1.1.2.tar.gz) = HVz6dBFxk7JEpCM/JGxIPZ9BGYtEjF8UqLrRHE9knys=
-SIZE (suds-1.1.2.tar.gz) = 285336
+SHA256 (suds-1.2.0.tar.gz) = g7Fiw9I1U3ThHYuazxXuqhWLQWtGJYIYRPn2KNZ53q8=
+SIZE (suds-1.2.0.tar.gz) = 271331
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-suds/pkg/PLIST,v
diff -u -p -r1.4 PLIST
--- pkg/PLIST 21 Dec 2024 11:40:11 -0000 1.4
+++ pkg/PLIST 27 Dec 2024 20:57:54 -0000
@@ -1,5 +1,5 @@
-@pkgpath devel/py-suds,python3
@conflict py-suds-*
+@pkgpath devel/py-suds,python3
lib/python${MODPY_VERSION}/site-packages/suds/
lib/python${MODPY_VERSION}/site-packages/suds/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/suds/${MODPY_PYCACHE}/
update devel/py-suds