pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 23 13:26:10 UTC 2024

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

Log Message:
py-test-asyncio: updated to 0.24.0

0.24.0 (2024-08-22)

- BREAKING: Updated minimum supported pytest version to v8.2.0
- Adds an optional `loop_scope` keyword argument to `pytest.mark.asyncio`. This argument controls which event loop is used to run the marked async test.
- Deprecates the optional `scope` keyword argument to `pytest.mark.asyncio` for API consistency with ``pytest_asyncio.fixture``. Users are encouraged to use the `loop_scope` keyword argument, which 
does exactly the same.
- Raises an error when passing `scope` or `loop_scope` as a positional argument to ``@pytest.mark.asyncio``.
- Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-test-asyncio/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-asyncio/Makefile
diff -u pkgsrc/devel/py-test-asyncio/Makefile:1.31 pkgsrc/devel/py-test-asyncio/Makefile:1.32
--- pkgsrc/devel/py-test-asyncio/Makefile:1.31  Fri Jul 19 07:06:31 2024
+++ pkgsrc/devel/py-test-asyncio/Makefile       Fri Aug 23 13:26:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2024/07/19 07:06:31 adam Exp $
+# $NetBSD: Makefile,v 1.32 2024/08/23 13:26:10 adam Exp $
 
-DISTNAME=      pytest_asyncio-0.23.8
+DISTNAME=      pytest_asyncio-0.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -13,13 +13,11 @@ LICENSE=    apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=51.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.36:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=8.2.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=6.2:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.7.1:../../devel/py-hypothesis
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.26 pkgsrc/devel/py-test-asyncio/distinfo:1.27
--- pkgsrc/devel/py-test-asyncio/distinfo:1.26  Fri Jul 19 07:06:31 2024
+++ pkgsrc/devel/py-test-asyncio/distinfo       Fri Aug 23 13:26:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/07/19 07:06:31 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/08/23 13:26:10 adam Exp $
 
-BLAKE2s (pytest_asyncio-0.23.8.tar.gz) = d6d76f7fa9101506bb30c32e011278eb1beccdd01ea01759159a43c8db91a332
-SHA512 (pytest_asyncio-0.23.8.tar.gz) = 68f23458c5f22bdb75a6a0a12f185b1f22c5231c0cdcd84806781419f5c866844e851398d771c5932af4a42b5dfdcce6624181f2c0d2f70187bb5feed0ba7c97
-Size (pytest_asyncio-0.23.8.tar.gz) = 46920 bytes
+BLAKE2s (pytest_asyncio-0.24.0.tar.gz) = 90a4221694dfb2cda8ba1e19b137b91158b839378a4c2167a635c63d289d3721
+SHA512 (pytest_asyncio-0.24.0.tar.gz) = abf2442afb9f5933b223e920c0b107d5781350f2a9c2e58ca141494a4f391acf97f2e377db1fc67b5213031bf371f222dc9c4718ff3c6b5985f5e49913f03cb7
+Size (pytest_asyncio-0.24.0.tar.gz) = 49855 bytes



Home | Main Index | Thread Index | Old Index