Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2022 18:50:28 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3213d5224b15 - main - devel/py-pytest-html: update to 3.2.0
Message-ID:  <202210271850.29RIoSbB098854@gitrepo.freebsd.org>

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

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

commit 3213d5224b15ab654761bdde44eddef2d63e2efa
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2022-10-27 18:49:27 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2022-10-27 18:49:59 +0000

    devel/py-pytest-html: update to 3.2.0
    
    ChangeLog:      https://pytest-html.readthedocs.io/en/latest/changelog.html
---
 devel/py-pytest-html/Makefile | 8 ++++----
 devel/py-pytest-html/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-pytest-html/Makefile b/devel/py-pytest-html/Makefile
index 97f1f2d648de..ea4f8d32b417 100644
--- a/devel/py-pytest-html/Makefile
+++ b/devel/py-pytest-html/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-html
-PORTVERSION=	3.1.1
+PORTVERSION=	3.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,12 @@ WWW=		https://github.com/pytest-dev/pytest-html
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=19.3.1:devel/py-pip@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.5.0:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0.33.6:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=5.0:devel/py-pytest@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.8.2:devel/py-py@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=5.0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-metadata>0:devel/py-pytest-metadata@${PY_FLAVOR}
 
 USES=		python:3.6+
diff --git a/devel/py-pytest-html/distinfo b/devel/py-pytest-html/distinfo
index 1920f312851c..6f6434128545 100644
--- a/devel/py-pytest-html/distinfo
+++ b/devel/py-pytest-html/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649585772
-SHA256 (pytest-html-3.1.1.tar.gz) = 3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3
-SIZE (pytest-html-3.1.1.tar.gz) = 38548
+TIMESTAMP = 1666851932
+SHA256 (pytest-html-3.2.0.tar.gz) = c4e2f4bb0bffc437f51ad2174a8a3e71df81bbc2f6894604e604af18fbe687c3
+SIZE (pytest-html-3.2.0.tar.gz) = 41955



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