pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test-asyncio py-test-asyncio: updated to 0.20.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc9aad096055
branches:  trunk
changeset: 388383:fc9aad096055
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 18 08:58:41 2022 +0000

description:
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)``

diffstat:

 devel/py-test-asyncio/Makefile |  10 ++--------
 devel/py-test-asyncio/distinfo |   8 ++++----
 2 files changed, 6 insertions(+), 12 deletions(-)

diffs (38 lines):

diff -r 24b8439fb54a -r fc9aad096055 devel/py-test-asyncio/Makefile
--- a/devel/py-test-asyncio/Makefile    Fri Nov 18 08:56:36 2022 +0000
+++ b/devel/py-test-asyncio/Makefile    Fri Nov 18 08:58:41 2022 +0000
@@ -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 @@
 
 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:
diff -r 24b8439fb54a -r fc9aad096055 devel/py-test-asyncio/distinfo
--- a/devel/py-test-asyncio/distinfo    Fri Nov 18 08:56:36 2022 +0000
+++ b/devel/py-test-asyncio/distinfo    Fri Nov 18 08:58:41 2022 +0000
@@ -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