Tue Nov 28 17:30:21 2023 UTC ()
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


(adam)
diff -r1.6 -r1.7 pkgsrc/net/py-aioresponses/Makefile
diff -r1.6 -r1.7 pkgsrc/net/py-aioresponses/distinfo
diff -r1.3 -r1.4 pkgsrc/net/py-aioresponses/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/net/py-aioresponses/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-aioresponses/Makefile 2023/11/07 22:38:02 1.6
+++ pkgsrc/net/py-aioresponses/Makefile 2023/11/28 17:30:21 1.7
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.6 2023/11/07 22:38:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2023/11/28 17:30:21 adam Exp $
2 2
3DISTNAME= aioresponses-0.7.4 3DISTNAME= aioresponses-0.7.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aioresponses/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aioresponses/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pnuckowski/aioresponses 9HOMEPAGE= https://github.com/pnuckowski/aioresponses
10COMMENT= Mock out requests made by ClientSession from aiohttp package 10COMMENT= Mock out requests made by ClientSession from aiohttp package
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr 13TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
14DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.0.0:../../www/py-aiohttp 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 16DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.3.0:../../www/py-aiohttp
15TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.4.1:../../devel/py-ddt 17TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.4.1:../../devel/py-ddt
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 18TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
17 19
18USE_LANGUAGES= # none 20USE_LANGUAGES= # none
19 21
20PYTHON_VERSIONS_INCOMPATIBLE= 27 38 22PYTHON_VERSIONS_INCOMPATIBLE= 27
21 23
22PYSETUPTESTTARGET= pytest 24.include "../../lang/python/wheel.mk"
23 
24.include "../../lang/python/egg.mk" 
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/net/py-aioresponses/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-aioresponses/distinfo 2022/12/15 23:05:27 1.6
+++ pkgsrc/net/py-aioresponses/distinfo 2023/11/28 17:30:21 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/12/15 23:05:27 adam Exp $ 1$NetBSD: distinfo,v 1.7 2023/11/28 17:30:21 adam Exp $
2 2
3BLAKE2s (aioresponses-0.7.4.tar.gz) = 27e03a7f762d8d6ae6669960d6558c17eef9c71cec3e593ec7ec556a3f706fb4 3BLAKE2s (aioresponses-0.7.6.tar.gz) = 216ca3238e1b6fe388aa6ae6ee36d4795123e179c313818828dffeeac8e8ca07
4SHA512 (aioresponses-0.7.4.tar.gz) = 00392f8481e600e2c18563193aaf5b75a324ea49e90606e43a28ea787f75c55712bc2caff0a70411f51a9615b01a252fca1ebb9efd2cc314f6358eeeef6d1e59 4SHA512 (aioresponses-0.7.6.tar.gz) = d02fa848a5d6588e32c203591f842cb212aae60d5e060a3fa13993bbb575922e516f04d47f9428c5f4b8103bc9990aa45cdde3c17bd2c47d8eff714f93976450
5Size (aioresponses-0.7.4.tar.gz) = 35248 bytes 5Size (aioresponses-0.7.6.tar.gz) = 35846 bytes

cvs diff -r1.3 -r1.4 pkgsrc/net/py-aioresponses/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-aioresponses/PLIST 2022/12/15 23:05:27 1.3
+++ pkgsrc/net/py-aioresponses/PLIST 2023/11/28 17:30:21 1.4
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1@comment $NetBSD: PLIST,v 1.3 2022/12/15 23:05:27 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2023/11/28 17:30:21 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6${PYSITELIB}/${EGG_INFODIR}/pbr.json 6${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
 9${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
9${PYSITELIB}/aioresponses/__init__.py 10${PYSITELIB}/aioresponses/__init__.py
10${PYSITELIB}/aioresponses/__init__.pyc 11${PYSITELIB}/aioresponses/__init__.pyc
11${PYSITELIB}/aioresponses/__init__.pyo 12${PYSITELIB}/aioresponses/__init__.pyo
12${PYSITELIB}/aioresponses/compat.py 13${PYSITELIB}/aioresponses/compat.py
13${PYSITELIB}/aioresponses/compat.pyc 14${PYSITELIB}/aioresponses/compat.pyc
14${PYSITELIB}/aioresponses/compat.pyo 15${PYSITELIB}/aioresponses/compat.pyo
15${PYSITELIB}/aioresponses/core.py 16${PYSITELIB}/aioresponses/core.py
16${PYSITELIB}/aioresponses/core.pyc 17${PYSITELIB}/aioresponses/core.pyc
17${PYSITELIB}/aioresponses/core.pyo 18${PYSITELIB}/aioresponses/core.pyo
18${PYSITELIB}/aioresponses/py.typed 19${PYSITELIB}/aioresponses/py.typed