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:   wiz
Date:           Fri Aug 22 10:30:00 UTC 2025

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

Log Message:
py-test-asyncio: update to 1.1.0.

Added

    Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
    Cancellation of tasks when the loop_scope ends (#200)
    Warning when the current event loop is closed by a test

Fixed

    Error about missing loop when calling functions requiring a loop in the finally clause of a task (#878)
    An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers

    Added runtime dependency on backports.asyncio.runner for use with Python 3.10 and older


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.33 -r1.34 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.39 pkgsrc/devel/py-test-asyncio/Makefile:1.40
--- pkgsrc/devel/py-test-asyncio/Makefile:1.39  Fri Jun 13 08:59:40 2025
+++ pkgsrc/devel/py-test-asyncio/Makefile       Fri Aug 22 10:30:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2025/06/13 08:59:40 adam Exp $
+# $NetBSD: Makefile,v 1.40 2025/08/22 10:30:00 wiz Exp $
 
-DISTNAME=      pytest_asyncio-1.0.0
+DISTNAME=      pytest_asyncio-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -18,6 +18,13 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-hypothesis
 
 USE_LANGUAGES= # none
 
+# test status as of 1.1.0 after 'make install'
+# 168 passed
+
+# https://github.com/pytest-dev/pytest-asyncio/issues/1194
+pre-configure:
+       ${MV} ${WRKSRC}/dependencies ${WRKSRC}/not-dependencies
+
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.12:../../devel/py-typing-extensions

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.33 pkgsrc/devel/py-test-asyncio/distinfo:1.34
--- pkgsrc/devel/py-test-asyncio/distinfo:1.33  Fri Jun 13 08:59:40 2025
+++ pkgsrc/devel/py-test-asyncio/distinfo       Fri Aug 22 10:30:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2025/06/13 08:59:40 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/08/22 10:30:00 wiz Exp $
 
-BLAKE2s (pytest_asyncio-1.0.0.tar.gz) = f75f1becb016b12215a7808ebd7ab1a037480bc5cdffb6ea514d62b0c478b1ec
-SHA512 (pytest_asyncio-1.0.0.tar.gz) = d3ae6729e1cc798adc0707c0a08ee32bded6430776e224d5565d7e93b51ec05e2ab0e64b9244d4b69e42275b1c73bdea4a3fe5d38edbfc4bf256857e22e41322
-Size (pytest_asyncio-1.0.0.tar.gz) = 46960 bytes
+BLAKE2s (pytest_asyncio-1.1.0.tar.gz) = 6542f6c7da36ad42284ebe79099affbe96486090452eca71f666b93672c5d23e
+SHA512 (pytest_asyncio-1.1.0.tar.gz) = f2f8efcfe965edf3a9ff29dffe776f60240b229235391b09ff266d97568c01c6014d5b0a9fb9963af728f6e30e3eda8deb726b9ff2616f524f3228e4f66535e4
+Size (pytest_asyncio-1.1.0.tar.gz) = 46652 bytes



Home | Main Index | Thread Index | Old Index