pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-xdist py-test-xdist: updated to 1.28.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/279fafcc0712
branches:  trunk
changeset: 332183:279fafcc0712
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 05 13:11:30 2019 +0000

description:
py-test-xdist: updated to 1.28.0

pytest-xdist 1.28.0:
Features
- pytest-xdist now uses the new pytest_report_to_serializable and pytest_report_from_serializable
  hooks from pytest 4.4 (still experimental). This will make report serialization more reliable and
  extensible.

diffstat:

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

diffs (36 lines):

diff -r 0e3b78cba8fb -r 279fafcc0712 devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Fri Apr 05 13:05:22 2019 +0000
+++ b/devel/py-test-xdist/Makefile      Fri Apr 05 13:11:30 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/03/21 10:22:06 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/04/05 13:11:30 adam Exp $
 
-DISTNAME=      pytest-xdist-1.27.0
+DISTNAME=      pytest-xdist-1.28.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -12,7 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-test>=3.6.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=4.4.0:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
diff -r 0e3b78cba8fb -r 279fafcc0712 devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo      Fri Apr 05 13:05:22 2019 +0000
+++ b/devel/py-test-xdist/distinfo      Fri Apr 05 13:11:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/03/21 10:22:06 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/04/05 13:11:30 adam Exp $
 
-SHA1 (pytest-xdist-1.27.0.tar.gz) = f44284321b40a037708d809afcdc24baa1b7f747
-RMD160 (pytest-xdist-1.27.0.tar.gz) = cef5896e6dd02c027934d7dd9e4d851009b0c440
-SHA512 (pytest-xdist-1.27.0.tar.gz) = 4d3bd4ac28e5bf87f85aaa05bbcfd3c27b4abf0e5bb018b65efd630eada010cfe94490c6fd614ef55d6de38e22917a1a932e5d01303200ee1bee5ee877b6db7d
-Size (pytest-xdist-1.27.0.tar.gz) = 65259 bytes
+SHA1 (pytest-xdist-1.28.0.tar.gz) = 40b64d520e5df7537e3cdbd8fb37890b867dcfd1
+RMD160 (pytest-xdist-1.28.0.tar.gz) = fa05c1ce1fdbbf4cc3ce7fb53ba5ede54e899868
+SHA512 (pytest-xdist-1.28.0.tar.gz) = 89b8885103a944ae72535de40028db052f76631ade6f969489d3dc3a1a61a3233df6655d0905d9f5253f23740a15aea824b460c680e79c16f275b31cb2abd6ad
+Size (pytest-xdist-1.28.0.tar.gz) = 61486 bytes



Home | Main Index | Thread Index | Old Index