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: Sat Apr 12 21:15:36 UTC 2025
Modified Files:
pkgsrc/devel/py-test-asyncio: Makefile PLIST distinfo
Log Message:
py-test-asyncio: updated to 0.26.0
0.26.0
Adds configuration option that sets default event loop scope for all tests
Improved type annotations for pytest_asyncio.fixture
Added typing-extensions as additional dependency for Python <3.10
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-asyncio/PLIST
cvs rdiff -u -r1.31 -r1.32 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.37 pkgsrc/devel/py-test-asyncio/Makefile:1.38
--- pkgsrc/devel/py-test-asyncio/Makefile:1.37 Wed Jan 29 08:09:00 2025
+++ pkgsrc/devel/py-test-asyncio/Makefile Sat Apr 12 21:15:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/01/29 08:09:00 adam Exp $
+# $NetBSD: Makefile,v 1.38 2025/04/12 21:15:36 adam Exp $
-DISTNAME= pytest_asyncio-0.25.3
+DISTNAME= pytest_asyncio-0.26.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Pytest support for asyncio
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=51.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-test>=8.2.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=6.2:../../devel/py-coverage
@@ -18,5 +18,10 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis
USE_LANGUAGES= # none
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.12:../../devel/py-typing-extensions
+.endif
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-asyncio/PLIST
diff -u pkgsrc/devel/py-test-asyncio/PLIST:1.4 pkgsrc/devel/py-test-asyncio/PLIST:1.5
--- pkgsrc/devel/py-test-asyncio/PLIST:1.4 Sat Oct 28 19:57:06 2023
+++ pkgsrc/devel/py-test-asyncio/PLIST Sat Apr 12 21:15:36 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:06 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.5 2025/04/12 21:15:36 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pytest_asyncio/__init__.py
${PYSITELIB}/pytest_asyncio/__init__.pyc
Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.31 pkgsrc/devel/py-test-asyncio/distinfo:1.32
--- pkgsrc/devel/py-test-asyncio/distinfo:1.31 Wed Jan 29 08:09:00 2025
+++ pkgsrc/devel/py-test-asyncio/distinfo Sat Apr 12 21:15:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/01/29 08:09:00 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/04/12 21:15:36 adam Exp $
-BLAKE2s (pytest_asyncio-0.25.3.tar.gz) = c813ea2ee39d9c7245d3507d672fbcfba64c34a786c03760b73d81cc8296fbdf
-SHA512 (pytest_asyncio-0.25.3.tar.gz) = 8144b636ad77af0ecadf81ff5be396e6706d8c206772953ffd2a62c9889094ff55e3f14c9bbd615a9d58cb192e61385d0ffcb1b56524422376d214154536b532
-Size (pytest_asyncio-0.25.3.tar.gz) = 54239 bytes
+BLAKE2s (pytest_asyncio-0.26.0.tar.gz) = 9172e26aeee19e00803dc32764ed4b4bc06332f3c403b35326939d5892c75483
+SHA512 (pytest_asyncio-0.26.0.tar.gz) = 60cb6e9bf7554b5d94d8e9c3bb8e60fba92ecb2fd4258ea8967eebf5af2b2050913e08917dafeddf4e27ad09bc52c800f38739eed9705330ce70f653bcd765a0
+Size (pytest_asyncio-0.26.0.tar.gz) = 54156 bytes
Home |
Main Index |
Thread Index |
Old Index