Tue Jan 24 20:10:28 2023 UTC ()
py-test-xprocess: updated to 0.22.2

0.22.2 (2023-01-05)
-------------------
- Python 3.10 is now officially supported
- `surrogateescape` will now be used as error handling strategy for encode/decode operations.
- Make log files persistency, added in `0.21.0`, optional, defaulting to True. The previous logging behavior (prior to `0.21.0`) can be enabled by setting `persist_logs` flag to `False` when calling `XProcess.ensure`.
- Fix resource warnings due to leaked internal file handles
- Ignore zombie processes which are erroneously considered alive with python 3.11


(adam)
diff -r1.9 -r1.10 pkgsrc/devel/py-test-xprocess/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-test-xprocess/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-test-xprocess/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-xprocess/Makefile 2022/11/30 15:12:55 1.9
+++ pkgsrc/devel/py-test-xprocess/Makefile 2023/01/24 20:10:28 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2022/11/30 15:12:55 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2023/01/24 20:10:28 adam Exp $
2 2
3DISTNAME= pytest-xprocess-0.21.0 3DISTNAME= pytest-xprocess-0.22.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xprocess/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xprocess/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-xprocess 9HOMEPAGE= https://github.com/pytest-dev/pytest-xprocess
10COMMENT= Pytest plugin to manage external processes across test runs 10COMMENT= Pytest plugin to manage external processes across test runs
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
14DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil 14DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
15DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py 15DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
16DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test 16DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-test-xprocess/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-xprocess/distinfo 2022/11/30 15:12:55 1.7
+++ pkgsrc/devel/py-test-xprocess/distinfo 2023/01/24 20:10:28 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/11/30 15:12:55 adam Exp $ 1$NetBSD: distinfo,v 1.8 2023/01/24 20:10:28 adam Exp $
2 2
3BLAKE2s (pytest-xprocess-0.21.0.tar.gz) = 7d4e8490eb3463c71a667b61f337f8f9cb4ebff442bc1c58ba8e99610bd12818 3BLAKE2s (pytest-xprocess-0.22.2.tar.gz) = 18a6e821520d522ff745a1c29bd922a0b49771a489d66be200c6a6b3089c1e8a
4SHA512 (pytest-xprocess-0.21.0.tar.gz) = 72f8db45a11cffb65302379c1690ef5ad9d71a1aa40b7fd03e1231f7ad0c0413638f7d2155f5b366d2d623399512759d8ffdac8591eb24b77562f9b1f584ed74 4SHA512 (pytest-xprocess-0.22.2.tar.gz) = 2051be110dfda8063c31bb9555bff569f5d7a1332a62f8ce57fd799dfc7d8551ba1227df12f44fccc1ec62d9fcc0face104a77c9c5cc1abb583b74cd1d8a9ff7
5Size (pytest-xprocess-0.21.0.tar.gz) = 30601 bytes 5Size (pytest-xprocess-0.22.2.tar.gz) = 31346 bytes