pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test-xdist py-test-xdist: updated to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07274c63b828
branches:  trunk
changeset: 389897:07274c63b828
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 12 10:09:32 2022 +0000

description:
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.

diffstat:

 devel/py-test-xdist/Makefile |  8 ++++----
 devel/py-test-xdist/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r aa72409c9f55 -r 07274c63b828 devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Mon Dec 12 10:07:36 2022 +0000
+++ b/devel/py-test-xdist/Makefile      Mon Dec 12 10:09:32 2022 +0000
@@ -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 @@
 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
diff -r aa72409c9f55 -r 07274c63b828 devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo      Mon Dec 12 10:07:36 2022 +0000
+++ b/devel/py-test-xdist/distinfo      Mon Dec 12 10:09:32 2022 +0000
@@ -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