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 Nov 21 20:37:43 UTC 2023

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

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

pytest-xdist 3.5.0 (2023-11-21)

Features

- ``--dist=loadscope`` now sorts scopes by number of tests to assign largest scopes early -- in many cases this should improve overall test session running time, as there is less chance of a large 
scope being left to be processed near the end of the session, leaving other workers idle.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.38 -r1.39 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.39 pkgsrc/devel/py-test-xdist/Makefile:1.40
--- pkgsrc/devel/py-test-xdist/Makefile:1.39    Thu Nov 16 09:24:03 2023
+++ pkgsrc/devel/py-test-xdist/Makefile Tue Nov 21 20:37:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2023/11/16 09:24:03 adam Exp $
+# $NetBSD: Makefile,v 1.40 2023/11/21 20:37:43 adam Exp $
 
-DISTNAME=      pytest-xdist-3.4.0
+DISTNAME=      pytest-xdist-3.5.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.38 pkgsrc/devel/py-test-xdist/distinfo:1.39
--- pkgsrc/devel/py-test-xdist/distinfo:1.38    Thu Nov 16 09:24:03 2023
+++ pkgsrc/devel/py-test-xdist/distinfo Tue Nov 21 20:37:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2023/11/16 09:24:03 adam Exp $
+$NetBSD: distinfo,v 1.39 2023/11/21 20:37:43 adam Exp $
 
-BLAKE2s (pytest-xdist-3.4.0.tar.gz) = 8cf50b425bd50c8595ab163a7092518827b51df255b47c19be99d3a82496e94e
-SHA512 (pytest-xdist-3.4.0.tar.gz) = c8ec998b3b7dc10d416406c0e421c1909e67c7bcd8479674520c0371615d131c75f59f1fb46f19c38cacdc1a42119534d66ace9ba58d0230a96f4f6baf0df185
-Size (pytest-xdist-3.4.0.tar.gz) = 78703 bytes
+BLAKE2s (pytest-xdist-3.5.0.tar.gz) = ed2da7f090554b4663c95cb3d5919935a4ad5ef89ba7789afbfe3e1772d4d25e
+SHA512 (pytest-xdist-3.5.0.tar.gz) = 1b6a896c6c69c110d1f3aa634740ffced570bbb788b3474687fef20147a5480a8681886b04db0413f7db68db546236f9a7f37e1592a74d1145f6eb6d876216ca
+Size (pytest-xdist-3.5.0.tar.gz) = 78977 bytes



Home | Main Index | Thread Index | Old Index