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:           Wed Jul 29 14:36:48 UTC 2020

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

Log Message:
py-test-xdist: updated to 1.34.0

pytest-xdist 1.34.0
===================

Features
--------
- Make ``--pdb`` imply ``--dist no``, as the two options cannot really work together at the moment.

Bug Fixes
---------
- Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.
- Fix ``rsyncdirs`` usage with pytest 6.0.
- Do not trigger the deprecated ``pytest_warning_captured`` in pytest 6.0+.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.26 -r1.27 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.28 pkgsrc/devel/py-test-xdist/Makefile:1.29
--- pkgsrc/devel/py-test-xdist/Makefile:1.28    Fri Jul 10 10:22:43 2020
+++ pkgsrc/devel/py-test-xdist/Makefile Wed Jul 29 14:36:47 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/07/10 10:22:43 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/07/29 14:36:47 adam Exp $
 
-DISTNAME=      pytest-xdist-1.33.0
+DISTNAME=      pytest-xdist-1.34.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.26 pkgsrc/devel/py-test-xdist/distinfo:1.27
--- pkgsrc/devel/py-test-xdist/distinfo:1.26    Fri Jul 10 10:22:43 2020
+++ pkgsrc/devel/py-test-xdist/distinfo Wed Jul 29 14:36:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2020/07/10 10:22:43 adam Exp $
+$NetBSD: distinfo,v 1.27 2020/07/29 14:36:47 adam Exp $
 
-SHA1 (pytest-xdist-1.33.0.tar.gz) = b49f3563f65ad71c81a0204982c36412efdb3152
-RMD160 (pytest-xdist-1.33.0.tar.gz) = 70a45f3065e56573371f381a0f994bfc1e923f6e
-SHA512 (pytest-xdist-1.33.0.tar.gz) = 5e5b23e60b546779d4bbcc9b86c004bdb084689ba006c8bb8a7db9be60b6080f04a5bb2b1f5b43a5062b82e35493331d1da699d8a36177307280b06aa23a1367
-Size (pytest-xdist-1.33.0.tar.gz) = 65588 bytes
+SHA1 (pytest-xdist-1.34.0.tar.gz) = 1a21d930c43d9b163a99d560e7169d0d4b6f88a1
+RMD160 (pytest-xdist-1.34.0.tar.gz) = 035f6bfa33e2225fc4d4bdde5b21c02e7314e22f
+SHA512 (pytest-xdist-1.34.0.tar.gz) = 69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24
+Size (pytest-xdist-1.34.0.tar.gz) = 66151 bytes



Home | Main Index | Thread Index | Old Index