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 Mar 20 08:54:19 UTC 2023

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

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

0.21.0 (23-03-19)

Drop compatibility with pytest 6.1. Pytest-asyncio now depends on pytest 7.0 or newer.
pytest-asyncio cleans up any stale event loops when setting up and tearing down the
event_loop fixture. This behavior has been deprecated and pytest-asyncio emits a
DeprecationWarning when tearing down the event_loop fixture and current event loop
has not been closed.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.17 -r1.18 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.21 pkgsrc/devel/py-test-asyncio/Makefile:1.22
--- pkgsrc/devel/py-test-asyncio/Makefile:1.21  Fri Dec  9 10:47:05 2022
+++ pkgsrc/devel/py-test-asyncio/Makefile       Mon Mar 20 08:54:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/12/09 10:47:05 adam Exp $
+# $NetBSD: Makefile,v 1.22 2023/03/20 08:54:19 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.20.3
+DISTNAME=      pytest-asyncio-0.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -12,8 +12,8 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.36:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=5.2:../../devel/py-coverage
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=6.2:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.7.1:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.5.0:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.931:../../lang/py-mypy

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.17 pkgsrc/devel/py-test-asyncio/distinfo:1.18
--- pkgsrc/devel/py-test-asyncio/distinfo:1.17  Fri Dec  9 10:47:05 2022
+++ pkgsrc/devel/py-test-asyncio/distinfo       Mon Mar 20 08:54:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/12/09 10:47:05 adam Exp $
+$NetBSD: distinfo,v 1.18 2023/03/20 08:54:19 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.20.3.tar.gz) = a0a0b6cdc6e21109c4e2d91387faac76c06ee998a35b89187369a50bb3a9b031
-SHA512 (pytest-asyncio-0.20.3.tar.gz) = 2f0a2a681d9764af25ebdd26dcbbcf6d67fa8849a1c514c9499a6948088ab0b84235d7e758a448ea80ec3baf7b48f30fd1b2f9aa4c984f2dc723c09548b2cd3f
-Size (pytest-asyncio-0.20.3.tar.gz) = 28942 bytes
+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



Home | Main Index | Thread Index | Old Index