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 Jul 17 08:59:48 UTC 2023

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

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

0.21.1 (2023-07-12)
===================
- Output a proper error message when an invalid ``asyncio_mode`` is selected.
- Extend warning message about unclosed event loops with additional possible cause.
- Previously, some tests reported "skipped" or "xfailed" as a result. Now all tests report a "success" result.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.18 -r1.19 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.22 pkgsrc/devel/py-test-asyncio/Makefile:1.23
--- pkgsrc/devel/py-test-asyncio/Makefile:1.22  Mon Mar 20 08:54:19 2023
+++ pkgsrc/devel/py-test-asyncio/Makefile       Mon Jul 17 08:59:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/03/20 08:54:19 adam Exp $
+# $NetBSD: Makefile,v 1.23 2023/07/17 08:59:48 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.21.0
+DISTNAME=      pytest-asyncio-0.21.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 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.18 pkgsrc/devel/py-test-asyncio/distinfo:1.19
--- pkgsrc/devel/py-test-asyncio/distinfo:1.18  Mon Mar 20 08:54:19 2023
+++ pkgsrc/devel/py-test-asyncio/distinfo       Mon Jul 17 08:59:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/03/20 08:54:19 adam Exp $
+$NetBSD: distinfo,v 1.19 2023/07/17 08:59:48 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.21.0.tar.gz) = 63f276b5151eb5297c6c5efa573b249166bad2f07cd02f4cb9a8893c5d213431
-SHA512 (pytest-asyncio-0.21.0.tar.gz) = ce557e5f15f3ae745804f4484d590a9f673d76f0c67c2e8ab444e1b17a4ae5ea6021bf55d7ef905643bfbcded6299f207a386fb4dc05ddf20ade25e6618a9773
-Size (pytest-asyncio-0.21.0.tar.gz) = 29898 bytes
+BLAKE2s (pytest-asyncio-0.21.1.tar.gz) = 001cfc67fe3825dac486856a7cb22e93321b7a72004f10e8a2affcc35c5f5366
+SHA512 (pytest-asyncio-0.21.1.tar.gz) = 3aef14bade1dddab4320450d60c6909a76c7cf334d8225ad155b474b042d1c692edc5b567fb86ecf6b3453746105c3cecce86d2c6ff5cf6652d5147a8532cfd0
+Size (pytest-asyncio-0.21.1.tar.gz) = 30492 bytes



Home | Main Index | Thread Index | Old Index