diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-junitparser/Makefile | 7 | ||||
-rw-r--r-- | devel/py-junitparser/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/py-junitparser/Makefile b/devel/py-junitparser/Makefile index 9552245b0e07..f88c51c361bc 100644 --- a/devel/py-junitparser/Makefile +++ b/devel/py-junitparser/Makefile @@ -1,12 +1,13 @@ PORTNAME= junitparser -DISTVERSION= 3.2.0 +DISTVERSION= 4.0.2 CATEGORIES= devel net #MASTER_SITES= PYPI # some test files are missing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Manipulating JUnit/xUnit Result XML files -WWW= https://junitparser.readthedocs.io/en/latest/ +WWW= https://junitparser.readthedocs.io/en/latest/ \ + https://github.com/weiwei/junitparser LICENSE= APACHE20 @@ -21,4 +22,6 @@ GH_ACCOUNT= weiwei NO_ARCH= yes +# tests as of 4.0.2: 123 passed, 2 skipped in 8.13s + .include <bsd.port.mk> diff --git a/devel/py-junitparser/distinfo b/devel/py-junitparser/distinfo index f7d3bd976c08..54b195d61e02 100644 --- a/devel/py-junitparser/distinfo +++ b/devel/py-junitparser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725252816 -SHA256 (weiwei-junitparser-3.2.0_GH0.tar.gz) = 25771690d2d450a2426a78b58fd9719b5098bd44f05eb5aedf9a4731bb63157f -SIZE (weiwei-junitparser-3.2.0_GH0.tar.gz) = 23108 +TIMESTAMP = 1757122225 +SHA256 (weiwei-junitparser-4.0.2_GH0.tar.gz) = 7611c87d8754ec77d75dc650e93713c24d1f923250406df3eeddff1d876365da +SIZE (weiwei-junitparser-4.0.2_GH0.tar.gz) = 29135 |