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 Feb 21 08:31:37 UTC 2022

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

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

0.18.1

Fixes a regression that prevented async fixtures from working in
synchronous tests.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/devel/py-test-asyncio/Makefile:1.15
--- pkgsrc/devel/py-test-asyncio/Makefile:1.14  Tue Feb  8 09:10:58 2022
+++ pkgsrc/devel/py-test-asyncio/Makefile       Mon Feb 21 08:31:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/02/08 09:10:58 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/02/21 08:31:36 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.18.0
+DISTNAME=      pytest-asyncio-0.18.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.11 pkgsrc/devel/py-test-asyncio/distinfo:1.12
--- pkgsrc/devel/py-test-asyncio/distinfo:1.11  Tue Feb  8 09:10:58 2022
+++ pkgsrc/devel/py-test-asyncio/distinfo       Mon Feb 21 08:31:36 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/02/08 09:10:58 adam Exp $
+$NetBSD: distinfo,v 1.12 2022/02/21 08:31:36 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.18.0.tar.gz) = a9173bbb63e2e73bb35262a91e96e5a2120c24ce86d02639a03181f223328757
-SHA512 (pytest-asyncio-0.18.0.tar.gz) = 58c6f03d2d7c09a7b5aee17b080d07d7a382444bbf381bd9312464336eb24b6d6d0652f19f8a4fc2f6e8a108aac99ab971d7b9d63ec742d5f8742903457b2400
-Size (pytest-asyncio-0.18.0.tar.gz) = 31725 bytes
+BLAKE2s (pytest-asyncio-0.18.1.tar.gz) = 361a5f14e24d404cf221070a1d95c1693653ab16d38479ea01586eccaf4cc5e2
+SHA512 (pytest-asyncio-0.18.1.tar.gz) = 65820d3bb6d2b7bac46d0f1d926fe4a573580e41f3e8c85f8b58934b15eb20c1d58e2eada8414a756e36664d075a12ebde7f9b7f9d82c251bce7a86252821e0f
+Size (pytest-asyncio-0.18.1.tar.gz) = 31904 bytes



Home | Main Index | Thread Index | Old Index