Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2026 03:50:35 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 210c4d28fd00 - main - devel/py-junitparser: update 4=?utf-8?Q?=2E0.2 =E2=86=92?= 5.0.0
Message-ID:  <69db168b.1c9a7.17556af7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=210c4d28fd009e85c486e3bcc5cab562ac960376

commit 210c4d28fd009e85c486e3bcc5cab562ac960376
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-12 03:33:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-12 03:50:14 +0000

    devel/py-junitparser: update 4.0.2 → 5.0.0
---
 devel/py-junitparser/Makefile                   |  8 ++++++--
 devel/py-junitparser/distinfo                   |  6 +++---
 devel/py-junitparser/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/devel/py-junitparser/Makefile b/devel/py-junitparser/Makefile
index f88c51c361bc..56a89f87b8ea 100644
--- a/devel/py-junitparser/Makefile
+++ b/devel/py-junitparser/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	junitparser
-DISTVERSION=	4.0.2
+DISTVERSION=	5.0.0
 CATEGORIES=	devel net
 #MASTER_SITES=	PYPI # some test files are missing
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,11 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	weiwei
 
 NO_ARCH=	yes
+TEST_ARGS=	tests
 
-# tests as of 4.0.2: 123 passed, 2 skipped in 8.13s
+# tests as of 5.0.0:
+# Results (1.70s):
+#        381 passed
+#          2 skipped
 
 .include <bsd.port.mk>
diff --git a/devel/py-junitparser/distinfo b/devel/py-junitparser/distinfo
index 54b195d61e02..6e37b2a2aedc 100644
--- a/devel/py-junitparser/distinfo
+++ b/devel/py-junitparser/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757122225
-SHA256 (weiwei-junitparser-4.0.2_GH0.tar.gz) = 7611c87d8754ec77d75dc650e93713c24d1f923250406df3eeddff1d876365da
-SIZE (weiwei-junitparser-4.0.2_GH0.tar.gz) = 29135
+TIMESTAMP = 1775964489
+SHA256 (weiwei-junitparser-5.0.0_GH0.tar.gz) = e65bfd1d77bd283b54232233fd9751ed0e28325bfe106fc9590937728e6a1685
+SIZE (weiwei-junitparser-5.0.0_GH0.tar.gz) = 29819
diff --git a/devel/py-junitparser/files/patch-pyproject.toml b/devel/py-junitparser/files/patch-pyproject.toml
new file mode 100644
index 000000000000..7b2b90471a48
--- /dev/null
+++ b/devel/py-junitparser/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-04-12 03:28:22 UTC
++++ pyproject.toml
+@@ -18,8 +18,6 @@ classifiers = [
+   "Topic :: Text Processing",
+   "Programming Language :: Python :: 3",
+ ]
+-license = "Apache-2.0"
+-license-files = ["LICENSE"]
+ keywords = ["junit", "xunit", "xml", "parser"]
+ 
+ [project.urls]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69db168b.1c9a7.17556af7>