pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-aioresponses



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 28 17:30:21 UTC 2023

Modified Files:
        pkgsrc/net/py-aioresponses: Makefile PLIST distinfo

Log Message:
py-aioresponses: updated to 0.7.6

0.7.6

* refactor: Make mock for writer compatible with 3.9.0b1 and older
* fix: aiohttp 3.9 \_writer can't await

0.7.5

* replaced pkg\_resources with packaging module
* Add Python 3.11 support


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-aioresponses/Makefile \
    pkgsrc/net/py-aioresponses/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-aioresponses/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-aioresponses/Makefile
diff -u pkgsrc/net/py-aioresponses/Makefile:1.6 pkgsrc/net/py-aioresponses/Makefile:1.7
--- pkgsrc/net/py-aioresponses/Makefile:1.6     Tue Nov  7 22:38:02 2023
+++ pkgsrc/net/py-aioresponses/Makefile Tue Nov 28 17:30:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/11/07 22:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/11/28 17:30:21 adam Exp $
 
-DISTNAME=      aioresponses-0.7.4
+DISTNAME=      aioresponses-0.7.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aioresponses/}
@@ -11,15 +11,15 @@ COMMENT=    Mock out requests made by Clien
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=2.0.0:../../www/py-aiohttp
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.3.0:../../www/py-aiohttp
 TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.4.1:../../devel/py-ddt
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-PYSETUPTESTTARGET=     pytest
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-aioresponses/distinfo
diff -u pkgsrc/net/py-aioresponses/distinfo:1.6 pkgsrc/net/py-aioresponses/distinfo:1.7
--- pkgsrc/net/py-aioresponses/distinfo:1.6     Thu Dec 15 23:05:27 2022
+++ pkgsrc/net/py-aioresponses/distinfo Tue Nov 28 17:30:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/12/15 23:05:27 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/11/28 17:30:21 adam Exp $
 
-BLAKE2s (aioresponses-0.7.4.tar.gz) = 27e03a7f762d8d6ae6669960d6558c17eef9c71cec3e593ec7ec556a3f706fb4
-SHA512 (aioresponses-0.7.4.tar.gz) = 00392f8481e600e2c18563193aaf5b75a324ea49e90606e43a28ea787f75c55712bc2caff0a70411f51a9615b01a252fca1ebb9efd2cc314f6358eeeef6d1e59
-Size (aioresponses-0.7.4.tar.gz) = 35248 bytes
+BLAKE2s (aioresponses-0.7.6.tar.gz) = 216ca3238e1b6fe388aa6ae6ee36d4795123e179c313818828dffeeac8e8ca07
+SHA512 (aioresponses-0.7.6.tar.gz) = d02fa848a5d6588e32c203591f842cb212aae60d5e060a3fa13993bbb575922e516f04d47f9428c5f4b8103bc9990aa45cdde3c17bd2c47d8eff714f93976450
+Size (aioresponses-0.7.6.tar.gz) = 35846 bytes

Index: pkgsrc/net/py-aioresponses/PLIST
diff -u pkgsrc/net/py-aioresponses/PLIST:1.3 pkgsrc/net/py-aioresponses/PLIST:1.4
--- pkgsrc/net/py-aioresponses/PLIST:1.3        Thu Dec 15 23:05:27 2022
+++ pkgsrc/net/py-aioresponses/PLIST    Tue Nov 28 17:30:21 2023
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2022/12/15 23:05:27 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2023/11/28 17:30:21 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/aioresponses/__init__.py
 ${PYSITELIB}/aioresponses/__init__.pyc
 ${PYSITELIB}/aioresponses/__init__.pyo



Home | Main Index | Thread Index | Old Index