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 Jul 24 08:24:44 UTC 2018

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

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

pytest-xdist 1.22.3:

Bug Fixes
Fix issue of virtualized or containerized environments not reporting the number of CPUs correctly.

Trivial Changes
Make all classes subclass from object and fix super() call in LoadFileScheduling.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/devel/py-test-xdist/Makefile:1.12
--- pkgsrc/devel/py-test-xdist/Makefile:1.11    Thu Mar  1 08:06:31 2018
+++ pkgsrc/devel/py-test-xdist/Makefile Tue Jul 24 08:24:44 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/03/01 08:06:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/07/24 08:24:44 adam Exp $
 
-DISTNAME=      pytest-xdist-1.22.2
+DISTNAME=      pytest-xdist-1.22.3
 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.10 pkgsrc/devel/py-test-xdist/distinfo:1.11
--- pkgsrc/devel/py-test-xdist/distinfo:1.10    Thu Mar  1 08:06:31 2018
+++ pkgsrc/devel/py-test-xdist/distinfo Tue Jul 24 08:24:44 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/03/01 08:06:31 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/07/24 08:24:44 adam Exp $
 
-SHA1 (pytest-xdist-1.22.2.tar.gz) = f4c979a83d2456b6c7347453e726117fd2711b87
-RMD160 (pytest-xdist-1.22.2.tar.gz) = e7fac1c86b4f8cebd00a12a20dc44f9d00867acb
-SHA512 (pytest-xdist-1.22.2.tar.gz) = 69a0a233fe52ead13cadd46c134c67e4d0fdcd2a77929aea3da2530cd54c283d46c6d416a1450016ba7e9127b30bd85add99b562d9ec0a49bbe1c08b7828df68
-Size (pytest-xdist-1.22.2.tar.gz) = 57866 bytes
+SHA1 (pytest-xdist-1.22.3.tar.gz) = 126b4bcc1aee303df92b2a69b2f27e754369db8a
+RMD160 (pytest-xdist-1.22.3.tar.gz) = 6a3e13ce718af0831c6424f770d7331e6534ed2b
+SHA512 (pytest-xdist-1.22.3.tar.gz) = 877061cfd3a2a6f6a521a908a9a3b9078abc509ef3ac2c849ba5f1ded878c1ba7be4dac6749fc5dcd3edc8dbb51d9c832130d7e1f4d857a9e74e0de80a72cec2
+Size (pytest-xdist-1.22.3.tar.gz) = 58060 bytes



Home | Main Index | Thread Index | Old Index