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:           Mon Dec 16 05:49:13 UTC 2024

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

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

0.25.0 (2024-12-13)

Deprecated: Added warning when asyncio test requests async @pytest.fixture in strict mode. This will become an error in a future version of flake8-asyncio.
Updates the error message about pytest.mark.asyncio's scope keyword argument to say loop_scope instead.
Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope
Propagates contextvars set in async fixtures to other fixtures and tests on Python 3.11 and above.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.27 -r1.28 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.33 pkgsrc/devel/py-test-asyncio/Makefile:1.34
--- pkgsrc/devel/py-test-asyncio/Makefile:1.33  Mon Nov 11 07:28:24 2024
+++ pkgsrc/devel/py-test-asyncio/Makefile       Mon Dec 16 05:49:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/11/11 07:28:24 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/12/16 05:49:13 adam Exp $
 
-DISTNAME=      pytest_asyncio-0.24.0
+DISTNAME=      pytest_asyncio-0.25.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.27 pkgsrc/devel/py-test-asyncio/distinfo:1.28
--- pkgsrc/devel/py-test-asyncio/distinfo:1.27  Fri Aug 23 13:26:10 2024
+++ pkgsrc/devel/py-test-asyncio/distinfo       Mon Dec 16 05:49:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/08/23 13:26:10 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/12/16 05:49:13 adam Exp $
 
-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
+BLAKE2s (pytest_asyncio-0.25.0.tar.gz) = 7350aef01e05f50af28c508da6e41e0d14c042260813776b69ca1e3c4c82fa6c
+SHA512 (pytest_asyncio-0.25.0.tar.gz) = 162d1693c82c4be96cf20cfeb075c4e434e897cdfc172564b8b2513b362a6bbf54d8be6da4a63a7de34236b6c55eb515e60b994198c07a5c63a63333fe019932
+Size (pytest_asyncio-0.25.0.tar.gz) = 53298 bytes



Home | Main Index | Thread Index | Old Index