pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-test-aiohttp
Module Name: pkgsrc
Committed By: adam
Date: Sat Jan 25 11:31:58 UTC 2025
Modified Files:
pkgsrc/www/py-test-aiohttp: Makefile PLIST distinfo
Log Message:
py-test-aiohttp: updated to 1.1.0
1.1.0 (2025-01-23)
- Drop Python 3.8
- Export the plugin types at top-level
- Add host parameter to aiohttp_server fixture
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-test-aiohttp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-aiohttp/PLIST \
pkgsrc/www/py-test-aiohttp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-test-aiohttp/Makefile
diff -u pkgsrc/www/py-test-aiohttp/Makefile:1.2 pkgsrc/www/py-test-aiohttp/Makefile:1.3
--- pkgsrc/www/py-test-aiohttp/Makefile:1.2 Mon Nov 11 07:29:27 2024
+++ pkgsrc/www/py-test-aiohttp/Makefile Sat Jan 25 11:31:58 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2024/11/11 07:29:27 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/25 11:31:58 adam Exp $
-DISTNAME= pytest-aiohttp-1.0.5
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME= pytest_aiohttp-1.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-aiohttp/}
@@ -10,15 +10,13 @@ HOMEPAGE= https://github.com/aio-libs/py
COMMENT= Pytest plugin for aiohttp support
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=51.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.11.0:../../www/py-aiohttp
DEPENDS+= ${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.8.1:../../www/py-aiohttp
DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.17.2:../../devel/py-test-asyncio
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-test-aiohttp/PLIST
diff -u pkgsrc/www/py-test-aiohttp/PLIST:1.1 pkgsrc/www/py-test-aiohttp/PLIST:1.2
--- pkgsrc/www/py-test-aiohttp/PLIST:1.1 Mon Aug 12 12:16:33 2024
+++ pkgsrc/www/py-test-aiohttp/PLIST Sat Jan 25 11:31:58 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/08/12 12:16:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/01/25 11:31:58 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -14,3 +14,4 @@ ${PYSITELIB}/pytest_aiohttp/_version.pyo
${PYSITELIB}/pytest_aiohttp/plugin.py
${PYSITELIB}/pytest_aiohttp/plugin.pyc
${PYSITELIB}/pytest_aiohttp/plugin.pyo
+${PYSITELIB}/pytest_aiohttp/py.typed
Index: pkgsrc/www/py-test-aiohttp/distinfo
diff -u pkgsrc/www/py-test-aiohttp/distinfo:1.1 pkgsrc/www/py-test-aiohttp/distinfo:1.2
--- pkgsrc/www/py-test-aiohttp/distinfo:1.1 Mon Aug 12 12:16:33 2024
+++ pkgsrc/www/py-test-aiohttp/distinfo Sat Jan 25 11:31:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/08/12 12:16:33 wiz Exp $
+$NetBSD: distinfo,v 1.2 2025/01/25 11:31:58 adam Exp $
-BLAKE2s (pytest-aiohttp-1.0.5.tar.gz) = ea78536001c5c5ba9c83ca8aa38ca286103184599ab54dce781e828ef8ae61c6
-SHA512 (pytest-aiohttp-1.0.5.tar.gz) = b8421c63e4d5caa9742a013a6d1fd3c010b5e4a48e4f5c1a07ddfb7b05853ce6a7a0d65ce78493fd607f59c669d31c75d97a9022048e6a60cbc90a19a48dd02c
-Size (pytest-aiohttp-1.0.5.tar.gz) = 12209 bytes
+BLAKE2s (pytest_aiohttp-1.1.0.tar.gz) = 5ec29603416b8587f4836253431053da2bdc7b2bd5c591bdf37051527c92c71e
+SHA512 (pytest_aiohttp-1.1.0.tar.gz) = 891a379535f1ecc9e74282d813cfc11b74c79c852d08e94942e1bb29c0eafecdce73ffbf6aefce24c37315c502bdfe0861bc97b6be1489dd3dd59b2aa215f4e8
+Size (pytest_aiohttp-1.1.0.tar.gz) = 12842 bytes
Home |
Main Index |
Thread Index |
Old Index