pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 6.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d065fb6246c
branches:  trunk
changeset: 458003:8d065fb6246c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 06 11:28:00 2021 +0000

description:
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.

diffstat:

 devel/py-test/Makefile |   6 +++---
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 914cca60e419 -r 8d065fb6246c devel/py-test/Makefile
--- a/devel/py-test/Makefile    Mon Sep 06 11:25:22 2021 +0000
+++ b/devel/py-test/Makefile    Mon Sep 06 11:28:00 2021 +0000
@@ -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 @@
 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
diff -r 914cca60e419 -r 8d065fb6246c devel/py-test/distinfo
--- a/devel/py-test/distinfo    Mon Sep 06 11:25:22 2021 +0000
+++ b/devel/py-test/distinfo    Mon Sep 06 11:28:00 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index