pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-run-parallel
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 22 07:14:14 UTC 2025
Modified Files:
pkgsrc/devel/py-test-run-parallel: Makefile PLIST distinfo
Log Message:
py-test-run-parallel: updated to 0.6.1
0.6.1
Fix thread-unsafe detection for indented tests
Run coverage externally to load before plugins
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-run-parallel/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-run-parallel/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-run-parallel/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-run-parallel/Makefile
diff -u pkgsrc/devel/py-test-run-parallel/Makefile:1.5 pkgsrc/devel/py-test-run-parallel/Makefile:1.6
--- pkgsrc/devel/py-test-run-parallel/Makefile:1.5 Wed Jun 11 13:13:35 2025
+++ pkgsrc/devel/py-test-run-parallel/Makefile Fri Aug 22 07:14:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/06/11 13:13:35 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/22 07:14:14 adam Exp $
-DISTNAME= pytest_run_parallel-0.4.4
+DISTNAME= pytest_run_parallel-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-run-parallel/}
Index: pkgsrc/devel/py-test-run-parallel/PLIST
diff -u pkgsrc/devel/py-test-run-parallel/PLIST:1.1 pkgsrc/devel/py-test-run-parallel/PLIST:1.2
--- pkgsrc/devel/py-test-run-parallel/PLIST:1.1 Tue Apr 22 11:26:52 2025
+++ pkgsrc/devel/py-test-run-parallel/PLIST Fri Aug 22 07:14:14 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2025/04/22 11:26:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/08/22 07:14:14 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -8,9 +8,18 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
${PYSITELIB}/pytest_run_parallel/__init__.py
${PYSITELIB}/pytest_run_parallel/__init__.pyc
${PYSITELIB}/pytest_run_parallel/__init__.pyo
+${PYSITELIB}/pytest_run_parallel/cpu_detection.py
+${PYSITELIB}/pytest_run_parallel/cpu_detection.pyc
+${PYSITELIB}/pytest_run_parallel/cpu_detection.pyo
${PYSITELIB}/pytest_run_parallel/plugin.py
${PYSITELIB}/pytest_run_parallel/plugin.pyc
${PYSITELIB}/pytest_run_parallel/plugin.pyo
+${PYSITELIB}/pytest_run_parallel/thread_comparator.py
+${PYSITELIB}/pytest_run_parallel/thread_comparator.pyc
+${PYSITELIB}/pytest_run_parallel/thread_comparator.pyo
+${PYSITELIB}/pytest_run_parallel/thread_unsafe_detection.py
+${PYSITELIB}/pytest_run_parallel/thread_unsafe_detection.pyc
+${PYSITELIB}/pytest_run_parallel/thread_unsafe_detection.pyo
${PYSITELIB}/pytest_run_parallel/utils.py
${PYSITELIB}/pytest_run_parallel/utils.pyc
${PYSITELIB}/pytest_run_parallel/utils.pyo
Index: pkgsrc/devel/py-test-run-parallel/distinfo
diff -u pkgsrc/devel/py-test-run-parallel/distinfo:1.4 pkgsrc/devel/py-test-run-parallel/distinfo:1.5
--- pkgsrc/devel/py-test-run-parallel/distinfo:1.4 Wed Jun 11 13:13:35 2025
+++ pkgsrc/devel/py-test-run-parallel/distinfo Fri Aug 22 07:14:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/06/11 13:13:35 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/08/22 07:14:14 adam Exp $
-BLAKE2s (pytest_run_parallel-0.4.4.tar.gz) = d81c568f755e2a0e9f6f6af12ed62aa966067a97b4634f96b687363d4061789d
-SHA512 (pytest_run_parallel-0.4.4.tar.gz) = a3b97386802a8e17d98b3b7c1f21cd9b441cc1117cd82ed61a808e62bfbb6f0f3d9e57fa0ff6890a992606525a0f83cc6ad008bc942891dcbd96f2991717adc9
-Size (pytest_run_parallel-0.4.4.tar.gz) = 42541 bytes
+BLAKE2s (pytest_run_parallel-0.6.1.tar.gz) = bb0e2f26ee07b5616c1b8be69f2935ccdb12fd3d12f42802c4532db2b91b6667
+SHA512 (pytest_run_parallel-0.6.1.tar.gz) = a6d2a8cbbbe6d5f91f96e26deb4317355c0a9b55739186d2ece55c22e112822ebae192ef05e1d7afa67729ec131680c04e58397b979dc24884e727b3ba024318
+Size (pytest_run_parallel-0.6.1.tar.gz) = 45481 bytes
Home |
Main Index |
Thread Index |
Old Index