pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  6 11:28:00 UTC 2021

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/py-test/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.102 pkgsrc/devel/py-test/Makefile:1.103
--- pkgsrc/devel/py-test/Makefile:1.102 Wed May  5 04:48:27 2021
+++ pkgsrc/devel/py-test/Makefile       Mon Sep  6 11:28:00 2021
@@ -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

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.89 pkgsrc/devel/py-test/distinfo:1.90
--- pkgsrc/devel/py-test/distinfo:1.89  Wed May  5 04:48:27 2021
+++ pkgsrc/devel/py-test/distinfo       Mon Sep  6 11:28:00 2021
@@ -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