Date: Mon, 4 Sep 2023 21:33:43 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 00af000fd54b - main - devel/py-pytest: Update to 7.4.1 Message-ID: <202309042133.384LXhNX099815@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=00af000fd54bc000c5fcb25a8f26a644bac3a4dc commit 00af000fd54bc000c5fcb25a8f26a644bac3a4dc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:28:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:34 +0000 devel/py-pytest: Update to 7.4.1 Changes: https://github.com/pytest-dev/pytest/releases https://docs.pytest.org/en/stable/changelog.html --- devel/py-pytest/Makefile | 4 ++-- devel/py-pytest/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile index 41fd21ed2334..465314142da8 100644 --- a/devel/py-pytest/Makefile +++ b/devel/py-pytest/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest -PORTVERSION= 7.4.0 +PORTVERSION= 7.4.1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI @@ -12,7 +12,7 @@ WWW= https://docs.pytest.org/en/latest/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2.3:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniconfig>=0:devel/py-iniconfig@${PY_FLAVOR} \ diff --git a/devel/py-pytest/distinfo b/devel/py-pytest/distinfo index 1a6ac42a5c7c..ad8aa8312229 100644 --- a/devel/py-pytest/distinfo +++ b/devel/py-pytest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688902983 -SHA256 (pytest-7.4.0.tar.gz) = b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a -SIZE (pytest-7.4.0.tar.gz) = 1349733 +TIMESTAMP = 1693824063 +SHA256 (pytest-7.4.1.tar.gz) = 2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab +SIZE (pytest-7.4.1.tar.gz) = 1352174
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042133.384LXhNX099815>