pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-rerunfailures



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 16:45:20 UTC 2020

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

Log Message:
py-test-rerunfailures: updated to 9.0

9.0:

Backwards incompatible changes
- Drop support for pytest version 4.4, 4.5 and 4.6.
- Drop support for Python 2.7.

Features
- Add support for pytest 5.4.
- Add support for Python 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-rerunfailures/Makefile \
    pkgsrc/devel/py-test-rerunfailures/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-rerunfailures/Makefile
diff -u pkgsrc/devel/py-test-rerunfailures/Makefile:1.2 pkgsrc/devel/py-test-rerunfailures/Makefile:1.3
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.2     Mon Dec 16 10:25:11 2019
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Sat May 16 16:45:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/12/16 10:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/16 16:45:20 adam Exp $
 
-DISTNAME=      pytest-rerunfailures-8.0
+DISTNAME=      pytest-rerunfailures-9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
@@ -10,9 +10,11 @@ HOMEPAGE=    https://github.com/pytest-dev/
 COMMENT=       Pytest plugin to re-run tests to eliminate flaky failures
 LICENSE=       mpl-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-test>=3.10:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=5.0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.2 pkgsrc/devel/py-test-rerunfailures/distinfo:1.3
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.2     Mon Dec 16 10:25:11 2019
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Sat May 16 16:45:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/12/16 10:25:11 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/05/16 16:45:20 adam Exp $
 
-SHA1 (pytest-rerunfailures-8.0.tar.gz) = 912f2e6fbb4d8e530e78fd9e22bc632b09bedd6b
-RMD160 (pytest-rerunfailures-8.0.tar.gz) = 9f3d7b97c5756dbb2fe8e1d538e6aa846cea2e25
-SHA512 (pytest-rerunfailures-8.0.tar.gz) = 538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5
-Size (pytest-rerunfailures-8.0.tar.gz) = 13207 bytes
+SHA1 (pytest-rerunfailures-9.0.tar.gz) = 047b9afc419ae1c5279109337fcf5fe786e10bff
+RMD160 (pytest-rerunfailures-9.0.tar.gz) = 9060cf43334cde5fa98e7ffc2e817939ed198a05
+SHA512 (pytest-rerunfailures-9.0.tar.gz) = c5ac12dda4b8411627be2950baa3c910cdb9b7111d792adcfa55d053912090ab6a221de481938d8722c346d34b07fe7f629be7e853d209ea41c4d7efb1781c0c
+Size (pytest-rerunfailures-9.0.tar.gz) = 10023 bytes



Home | Main Index | Thread Index | Old Index