pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-xprocess



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 24 20:10:28 UTC 2023

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-xprocess/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-xprocess/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-xprocess/Makefile
diff -u pkgsrc/devel/py-test-xprocess/Makefile:1.9 pkgsrc/devel/py-test-xprocess/Makefile:1.10
--- pkgsrc/devel/py-test-xprocess/Makefile:1.9  Wed Nov 30 15:12:55 2022
+++ pkgsrc/devel/py-test-xprocess/Makefile      Tue Jan 24 20:10:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/11/30 15:12:55 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/01/24 20:10:28 adam Exp $
 
-DISTNAME=      pytest-xprocess-0.21.0
+DISTNAME=      pytest-xprocess-0.22.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xprocess/}

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



Home | Main Index | Thread Index | Old Index