pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-aioresponses py-aioresponses: updated to 0.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/618b5e3b6aa7
branches:  trunk
changeset: 390078:618b5e3b6aa7
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 15 23:05:27 2022 +0000

description:
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

diffstat:

 net/py-aioresponses/Makefile |  6 +++---
 net/py-aioresponses/PLIST    |  3 ++-
 net/py-aioresponses/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 909b4695a286 -r 618b5e3b6aa7 net/py-aioresponses/Makefile
--- a/net/py-aioresponses/Makefile      Thu Dec 15 23:02:55 2022 +0000
+++ b/net/py-aioresponses/Makefile      Thu Dec 15 23:05:27 2022 +0000
@@ -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 @@
 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 -r 909b4695a286 -r 618b5e3b6aa7 net/py-aioresponses/PLIST
--- a/net/py-aioresponses/PLIST Thu Dec 15 23:02:55 2022 +0000
+++ b/net/py-aioresponses/PLIST Thu Dec 15 23:05:27 2022 +0000
@@ -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 -r 909b4695a286 -r 618b5e3b6aa7 net/py-aioresponses/distinfo
--- a/net/py-aioresponses/distinfo      Thu Dec 15 23:02:55 2022 +0000
+++ b/net/py-aioresponses/distinfo      Thu Dec 15 23:05:27 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index