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:           Thu Jan  2 14:17:14 UTC 2025

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

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

0.25.1

Fixes an issue that caused a broken event loop when a function-scoped test was executed in between two tests with wider loop scope
Improves test collection speed in auto mode
Corrects the warning that is emitted upon redefining the event_loop fixture


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.28 -r1.29 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.34 pkgsrc/devel/py-test-asyncio/Makefile:1.35
--- pkgsrc/devel/py-test-asyncio/Makefile:1.34  Mon Dec 16 05:49:13 2024
+++ pkgsrc/devel/py-test-asyncio/Makefile       Thu Jan  2 14:17:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/12/16 05:49:13 adam Exp $
+# $NetBSD: Makefile,v 1.35 2025/01/02 14:17:14 adam Exp $
 
-DISTNAME=      pytest_asyncio-0.25.0
+DISTNAME=      pytest_asyncio-0.25.1
 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.28 pkgsrc/devel/py-test-asyncio/distinfo:1.29
--- pkgsrc/devel/py-test-asyncio/distinfo:1.28  Mon Dec 16 05:49:13 2024
+++ pkgsrc/devel/py-test-asyncio/distinfo       Thu Jan  2 14:17:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/12/16 05:49:13 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/01/02 14:17:14 adam Exp $
 
-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
+BLAKE2s (pytest_asyncio-0.25.1.tar.gz) = dde2a0909e53bb46f231fef5786d1c932b6696dbce275197278838b7ad6b49c0
+SHA512 (pytest_asyncio-0.25.1.tar.gz) = 8a6ce121dfce4362a9b9dd320ee8207129a5f9d667e80fc8d6b9a43095883cfbbb59813e2fafc5deae062c596b2a9af76b80b18fabcc003fbecf9a0fc8b09e01
+Size (pytest_asyncio-0.25.1.tar.gz) = 53760 bytes



Home | Main Index | Thread Index | Old Index