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:           Fri Nov 18 08:58:42 UTC 2022

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

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

0.20.2 (22-11-11)
=================
- Fixes an issue with async fixtures that are defined as methods on a test class not being rebound to the actual test instance.
- Replaced usage of deprecated ``@pytest.mark.tryfirst`` with ``@pytest.hookimpl(tryfirst=True)``


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/devel/py-test-asyncio/Makefile:1.20
--- pkgsrc/devel/py-test-asyncio/Makefile:1.19  Fri Oct 21 17:42:48 2022
+++ pkgsrc/devel/py-test-asyncio/Makefile       Fri Nov 18 08:58:41 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/10/21 17:42:48 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/11/18 08:58:41 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.20.1
+DISTNAME=      pytest-asyncio-0.20.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -23,12 +23,6 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.2:../../devel/py-typing-extensions
-.endif
-
 # package needs to be installed before testing, next line is not enough
 #TEST_ENV+=    PYTHONPATH=${WRKSRC}/build/lib
 do-test:

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.15 pkgsrc/devel/py-test-asyncio/distinfo:1.16
--- pkgsrc/devel/py-test-asyncio/distinfo:1.15  Fri Oct 21 17:42:48 2022
+++ pkgsrc/devel/py-test-asyncio/distinfo       Fri Nov 18 08:58:41 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/10/21 17:42:48 adam Exp $
+$NetBSD: distinfo,v 1.16 2022/11/18 08:58:41 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.20.1.tar.gz) = 8f8603eb5338c65a95c2fdf932c8e223b2dbfaefe21d955bd0505891f9425db8
-SHA512 (pytest-asyncio-0.20.1.tar.gz) = ea256e77970f0c96a526e7c7be973c2905742ae5d5a11a7f5541cc19a3867fa8281f3cf98e181129712f7a315917aad717705ed121f16a4a25e92639a44fb1b6
-Size (pytest-asyncio-0.20.1.tar.gz) = 28455 bytes
+BLAKE2s (pytest-asyncio-0.20.2.tar.gz) = 2c8f86166f562fb765339a926031fded1d18fd4d1472941622b0a9be6de40cc9
+SHA512 (pytest-asyncio-0.20.2.tar.gz) = 54c9921b856d6f96809ebac2cce0667f00b078fc7393573a744ef9bcccd639b7ef20b8075e891cf889a3a171c5b0dd41beae2036ecd4e10caa2f33004987e5a5
+Size (pytest-asyncio-0.20.2.tar.gz) = 28904 bytes



Home | Main Index | Thread Index | Old Index