Source-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.12.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/91433808bc35
branches: trunk
changeset: 431758:91433808bc35
user: adam <adam%pkgsrc.org@localhost>
date: Sat May 16 14:00:48 2020 +0000
description:
py-test-asyncio: updated to 0.12.0
0.12.0:
Run the event loop fixture as soon as possible. This helps with fixtures that have an implicit dependency on the event loop.
0.11.0:
Test on 3.8, drop 3.3 and 3.4. Stick to 0.10 for these versions.
Use the new Pytest 5.4.0 Function API. We therefore depend on pytest >= 5.4.0.
Better pytest.skip support.
diffstat:
devel/py-test-asyncio/Makefile | 6 +++---
devel/py-test-asyncio/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 9ccf11e18a0e -r 91433808bc35 devel/py-test-asyncio/Makefile
--- a/devel/py-test-asyncio/Makefile Sat May 16 13:56:55 2020 +0000
+++ b/devel/py-test-asyncio/Makefile Sat May 16 14:00:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/05/02 09:18:28 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/16 14:00:48 adam Exp $
-DISTNAME= pytest-asyncio-0.10.0
+DISTNAME= pytest-asyncio-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -10,7 +10,7 @@
COMMENT= Pytest support for asyncio
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-test>=3.0.6:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-test>=5.4.0:../../devel/py-test
USE_LANGUAGES= # none
diff -r 9ccf11e18a0e -r 91433808bc35 devel/py-test-asyncio/distinfo
--- a/devel/py-test-asyncio/distinfo Sat May 16 13:56:55 2020 +0000
+++ b/devel/py-test-asyncio/distinfo Sat May 16 14:00:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/08 09:10:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/05/16 14:00:48 adam Exp $
-SHA1 (pytest-asyncio-0.10.0.tar.gz) = 197a54291aed1460c5732139e933370558d84196
-RMD160 (pytest-asyncio-0.10.0.tar.gz) = c51eb6e2dc641508a4731b9930cc1076d15280cb
-SHA512 (pytest-asyncio-0.10.0.tar.gz) = 189b8756d4b90a5dce678e41bc285f391fc47fca4250feebf3bcf8d0d617c2d6f4d43455b7876a7fb376a0c0b45f6343e9070b1796aab4b6a3b337df462dc831
-Size (pytest-asyncio-0.10.0.tar.gz) = 11765 bytes
+SHA1 (pytest-asyncio-0.12.0.tar.gz) = 4ba63bc2f83e34378f9e34b72fefc81b851a9d87
+RMD160 (pytest-asyncio-0.12.0.tar.gz) = ba334a6474893df3b88c316e4362c24bb69b961d
+SHA512 (pytest-asyncio-0.12.0.tar.gz) = 6fbb91f6935ecfac78567f92b0bb45b947e336d6c4d6c8da3dad9a43694f090bb23f89b0a6725c835e3aaf17d87b3b786e159998300594f13a8e894f28076089
+Size (pytest-asyncio-0.12.0.tar.gz) = 13224 bytes
Home |
Main Index |
Thread Index |
Old Index