git: fe345dce8022 - main - devel/py-xmltodict: Update to 0.13.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 13 May 2022 11:46:12 UTC
The branch main has been updated by sunpoet:

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

commit fe345dce802222bbbf1860564abcc540efda884c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:31:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:39:34 +0000

    devel/py-xmltodict: Update to 0.13.0
    
    Changes:        https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md
---
 devel/py-xmltodict/Makefile  | 7 ++++---
 devel/py-xmltodict/distinfo  | 6 +++---
 devel/py-xmltodict/pkg-descr | 1 -
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile
index 4bbd645f6f61..71bde88f4214 100644
--- a/devel/py-xmltodict/Makefile
+++ b/devel/py-xmltodict/Makefile
@@ -1,7 +1,7 @@
 # Created by: Johannes Meixner <johannes@perceivon.net>
 
 PORTNAME=	xmltodict
-PORTVERSION=	0.12.0
+PORTVERSION=	0.13.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT=	XML parser that returns python dictionaries
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}nose2>=0:devel/py-nose2@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
@@ -20,6 +21,6 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 do-test:
-	@cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests-${PYTHON_VER}
+	cd ${WRKSRC} && ${PYTHON_CMD} -m nose2 -v
 
 .include <bsd.port.mk>
diff --git a/devel/py-xmltodict/distinfo b/devel/py-xmltodict/distinfo
index 2f793213fb5d..a3d4fd7ea6d8 100644
--- a/devel/py-xmltodict/distinfo
+++ b/devel/py-xmltodict/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549892506
-SHA256 (xmltodict-0.12.0.tar.gz) = 50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21
-SIZE (xmltodict-0.12.0.tar.gz) = 18481
+TIMESTAMP = 1652122681
+SHA256 (xmltodict-0.13.0.tar.gz) = 341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56
+SIZE (xmltodict-0.13.0.tar.gz) = 33813
diff --git a/devel/py-xmltodict/pkg-descr b/devel/py-xmltodict/pkg-descr
index 75d04683f3f9..cb0b17b4b35a 100644
--- a/devel/py-xmltodict/pkg-descr
+++ b/devel/py-xmltodict/pkg-descr
@@ -1,5 +1,4 @@
 xmltodict is a Python module that makes working with XML feel like you are
 working with JSON.
 
-WWW: https://pypi.org/project/xmltodict/
 WWW: https://github.com/martinblech/xmltodict