Date: Mon, 8 Apr 2024 19:15:44 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 949410d0a579 - main - devel/py-pytest-asyncio: update 0.22.0 =?utf-8?Q?=E2=86=92?= 0.23.6 Message-ID: <202404081915.438JFiPu012264@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=949410d0a5792aa7af2ffe90afa08ac6a252d32b commit 949410d0a5792aa7af2ffe90afa08ac6a252d32b Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-04-08 19:09:14 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-04-08 19:15:36 +0000 devel/py-pytest-asyncio: update 0.22.0 → 0.23.6 --- devel/py-pytest-asyncio/Makefile | 7 +++---- devel/py-pytest-asyncio/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index 18bc7755f4aa..18c0f206fd3f 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-asyncio -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,14 +9,13 @@ COMMENT= Py.test plugin providing fixtures and markers for asyncio WWW= https://pypi.org/project/pytest-asyncio/ LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest4-asyncio RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR} BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>=3.5.0:devel/py-flaky@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis>=5.7.1:devel/py-hypothesis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-trio>=0.7.0:devel/py-pytest-trio@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=5.7.1:devel/py-hypothesis@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist distutils pytest diff --git a/devel/py-pytest-asyncio/distinfo b/devel/py-pytest-asyncio/distinfo index 0f7aa748dcfa..1addaa5d440d 100644 --- a/devel/py-pytest-asyncio/distinfo +++ b/devel/py-pytest-asyncio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699954189 -SHA256 (pytest-asyncio-0.22.0.tar.gz) = 01da1bf94ff0b969cc8d760104f7c1011903d0d658bdaef0bbae769660a7fbc4 -SIZE (pytest-asyncio-0.22.0.tar.gz) = 37081 +TIMESTAMP = 1712602974 +SHA256 (pytest-asyncio-0.23.6.tar.gz) = ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f +SIZE (pytest-asyncio-0.23.6.tar.gz) = 46203
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404081915.438JFiPu012264>