py-test: updated to 6.2.5
pytest 6.2.5 Python 3.10 is now supported. Enable compatibility with ``pluggy 1.0`` or later.
This commit is contained in:
parent
9a3b213772
commit
555eb448a0
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.102 2021/05/05 04:48:27 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.103 2021/09/06 11:28:00 adam Exp $
|
||||
|
||||
DISTNAME= pytest-6.2.4
|
||||
DISTNAME= pytest-6.2.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= https://pytest.org/
|
|||
COMMENT= Python testing tool
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
|
||||
DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
|
||||
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
||||
DEPENDS+= ${PYPKGPREFIX}-iniconfig-[0-9]*:../../devel/py-iniconfig
|
||||
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.89 2021/05/05 04:48:27 adam Exp $
|
||||
$NetBSD: distinfo,v 1.90 2021/09/06 11:28:00 adam Exp $
|
||||
|
||||
SHA1 (pytest-6.2.4.tar.gz) = 2b34c657aa83b4fffa9da71c155e6c89e2106718
|
||||
RMD160 (pytest-6.2.4.tar.gz) = b58361c8baee1121370514bbdd2ea421a2498b21
|
||||
SHA512 (pytest-6.2.4.tar.gz) = 43adc9a78e16a05f07e689e4557b63f2e0f4de5a1cdea6f24272b6a658a6b0a18721713cf46b5102cf2726ddbc4ffe131c39e652bd2511d285f40cbfcccc2289
|
||||
Size (pytest-6.2.4.tar.gz) = 1118084 bytes
|
||||
SHA1 (pytest-6.2.5.tar.gz) = 0cf5f7e3495f89faf5e4cc9797fd16cef4a27230
|
||||
RMD160 (pytest-6.2.5.tar.gz) = e426e585ff11f53d0523aa001a76eb7be7df6dc2
|
||||
SHA512 (pytest-6.2.5.tar.gz) = 7624563a9d967da4cbf82cfff90bae8c0cca07b32e291dc7c5efa787725ed1a255edd066bf0d5fbd89b8cbed8cf5b619fe7c7017f44a7f8a014e3310c06bdbf9
|
||||
Size (pytest-6.2.5.tar.gz) = 1118720 bytes
|
||||
|
|
Loading…
Reference in a new issue