diff options
author | adam <adam@pkgsrc.org> | 2022-12-15 23:05:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-12-15 23:05:27 +0000 |
commit | 902bf026fd8e1bb2c169fb5ee4673fcff8dd7c29 (patch) | |
tree | 719935a6d4e9d9c36e785553cd251f0b77808a3c | |
parent | ee944825a7cf36dbe2345db41776261548b45039 (diff) | |
download | pkgsrc-902bf026fd8e1bb2c169fb5ee4673fcff8dd7c29.tar.gz |
py-aioresponses: updated to 0.7.4
0.7.4
-----
* bump py36 to ubuntu 20.04
* restore 3.6
* Adjust github actions test workflow
* Fix python versions in env list
* Add documentation for repeat argument
* Add compat module
* fix long line by adding line breaks
* shorten comment to obey line length limit
* split typing and assignment to avoid long line
* Avoid type confusion by explicitly typing as \`ClientResponse\`
* ignore false positive mypy warning when \`url\_or\_pattern\` is a \`Pattern\`
* add \`py.typed\` to MANIFEST.in
* add \`py.typed\` file to package data in setup.py
* fix version after release was tagged/released
* Extend for arguments
* Init assert\_called
* Fix type annotations
-rw-r--r-- | net/py-aioresponses/Makefile | 6 | ||||
-rw-r--r-- | net/py-aioresponses/PLIST | 3 | ||||
-rw-r--r-- | net/py-aioresponses/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/py-aioresponses/Makefile b/net/py-aioresponses/Makefile index 802c232b914..db2af9e1c2a 100644 --- a/net/py-aioresponses/Makefile +++ b/net/py-aioresponses/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/01/21 11:36:24 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/12/15 23:05:27 adam Exp $ -DISTNAME= aioresponses-0.7.3 +DISTNAME= aioresponses-0.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aioresponses/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pnuckowski/aioresponses COMMENT= Mock out requests made by ClientSession from aiohttp package LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr +TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.0.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 diff --git a/net/py-aioresponses/PLIST b/net/py-aioresponses/PLIST index a030277faf1..bab74cf1f6d 100644 --- a/net/py-aioresponses/PLIST +++ b/net/py-aioresponses/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2022/01/21 11:36:24 adam Exp $ +@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 ${PYSITELIB}/aioresponses/__init__.py diff --git a/net/py-aioresponses/distinfo b/net/py-aioresponses/distinfo index d58fd57703c..e337d11bd77 100644 --- a/net/py-aioresponses/distinfo +++ b/net/py-aioresponses/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/01/21 11:36:24 adam Exp $ +$NetBSD: distinfo,v 1.6 2022/12/15 23:05:27 adam Exp $ -BLAKE2s (aioresponses-0.7.3.tar.gz) = a4b9be0cbc79701fc7b259b5af197ed7a2dda29c3e9f8ea1230978373296e7fe -SHA512 (aioresponses-0.7.3.tar.gz) = 9e2bdbf4fe5089928de9a7ddd54931d70ea137fbaba2bd22b32d248c9282f70d551a3aa2de270342bdf0c1acd0973b377f503d1194156aa545109ef3458278b5 -Size (aioresponses-0.7.3.tar.gz) = 28895 bytes +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 |