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:           Sun May  3 18:17:36 UTC 2020

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

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

pytest-xdist 1.32.0

Deprecations and Removals
- Drop support for EOL Python 3.4.

Features
- Add `testrun_uid` fixture. This is a shared value that uniquely identifies a test run among all workers.
  This also adds a `PYTEST_XDIST_TESTRUNUID` environment variable that is accessible within a test as well as a command line option `--testrunuid` to manually set the value from outside.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.24 -r1.25 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.25 pkgsrc/devel/py-test-xdist/Makefile:1.26
--- pkgsrc/devel/py-test-xdist/Makefile:1.25    Fri Jan  3 11:44:04 2020
+++ pkgsrc/devel/py-test-xdist/Makefile Sun May  3 18:17:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/01/03 11:44:04 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/03 18:17:36 adam Exp $
 
-DISTNAME=      pytest-xdist-1.31.0
+DISTNAME=      pytest-xdist-1.32.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.24 pkgsrc/devel/py-test-xdist/distinfo:1.25
--- pkgsrc/devel/py-test-xdist/distinfo:1.24    Fri Jan  3 11:44:04 2020
+++ pkgsrc/devel/py-test-xdist/distinfo Sun May  3 18:17:36 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2020/01/03 11:44:04 adam Exp $
+$NetBSD: distinfo,v 1.25 2020/05/03 18:17:36 adam Exp $
 
-SHA1 (pytest-xdist-1.31.0.tar.gz) = 442051a011cf2384e0d86e319aac29ccba62f7c7
-RMD160 (pytest-xdist-1.31.0.tar.gz) = 97e2ef432e1c265110ede1a2407b749240f3cd3d
-SHA512 (pytest-xdist-1.31.0.tar.gz) = b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
-Size (pytest-xdist-1.31.0.tar.gz) = 66133 bytes
+SHA1 (pytest-xdist-1.32.0.tar.gz) = 1ee57f55c1659be4ccadeda47f0e48a0979b04a5
+RMD160 (pytest-xdist-1.32.0.tar.gz) = 1cb312142bef05a730bc553d6ccfa6950a491739
+SHA512 (pytest-xdist-1.32.0.tar.gz) = f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8
+Size (pytest-xdist-1.32.0.tar.gz) = 67733 bytes



Home | Main Index | Thread Index | Old Index