pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-subprocess
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 10 04:06:21 UTC 2026
Modified Files:
pkgsrc/devel/py-test-subprocess: Makefile distinfo
Log Message:
py-test-subprocess: updated to 1.5.4
1.5.4 (2026-03-21)
Features
* Improve matching commands that contain quoted arguments.
Bug fixes
* Fix ResourceWarning for unclosed file handles in test_universal_newlines and test_text by explicitly closing process.stdout after reading, preventing intermittent failures on Python 3.12+.
* Handle stderr=STDOUT when stdout is a file handle.
* Patch imported `subprocess.Popen` aliases.
* Support file handles in stdout and stderr.
Other changes
* Officially support Python 3.14 and 3.15.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-subprocess/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-subprocess/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-subprocess/Makefile
diff -u pkgsrc/devel/py-test-subprocess/Makefile:1.5 pkgsrc/devel/py-test-subprocess/Makefile:1.6
--- pkgsrc/devel/py-test-subprocess/Makefile:1.5 Sat Apr 12 21:10:58 2025
+++ pkgsrc/devel/py-test-subprocess/Makefile Fri Apr 10 04:06:21 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/04/12 21:10:58 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/04/10 04:06:21 adam Exp $
-DISTNAME= pytest_subprocess-1.5.3
+DISTNAME= pytest_subprocess-1.5.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-subprocess/}
@@ -13,8 +12,9 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-test>=4.0.0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-rerunfailures-[0-9]*:../../devel/py-test-rerunfailures
+TEST_DEPENDS+= ${PYPKGPREFIX}-anyio-[0-9]*:../../devel/py-anyio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.15.1:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-rerunfailures-[0-9]*:../../devel/py-test-rerunfailures
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-test-subprocess/distinfo
diff -u pkgsrc/devel/py-test-subprocess/distinfo:1.3 pkgsrc/devel/py-test-subprocess/distinfo:1.4
--- pkgsrc/devel/py-test-subprocess/distinfo:1.3 Sun Jan 5 11:13:25 2025
+++ pkgsrc/devel/py-test-subprocess/distinfo Fri Apr 10 04:06:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/01/05 11:13:25 adam Exp $
+$NetBSD: distinfo,v 1.4 2026/04/10 04:06:21 adam Exp $
-BLAKE2s (pytest_subprocess-1.5.3.tar.gz) = a8a807e2f4087e00acaa396f3e83c4f5e66886c8fb0a68458395af1a5ec4336e
-SHA512 (pytest_subprocess-1.5.3.tar.gz) = bc6d664251f0b34f3f5509de5ad7d8db450c19ae412a1f5ad17d0c058abbdd30556101c707ecd44ea7dae6d26f1dd4a9f0aa5c5b915b2a5287d7be1d122c7542
-Size (pytest_subprocess-1.5.3.tar.gz) = 42282 bytes
+BLAKE2s (pytest_subprocess-1.5.4.tar.gz) = 9b79f5b3e073d9a322e79a8c0fa3a059bcfbc05d89b3090b5700258f6432b8b2
+SHA512 (pytest_subprocess-1.5.4.tar.gz) = 3cc2acf6e44c230eaf46ab8dc1d541ac5911bf76b9bcbee39ac335496cd0f2081970e35d0d5c969b4e9236468301638cc9d2220c89acc85d2d82874e5155778b
+Size (pytest_subprocess-1.5.4.tar.gz) = 44908 bytes
Home |
Main Index |
Thread Index |
Old Index