Date: Tue, 6 Aug 2024 00:13:48 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 093cddf0586f - main - devel/py-pytest-subprocess: update 1.5.0 =?utf-8?Q?=E2=86=92?= 1.5.2 Message-ID: <202408060013.4760Dmex012022@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=093cddf0586f268d30720d4b623b59dfe3f40e0f commit 093cddf0586f268d30720d4b623b59dfe3f40e0f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-05 17:23:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-06 00:13:44 +0000 devel/py-pytest-subprocess: update 1.5.0 → 1.5.2 Reported by: portscout --- devel/py-pytest-subprocess/Makefile | 7 ++++--- devel/py-pytest-subprocess/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/py-pytest-subprocess/Makefile b/devel/py-pytest-subprocess/Makefile index 6ad5a9e927af..dbdb93c9d5b2 100644 --- a/devel/py-pytest-subprocess/Makefile +++ b/devel/py-pytest-subprocess/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-subprocess -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.2 CATEGORIES= devel python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.0.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=0:devel/py-anyio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.15.1:devel/py-pytest-asyncio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist pytest # 2 tests fail, see https://github.com/aklajnert/pytest-subprocess/issues/123 diff --git a/devel/py-pytest-subprocess/distinfo b/devel/py-pytest-subprocess/distinfo index ed51b2147fe9..66ebbe8b0195 100644 --- a/devel/py-pytest-subprocess/distinfo +++ b/devel/py-pytest-subprocess/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687554684 -SHA256 (aklajnert-pytest-subprocess-1.5.0_GH0.tar.gz) = 80172ac95439cd4a237c5ee7f343227a7fd21fb61284bfa0de4b7802502d88dc -SIZE (aklajnert-pytest-subprocess-1.5.0_GH0.tar.gz) = 34771 +TIMESTAMP = 1722877318 +SHA256 (aklajnert-pytest-subprocess-1.5.2_GH0.tar.gz) = b5f7711d55cc144b44fe58c179641b99e483780f120bc33b7576561476c95c3e +SIZE (aklajnert-pytest-subprocess-1.5.2_GH0.tar.gz) = 35438
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408060013.4760Dmex012022>