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:           Wed Jul 31 08:20:39 UTC 2024

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

Log Message:
py-test-subprocess: updated to 1.5.2

1.5.2 (2024-07-24)

Bug fixes
* Include tests (and docs) and sdist correctly, and stop installing them to site-packages.

Other changes
*  Add support for Python 3.12.

1.5.1 (2024-07-23)

Other changes
* Changed pytest entrypoint to avoid error while loading plugin with `-p` argument.
* Add `tests` directory to sdist.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-subprocess/Makefile \
    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.1 pkgsrc/devel/py-test-subprocess/Makefile:1.2
--- pkgsrc/devel/py-test-subprocess/Makefile:1.1        Mon Jun 10 09:46:41 2024
+++ pkgsrc/devel/py-test-subprocess/Makefile    Wed Jul 31 08:20:39 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/06/10 09:46:41 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/31 08:20:39 adam Exp $
 
-DISTNAME=      pytest-subprocess-1.5.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME=      pytest_subprocess-1.5.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-subprocess/}
 
@@ -13,6 +13,9 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-test>=4.0.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-rerunfailures-[0-9]*:../../devel/py-test-rerunfailures
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.15.1:../../devel/py-test-asyncio
+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.1 pkgsrc/devel/py-test-subprocess/distinfo:1.2
--- pkgsrc/devel/py-test-subprocess/distinfo:1.1        Mon Jun 10 09:46:42 2024
+++ pkgsrc/devel/py-test-subprocess/distinfo    Wed Jul 31 08:20:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/06/10 09:46:42 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/07/31 08:20:39 adam Exp $
 
-BLAKE2s (pytest-subprocess-1.5.0.tar.gz) = 23413d89c740bef53e368a125bc8808ca566bf463e07273c88054e24fa2cd574
-SHA512 (pytest-subprocess-1.5.0.tar.gz) = 2af831264d89ea8344bc4264f63354b17881fa93ee97092454ce43b8b264879693b21d7f3838d2c7296a135679b251625463d06c1fe9acbf8fbfc6dcbf583e3f
-Size (pytest-subprocess-1.5.0.tar.gz) = 24141 bytes
+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



Home | Main Index | Thread Index | Old Index