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:           Mon Dec 12 10:09:32 UTC 2022

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

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

pytest-xdist 3.1.0 (2022-12-01)
===============================

Features
--------
- Users can now set a default distribution mode in their configuration file:

  .. code-block:: ini

      [pytest]
      addopts = --dist loadscope

- Python 3.11 is now officially supported.

Removals
--------
- Python 3.6 is no longer supported.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-test-xdist/Makefile \
    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.33 pkgsrc/devel/py-test-xdist/Makefile:1.34
--- pkgsrc/devel/py-test-xdist/Makefile:1.33    Mon Oct 31 12:32:31 2022
+++ pkgsrc/devel/py-test-xdist/Makefile Mon Dec 12 10:09:32 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/10/31 12:32:31 adam Exp $
+# $NetBSD: Makefile,v 1.34 2022/12/12 10:09:32 adam Exp $
 
-DISTNAME=      pytest-xdist-3.0.2
+DISTNAME=      pytest-xdist-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Plugin for distributed testing and loop-on-failing modes
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
 DEPENDS+=      ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.33 pkgsrc/devel/py-test-xdist/distinfo:1.34
--- pkgsrc/devel/py-test-xdist/distinfo:1.33    Mon Oct 31 12:32:31 2022
+++ pkgsrc/devel/py-test-xdist/distinfo Mon Dec 12 10:09:32 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2022/10/31 12:32:31 adam Exp $
+$NetBSD: distinfo,v 1.34 2022/12/12 10:09:32 adam Exp $
 
-BLAKE2s (pytest-xdist-3.0.2.tar.gz) = f114afb23b80f976d0712237205041d00e4a8fab3a659c035c053601829f22cb
-SHA512 (pytest-xdist-3.0.2.tar.gz) = 8b03dd156b7ef82b3b0c78f8aeb83410ce3014e3764aeca4161d57fe2ad557f0316ca86dbf06ac79ddc677df3dc838161fe427b0d1d9ba9446612360eb99fbf2
-Size (pytest-xdist-3.0.2.tar.gz) = 69590 bytes
+BLAKE2s (pytest-xdist-3.1.0.tar.gz) = 1f0392b72da6b96dcdfd2083a42a99776991c27b4b440036016283eec433396b
+SHA512 (pytest-xdist-3.1.0.tar.gz) = 884cdd85754b36338666cbdd71575ef18465730cfc4ab7333b93aa46823c1dc33e8055117241f4c87e1b8c82492881cc0f91ef1bb2ddc164aa00bfa1e5e2d245
+Size (pytest-xdist-3.1.0.tar.gz) = 71977 bytes



Home | Main Index | Thread Index | Old Index