Date: Sun, 18 Aug 2024 07:45:47 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: c3b730af19b0 - main - devel/py-pytest-xdist: Update version 3.5.0=>3.6.1 Message-ID: <202408180745.47I7jlkZ062843@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=c3b730af19b0665a0a846c5c41cf2d20d979cac4 commit c3b730af19b0665a0a846c5c41cf2d20d979cac4 Author: Nicholas Kirby <nick@kirby.cx> AuthorDate: 2024-08-18 07:39:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-08-18 07:45:26 +0000 devel/py-pytest-xdist: Update version 3.5.0=>3.6.1 Changelog: https://github.com/pytest-dev/pytest-xdist/releases/tag/v3.6.1 PR: 280549 --- devel/py-pytest-xdist/Makefile | 7 ++++--- devel/py-pytest-xdist/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/py-pytest-xdist/Makefile b/devel/py-pytest-xdist/Makefile index d88c3af0e397..d5ffdfb27923 100644 --- a/devel/py-pytest-xdist/Makefile +++ b/devel/py-pytest-xdist/Makefile @@ -1,9 +1,10 @@ PORTNAME= pytest-xdist -PORTVERSION= 3.5.0 +DISTVERSION= 3.6.1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pytest_xdist-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Pytest xdist plugin for distributed testing and loop-on-failing modes @@ -15,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${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}execnet>=1.1:sysutils/py-execnet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.0:devel/py-pytest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}execnet>=2.0:sysutils/py-execnet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=7.0.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} USES= python diff --git a/devel/py-pytest-xdist/distinfo b/devel/py-pytest-xdist/distinfo index 411caf9a95ce..78c8c4d680be 100644 --- a/devel/py-pytest-xdist/distinfo +++ b/devel/py-pytest-xdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700685178 -SHA256 (pytest-xdist-3.5.0.tar.gz) = cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a -SIZE (pytest-xdist-3.5.0.tar.gz) = 78977 +TIMESTAMP = 1723966682 +SHA256 (pytest_xdist-3.6.1.tar.gz) = ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d +SIZE (pytest_xdist-3.6.1.tar.gz) = 84060
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408180745.47I7jlkZ062843>