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:           Fri Jun 26 13:43:59 UTC 2026

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

Log Message:
py-aioresponses: updated to 0.7.9

0.7.9

* more accurate type hint
* fix: clean up imports in test\_async\_generator\_body.py
* fix: optimize data handling in mocked response for streaming uploads
* chore: add pytest-asyncio dependency for improved async testing support
* chore: update CI and tox configurations for aiohttp 3.13 compatibility
* chore: update CI configuration to exclude incompatible aiohttp and Python versions
* chore: update development dependencies and tox configuration for compatibility
* chore: update Makefile and README for Python version bump and CI badge
* chore: update setuptools version constraint to be less than 81
* chore: update CI configuration to support multiple Python minor versions and aiohttp versions
* chore: simplify CI configuration by removing outdated Python and aiohttp versions
* chore: update compatibility for Python 3.10 and above, adjust aiohttp version constraints
* Update aioresponses/core.py
* remove request info from compat
* Use non-deprecated iscoroutinefunction API
* add proper type annotations
* feat: add multidict support
* fix for 270
* bump version to 0.7.9


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-aioresponses/Makefile
cvs rdiff -u -r1.9 -r1.10 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.16 pkgsrc/net/py-aioresponses/Makefile:1.17
--- pkgsrc/net/py-aioresponses/Makefile:1.16    Tue Jan  6 11:18:45 2026
+++ pkgsrc/net/py-aioresponses/Makefile Fri Jun 26 13:43:59 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2026/01/06 11:18:45 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/06/26 13:43:59 adam Exp $
 
-DISTNAME=      aioresponses-0.7.8
+DISTNAME=      aioresponses-0.7.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aioresponses/}
 

Index: pkgsrc/net/py-aioresponses/distinfo
diff -u pkgsrc/net/py-aioresponses/distinfo:1.9 pkgsrc/net/py-aioresponses/distinfo:1.10
--- pkgsrc/net/py-aioresponses/distinfo:1.9     Mon Jan 20 06:10:08 2025
+++ pkgsrc/net/py-aioresponses/distinfo Fri Jun 26 13:43:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/01/20 06:10:08 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/06/26 13:43:59 adam Exp $
 
-BLAKE2s (aioresponses-0.7.8.tar.gz) = 9493b7e7ede8eaafd804e22b3eaea3af99cea2a48b73ce52f4754fc6e72a7dfb
-SHA512 (aioresponses-0.7.8.tar.gz) = a7368e9f344d2790df9c10c9a5e2b9124f56b12413a0b52b91dced9513338b22f75887f94fc9c0b4e2709d7ed37f2c0978ba2652745546387b5317d188190390
-Size (aioresponses-0.7.8.tar.gz) = 40253 bytes
+BLAKE2s (aioresponses-0.7.9.tar.gz) = 3dd706e01bdb6c87fb0a5675ef37a65cb0b8683ef90d6ba764c00ea506c1b3d9
+SHA512 (aioresponses-0.7.9.tar.gz) = c4413b858d942bc2cfe68d1097caf4a84d419a5ed9be0b9fbe4f93cac636447ebfc9588c3ee7c5683d87b092a632d132df82939c9bb724ccfeb7e9f65e4b44fa
+Size (aioresponses-0.7.9.tar.gz) = 34072 bytes



Home | Main Index | Thread Index | Old Index