./net/py-aioresponses, Mock out requests made by ClientSession from aiohttp package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.8, Package name: py312-aioresponses-0.7.8, Maintainer: pkgsrc-users

Aioresponses is a helper to mock/fake web requests in python aiohttp package.


Master sites:

Filesize: 39.31 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-04 10:15:06 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-aioresponses: not for Python 3.10
   2025-01-20 07:10:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aioresponses: updated to 0.7.8

0.7.8
Unknown changes
   2024-11-16 17:32:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aioresponses: updated to 0.7.7

0.7.7

* fix: invalid rst code
* Fix compat with aiohttp 3.11.0+
* Update \`\`\_\_version\_\_\`\` to latest released version
* Add packaging to requirements.txt
* feat: support raise\_for\_status as callable
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2023-11-29 11:32:46 by Jonathan Perkin | Files touched by this commit (1)
Log message:
py-aioresponses: Fix PYTHON_VERSIONS_INCOMPATIBLE.
   2023-11-28 18:30:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+