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: Sun Jan 5 11:13:25 UTC 2025
Modified Files:
pkgsrc/devel/py-test-subprocess: Makefile distinfo
Log Message:
py-test-subprocess: updated to 1.5.3
1.5.3 (2025-01-04)
Features
* Allow to access keyword arguments passed to Popen.
Bug fixes
* Fixed an incorrect wait timeout calculation.
* Wrapped ProcessDispatcher.dispatch into FakePopenWrapper as it was causing TypeError when Popen is used as a type.
* Get rid of using thread in AsyncFakePopen as it causes thread.join() to hang indefinitely.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-subprocess/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/py-test-subprocess/Makefile:1.4
--- pkgsrc/devel/py-test-subprocess/Makefile:1.3 Mon Nov 11 07:28:27 2024
+++ pkgsrc/devel/py-test-subprocess/Makefile Sun Jan 5 11:13:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/11/11 07:28:27 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/05 11:13:25 adam Exp $
-DISTNAME= pytest_subprocess-1.5.2
+DISTNAME= pytest_subprocess-1.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-subprocess/}
@@ -18,7 +18,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeo
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-subprocess/distinfo
diff -u pkgsrc/devel/py-test-subprocess/distinfo:1.2 pkgsrc/devel/py-test-subprocess/distinfo:1.3
--- pkgsrc/devel/py-test-subprocess/distinfo:1.2 Wed Jul 31 08:20:39 2024
+++ pkgsrc/devel/py-test-subprocess/distinfo Sun Jan 5 11:13:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/07/31 08:20:39 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/01/05 11:13:25 adam Exp $
-BLAKE2s (pytest_subprocess-1.5.2.tar.gz) = 77dc12e865bbd9589e3e56089112f0da8066ee33d468c706a8407425ed7694f4
-SHA512 (pytest_subprocess-1.5.2.tar.gz) = 08a3fee9214a0fe3353e0375c54f2ebe589d0706cb4e2137215eb8e7e346d9a5b63d15b5d86ba30551c8ad9f7c1096b8ff2d3c9b5c57e1dab3a86027f932c260
-Size (pytest_subprocess-1.5.2.tar.gz) = 40468 bytes
+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
Home |
Main Index |
Thread Index |
Old Index