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 Dec  9 10:47:05 UTC 2022

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

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

0.20.3 (22-12-08)
=================
- Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.16 -r1.17 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.20 pkgsrc/devel/py-test-asyncio/Makefile:1.21
--- pkgsrc/devel/py-test-asyncio/Makefile:1.20  Fri Nov 18 08:58:41 2022
+++ pkgsrc/devel/py-test-asyncio/Makefile       Fri Dec  9 10:47:05 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/11/18 08:58:41 adam Exp $
+# $NetBSD: Makefile,v 1.21 2022/12/09 10:47:05 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.20.2
+DISTNAME=      pytest-asyncio-0.20.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Pytest support for asyncio
 LICENSE=       apache-2.0
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel>=0.36:../../devel/py-wheel
+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
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.7.1:../../devel/py-hypothesis

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.16 pkgsrc/devel/py-test-asyncio/distinfo:1.17
--- pkgsrc/devel/py-test-asyncio/distinfo:1.16  Fri Nov 18 08:58:41 2022
+++ pkgsrc/devel/py-test-asyncio/distinfo       Fri Dec  9 10:47:05 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/11/18 08:58:41 adam Exp $
+$NetBSD: distinfo,v 1.17 2022/12/09 10:47:05 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index