Path to this page:
./
net/py-aioresponses,
Mock out requests made by ClientSession from aiohttp package
Branch: CURRENT,
Version: 0.7.8,
Package name: py312-aioresponses-0.7.8,
Maintainer: pkgsrc-usersAioresponses is a helper to mock/fake web requests in python aiohttp package.
Master sites:
Filesize: 39.31 KB
Version history: (Expand)
- (2025-01-20) Updated to version: py312-aioresponses-0.7.8
- (2024-11-16) Updated to version: py312-aioresponses-0.7.7
- (2024-10-14) Updated to version: py312-aioresponses-0.7.6
- (2023-11-28) Updated to version: py311-aioresponses-0.7.6
- (2023-11-08) Updated to version: py311-aioresponses-0.7.4
- (2022-12-16) Updated to version: py310-aioresponses-0.7.4
CVS history: (Expand)
2025-01-20 07:10:08 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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) | |
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+
|
2022-12-16 00:05:27 by Adam Ciarcinski | Files touched by this commit (3) | |
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
|