Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-aioresponses | Distribution: SUSE Linux Framework One |
Version: 0.7.6 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.1 | Build date: Sat Nov 25 15:08:40 2023 |
Group: Unspecified | Build host: reproducible |
Size: 85263 | Source RPM: python-aioresponses-0.7.6-slfo.1.1.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/pnuckowski/aioresponses | |
Summary: Python module for mocking out requests made by ClientSession from aiohttp |
This is a Python module for mocking out requests made by ClientSession from the aiohttp package.
MIT
* Sat Nov 25 2023 dmueller@suse.com - update to 0.7.6: * refactor: Make mock for writer compatible with 3.9.0b1 and older * fix: aiohttp 3.9 \_writer can't await * Tue Nov 14 2023 dmueller@suse.com - update to 0.7.5: * replaced pkg\_resources with packaging module * Add Python 3.11 support * Mon Jan 02 2023 dmueller@suse.com - 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 * Sat Jan 15 2022 dmueller@suse.com - 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 * Mon Jan 18 2021 mcepl@suse.com - Remove unused patch pr_174.patch * Sun Jan 17 2021 code@bnavigator.de - Update to v0.7.1 * Fix compatibility with aiohttp 3.7 * remove asynctest from compat.py * Python 3.9 compatibility - drop pr_174.patch merged upstream - fix python version requirement, require asynctest for python36 again * Wed Oct 28 2020 jayvdb@gmail.com - Remove no longer necessary aioresponses-replace-asynctest.patch - Add pr_174.patch to add compatibility with aiohttp 3.7.0 - Update to v0.7.0 * fixes race condition while removing matchers * drop support for py3.5 and aiohttp2.x * replace asynctest with native Python 3.8 unittest * Tue Aug 11 2020 code@bnavigator.de - replace asynctest with native python 3.8 unittest async test class * aioresponses-replace-asynctest.patch * gh#pnuckowski/aioresponses#166 - drop disable-online-test.patch and deselect by pytest call * Mon Jun 08 2020 mimi.vx@gmail.com - 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 * Thu Jan 16 2020 mcalabkova@suse.com - update to 0.6.2 * Save every received request. Even when no response is subscribed. * Ensure that a copy of kwargs is stored in request * remove overly verbose Exception * assert the correct ClientConnectionError * Wed Oct 09 2019 tchvatal@suse.com - Update to 0.6.1: * no upstream changelog * Thu Apr 11 2019 tchvatal@suse.com - Lower the ddt requirement as it is not really needed * Sun Mar 03 2019 mimi.vx@gmail.com - cleanup deps * Thu Feb 28 2019 jayvdb@gmail.com - Remove unnecessary build dependencies - Update to v0.6.0 * Move internal stuff and CallbackResult class to the core module * Add CallbackResult class for returning responses from callbacks * Expose build_response method * Add Python 3.7 for tox * Add callbacks to provide dynamic responses * Fri Nov 23 2018 jengelh@inai.de - Use noun phrase / full sentences in summary / description. * Thu Nov 22 2018 tchvatal@suse.com - Format with spec-cleaner * Mon Nov 19 2018 adrian.glaubitz@suse.com - Initial build + Version 0.5.0 - Include patch to disable online test + disable-online-test.patch
/usr/lib/python3.11/site-packages/aioresponses /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info/not-zip-safe /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info/pbr.json /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info/requires.txt /usr/lib/python3.11/site-packages/aioresponses-0.7.6-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/aioresponses/__init__.py /usr/lib/python3.11/site-packages/aioresponses/__pycache__ /usr/lib/python3.11/site-packages/aioresponses/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioresponses/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/aioresponses/__pycache__/compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioresponses/__pycache__/compat.cpython-311.pyc /usr/lib/python3.11/site-packages/aioresponses/__pycache__/core.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioresponses/__pycache__/core.cpython-311.pyc /usr/lib/python3.11/site-packages/aioresponses/compat.py /usr/lib/python3.11/site-packages/aioresponses/core.py /usr/lib/python3.11/site-packages/aioresponses/py.typed /usr/share/doc/packages/python311-aioresponses /usr/share/doc/packages/python311-aioresponses/AUTHORS /usr/share/doc/packages/python311-aioresponses/AUTHORS.rst /usr/share/doc/packages/python311-aioresponses/ChangeLog /usr/share/doc/packages/python311-aioresponses/README.rst /usr/share/licenses/python311-aioresponses /usr/share/licenses/python311-aioresponses/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 22 00:10:27 2025