pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 24 09:45:13 UTC 2018

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

Log Message:
py-test-timeout: updated to 1.3.0

1.3.0:
Make it possible to only run the timeout timer on the test function and not the whole fixture setup + test + teardown duration
Use the new pytest marker API


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-timeout/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-timeout/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-timeout/Makefile
diff -u pkgsrc/devel/py-test-timeout/Makefile:1.4 pkgsrc/devel/py-test-timeout/Makefile:1.5
--- pkgsrc/devel/py-test-timeout/Makefile:1.4   Thu Nov 30 08:18:31 2017
+++ pkgsrc/devel/py-test-timeout/Makefile       Sun Jun 24 09:45:13 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/11/30 08:18:31 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/24 09:45:13 adam Exp $
 
-DISTNAME=      pytest-timeout-1.2.1
+DISTNAME=      pytest-timeout-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-timeout/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://bitbucket.org/pytest-d
 COMMENT=       Py.test plugin to abort hanging tests
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.6.0:../../devel/py-test
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-test-timeout/distinfo
diff -u pkgsrc/devel/py-test-timeout/distinfo:1.2 pkgsrc/devel/py-test-timeout/distinfo:1.3
--- pkgsrc/devel/py-test-timeout/distinfo:1.2   Thu Nov 30 08:18:31 2017
+++ pkgsrc/devel/py-test-timeout/distinfo       Sun Jun 24 09:45:13 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/11/30 08:18:31 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/06/24 09:45:13 adam Exp $
 
-SHA1 (pytest-timeout-1.2.1.tar.gz) = 372ca063cf61447a1522d304519cf7aa5c23f961
-RMD160 (pytest-timeout-1.2.1.tar.gz) = 80f382698b944aab16eaef54c678c627b7499ce1
-SHA512 (pytest-timeout-1.2.1.tar.gz) = 749a0dad83b82e93a97a8590900f2285679ec368612fdcfe3f5f7a5b64774ac85196dc31df111c6a99efda92dc03f751f17ec20862bed1f6aea7d7e4140a06bb
-Size (pytest-timeout-1.2.1.tar.gz) = 11498 bytes
+SHA1 (pytest-timeout-1.3.0.tar.gz) = 4499c6728ffc5f4934059ea84b47f51b6586f28e
+RMD160 (pytest-timeout-1.3.0.tar.gz) = 56ec32503fd6c1e5bbf81183e1b7e6b770f3f2a7
+SHA512 (pytest-timeout-1.3.0.tar.gz) = f2efc4528d354742ae790743c43a2e559446a75abf87ed94a4ddc110e40dd62675045c01c76ea01b02d23fb1014f23c04b6d61df2a5605eec4c2b01354569c99
+Size (pytest-timeout-1.3.0.tar.gz) = 14649 bytes



Home | Main Index | Thread Index | Old Index