pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0aa19853d60b
branches:  trunk
changeset: 382198:0aa19853d60b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 24 09:45:13 2018 +0000

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

diffstat:

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

diffs (36 lines):

diff -r 104dd7860aad -r 0aa19853d60b devel/py-test-timeout/Makefile
--- a/devel/py-test-timeout/Makefile    Sun Jun 24 09:42:37 2018 +0000
+++ b/devel/py-test-timeout/Makefile    Sun Jun 24 09:45:13 2018 +0000
@@ -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 @@
 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
 
diff -r 104dd7860aad -r 0aa19853d60b devel/py-test-timeout/distinfo
--- a/devel/py-test-timeout/distinfo    Sun Jun 24 09:42:37 2018 +0000
+++ b/devel/py-test-timeout/distinfo    Sun Jun 24 09:45:13 2018 +0000
@@ -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