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:           Thu Dec 15 23:05:27 UTC 2022

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

Log Message:
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


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

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.4 pkgsrc/net/py-aioresponses/Makefile:1.5
--- pkgsrc/net/py-aioresponses/Makefile:1.4     Fri Jan 21 11:36:24 2022
+++ pkgsrc/net/py-aioresponses/Makefile Thu Dec 15 23:05:27 2022
@@ -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/
 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

Index: pkgsrc/net/py-aioresponses/PLIST
diff -u pkgsrc/net/py-aioresponses/PLIST:1.2 pkgsrc/net/py-aioresponses/PLIST:1.3
--- pkgsrc/net/py-aioresponses/PLIST:1.2        Fri Jan 21 11:36:24 2022
+++ pkgsrc/net/py-aioresponses/PLIST    Thu Dec 15 23:05:27 2022
@@ -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

Index: pkgsrc/net/py-aioresponses/distinfo
diff -u pkgsrc/net/py-aioresponses/distinfo:1.5 pkgsrc/net/py-aioresponses/distinfo:1.6
--- pkgsrc/net/py-aioresponses/distinfo:1.5     Fri Jan 21 11:36:24 2022
+++ pkgsrc/net/py-aioresponses/distinfo Thu Dec 15 23:05:27 2022
@@ -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