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 Oct 21 17:42:48 UTC 2022

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

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

0.20.1 (22-10-21)
=================
- Fixes an issue that warned about using an old version of pytest, even though the most recent version was installed.

0.20.0 (22-10-21)
=================
- BREAKING: Removed *legacy* mode. If you're upgrading from v0.19 and you haven't configured ``asyncio_mode = legacy``, you can upgrade without taking any additional action. If you're upgrading from 
an earlier version or you have explicitly enabled *legacy* mode, you need to switch to *auto* or *strict* mode before upgrading to this version.
- Deprecate use of pytest v6.
- Fixed an issue which prevented fixture setup from being cached.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.14 -r1.15 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.18 pkgsrc/devel/py-test-asyncio/Makefile:1.19
--- pkgsrc/devel/py-test-asyncio/Makefile:1.18  Wed Aug  3 11:42:57 2022
+++ pkgsrc/devel/py-test-asyncio/Makefile       Fri Oct 21 17:42:48 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/08/03 11:42:57 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/10/21 17:42:48 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.19.0
+DISTNAME=      pytest-asyncio-0.20.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -17,7 +17,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-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
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-trio-[0-9]*:../../devel/py-test-trio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-trio>=0.7.0:../../devel/py-test-trio
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.14 pkgsrc/devel/py-test-asyncio/distinfo:1.15
--- pkgsrc/devel/py-test-asyncio/distinfo:1.14  Wed Aug  3 11:42:57 2022
+++ pkgsrc/devel/py-test-asyncio/distinfo       Fri Oct 21 17:42:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/08/03 11:42:57 adam Exp $
+$NetBSD: distinfo,v 1.15 2022/10/21 17:42:48 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.19.0.tar.gz) = e056dfedc6acbb84fa6a023569481a022a665ea7d45b03ffdfa2bcb9dafe676f
-SHA512 (pytest-asyncio-0.19.0.tar.gz) = 114f133d66f197e1fe4abb95a6b3240a37be1ea91479c8a4e40111a05c66c2a4c54a74aaebebc54e64431610207983a6070067cf02dd9b2743f3b64907bc68d1
-Size (pytest-asyncio-0.19.0.tar.gz) = 28865 bytes
+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



Home | Main Index | Thread Index | Old Index