pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 22 08:04:29 UTC 2017

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

Log Message:
1.20.0:

Features
- ``xdist`` now supports tests to log results multiple times, improving
  integration with plugins which require it like `pytest-rerunfailures
  <https://github.com/gocept/pytest-rerunfailures>_` and `flaky
  <https://pypi.python.org/pypi/flaky>`_.

Bug Fixes
- Fix issue where tests were being incorrectly identified if a worker crashed
  during the ``teardown`` stage of the test.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-xdist/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-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.5 pkgsrc/devel/py-test-xdist/Makefile:1.6
--- pkgsrc/devel/py-test-xdist/Makefile:1.5     Mon Aug 14 19:47:52 2017
+++ pkgsrc/devel/py-test-xdist/Makefile Tue Aug 22 08:04:29 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/08/14 19:47:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/08/22 08:04:29 adam Exp $
 
-DISTNAME=      pytest-xdist-1.19.1
+DISTNAME=      pytest-xdist-1.20.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.4 pkgsrc/devel/py-test-xdist/distinfo:1.5
--- pkgsrc/devel/py-test-xdist/distinfo:1.4     Mon Aug 14 19:47:52 2017
+++ pkgsrc/devel/py-test-xdist/distinfo Tue Aug 22 08:04:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/08/14 19:47:52 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/08/22 08:04:29 adam Exp $
 
-SHA1 (pytest-xdist-1.19.1.tar.gz) = fdc1216b71b85a03f34493ce8006881b28b40b16
-RMD160 (pytest-xdist-1.19.1.tar.gz) = a00db6672b63500638d7f1e3efd6c312d1f846d8
-SHA512 (pytest-xdist-1.19.1.tar.gz) = 632db18cc3b0a05ae3cbfc2d8f296f37449b5dfa0d7040ab81972500dd146b04078ac68dbfe275e1d43b507285d8845cda7236611521229518409cac5b9bd33d
-Size (pytest-xdist-1.19.1.tar.gz) = 55937 bytes
+SHA1 (pytest-xdist-1.20.0.tar.gz) = 014f384ca1b7afd385e1bce5fad8b30840ceaca7
+RMD160 (pytest-xdist-1.20.0.tar.gz) = 97180bdf2470c4bd47bd54c03ddf4d12be8cde5e
+SHA512 (pytest-xdist-1.20.0.tar.gz) = e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a
+Size (pytest-xdist-1.20.0.tar.gz) = 56578 bytes



Home | Main Index | Thread Index | Old Index