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:           Tue Feb  8 09:10:58 UTC 2022

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

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

0.18.0
Raise a warning if @pytest.mark.asyncio is applied to non-async function.
Support parametrized event_loop fixture.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/devel/py-test-asyncio/Makefile:1.14
--- pkgsrc/devel/py-test-asyncio/Makefile:1.13  Mon Feb  7 08:20:04 2022
+++ pkgsrc/devel/py-test-asyncio/Makefile       Tue Feb  8 09:10:58 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/02/07 08:20:04 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/02/08 09:10:58 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.17.2
+DISTNAME=      pytest-asyncio-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -12,7 +12,7 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>0:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=5.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
@@ -22,7 +22,7 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>0:../../devel/py-typing-extensions
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.2:../../devel/py-typing-extensions
 .endif
 
 # package needs to be installed before testing

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.10 pkgsrc/devel/py-test-asyncio/distinfo:1.11
--- pkgsrc/devel/py-test-asyncio/distinfo:1.10  Wed Feb  2 19:04:57 2022
+++ pkgsrc/devel/py-test-asyncio/distinfo       Tue Feb  8 09:10:58 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/02/02 19:04:57 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/02/08 09:10:58 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.17.2.tar.gz) = 0fb723a8f5d2d83fc509451868f77a851643975e9599d5b59cda3754d12edaf8
-SHA512 (pytest-asyncio-0.17.2.tar.gz) = 5a18d1920cf7ef727d01070d0c4ace190ff80fd2a79eca3fe142e3f01d396fea2ca51e7823e91e9ab5c474510e5cd00aa7f058fb4d26290cca0a4cd51e4589f3
-Size (pytest-asyncio-0.17.2.tar.gz) = 31194 bytes
+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



Home | Main Index | Thread Index | Old Index