- update to 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
OBS-URL: https://build.opensuse.org/request/show/1046200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=12
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=25
- update to 0.7.3:
* Support binary bodies in responses
* fix flake8
* move RequestInfo to compat
* drop \`.travis.yml\`
* basic CI using github actions
* (feat) add unit tests
* (feat) allow for callbacks to be called before raising of exception
* add \`py.typed\` (PEP 561)
* Fix setuptools warnings by replacing dashes in keys with underscores
* fix version parsing
* version 0.7.2
* Update aioresponses/core.py
* adding catch to ignore ValueError when deepcopy is unsuccessful
OBS-URL: https://build.opensuse.org/request/show/946669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=11
* Support binary bodies in responses
* fix flake8
* move RequestInfo to compat
* drop \`.travis.yml\`
* basic CI using github actions
* (feat) add unit tests
* (feat) allow for callbacks to be called before raising of exception
* add \`py.typed\` (PEP 561)
* Fix setuptools warnings by replacing dashes in keys with underscores
* fix version parsing
* version 0.7.2
* Update aioresponses/core.py
* adding catch to ignore ValueError when deepcopy is unsuccessful
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=24
- update to 0.6.4
* Load response cookies from headers
* BaseException handling(in Pyhton 3.8 asyncio.CancelError,
asyncio.TimeoutError are subclass of BaseException)
* exception can be as class or as object of exception(Exception or Exception())
* Change method to GET for redirect after POST request.
* set request_info on response rather than a mock
* Avoid failure in case one of the request arguments cannot be deep copied
OBS-URL: https://build.opensuse.org/request/show/812531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioresponses?expand=0&rev=7
* Load response cookies from headers
* BaseException handling(in Pyhton 3.8 asyncio.CancelError,
asyncio.TimeoutError are subclass of BaseException)
* exception can be as class or as object of exception(Exception or Exception())
* Change method to GET for redirect after POST request.
* set request_info on response rather than a mock
* Avoid failure in case one of the request arguments cannot be deep copied
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioresponses?expand=0&rev=15