Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2023 13:18:04 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d23714b9b91a - main - devel/py-pytest-rerunfailures: Update version 10.1=>11.1.2
Message-ID:  <202304151318.33FDI47P080166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit d23714b9b91ae9b50ff6e19d28c5d600e334ee4b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-15 13:09:22 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-15 13:14:59 +0000

    devel/py-pytest-rerunfailures: Update version 10.1=>11.1.2
    
    Changelog:
    https://github.com/pytest-dev/pytest-rerunfailures/releases/tag/11.1.2
---
 devel/py-pytest-rerunfailures/Makefile | 13 ++++++++++---
 devel/py-pytest-rerunfailures/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/devel/py-pytest-rerunfailures/Makefile b/devel/py-pytest-rerunfailures/Makefile
index 8777b836a004..079d1827f637 100644
--- a/devel/py-pytest-rerunfailures/Makefile
+++ b/devel/py-pytest-rerunfailures/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-rerunfailures
-PORTVERSION=	10.1
+PORTVERSION=	11.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,18 @@ WWW=		https://github.com/pytest-dev/pytest-rerunfailures
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=17.1:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30800
+RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-pytest-rerunfailures/distinfo b/devel/py-pytest-rerunfailures/distinfo
index 288007405a62..88e29a829ae6 100644
--- a/devel/py-pytest-rerunfailures/distinfo
+++ b/devel/py-pytest-rerunfailures/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628597728
-SHA256 (pytest-rerunfailures-10.1.tar.gz) = 7617c06de13ee6dd2df9add7e275bfb2bcebbaaf3e450f5937cd0200df824273
-SIZE (pytest-rerunfailures-10.1.tar.gz) = 13644
+TIMESTAMP = 1681563962
+SHA256 (pytest-rerunfailures-11.1.2.tar.gz) = 55611661e873f1cafa384c82f08d07883954f4b76435f4b8a5b470c1954573de
+SIZE (pytest-rerunfailures-11.1.2.tar.gz) = 17234



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304151318.33FDI47P080166>