Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-vcrpy | Distribution: SUSE Linux Framework One |
Version: 7.0.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.1 | Build date: Mon Jan 6 11:53:19 2025 |
Group: Unspecified | Build host: reproducible |
Size: 338342 | Source RPM: python-vcrpy-7.0.0-slfo.1.1.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/kevin1024/vcrpy | |
Summary: Python module to mock and replay HTTP interactions |
This module records a test suite's HTTP interactions and replays them during future test runs for deterministic tests. This is a Python version of Ruby's VCR library.
MIT
* Mon Jan 06 2025 [email protected] - Update to 7.0.0 * Drop support for python 3.8 (major version bump) - thanks @jairhenrique * Various linting and test fixes - thanks @jairhenrique * Bugfix for urllib2>=2.3.0 - missing version_string (#888) * Bugfix for asyncio.run - thanks @alekeik1 * Tue Oct 29 2024 [email protected] - Update to 6.0.2 * Ensure body is consumed only once (#846) - thanks @sathieu * Permit urllib3 2.x for non-PyPy Python >=3.10 * Fix typos in test commands - thanks @chuckwondo * Several test and workflow improvements - thanks @hartwork and @graingert * Tue Feb 06 2024 [email protected] - Update to 6.0.1 * BREAKING: Fix issue with httpx support (thanks @parkerhancock) in #784. * BREAKING: Drop support for `boto` (vcrpy still supports boto3, but is dropping the deprecated `boto` support in this release. (thanks @jairhenrique) * Fix compatibility issue with Python 3.12 (thanks @hartwork) * Drop simplejson (fixes some compatibility issues) (thanks @jairhenrique) * Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @mgorny) * Various linting and docs improvements (thanks @jairhenrique) * Tornado fixes (thanks @graingert) * Mon Sep 18 2023 [email protected] - version update to 5.1.0 * Use ruff for linting (instead of current flake8/isort/pyflakes) - thanks @jairhenrique * Enable rule B (flake8-bugbear) on ruff - thanks @jairhenrique * Configure read the docs V2 - thanks @jairhenrique * Fix typo in docs - thanks @quasimik * Make json.loads of Python >=3.6 decode bytes by itself - thanks @hartwork * Fix body matcher for chunked requests (fixes #734) - thanks @hartwork * Fix query param filter for aiohttp (fixes #517) - thanks @hartwork and @salomvary * Remove unnecessary dependency on six. - thanks @charettes * build(deps): update sphinx requirement from <7 to <8 - thanks @jairhenrique * Add action to validate docs - thanks @jairhenrique * Add editorconfig file - thanks @jairhenrique * Drop iscoroutinefunction fallback function for unsupported python thanks @jairhenrique - for changelog for older releases refer to https://github.com/kevin1024/vcrpy/releases - six is not required * Thu Jun 15 2023 [email protected] - Use sle15_python_module_pythons * Tue May 23 2023 [email protected] - Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688 * Tue Oct 11 2022 [email protected] - Update to version 4.2.1 * Fix a bug where the first request in a redirect chain was not being recorded with aiohttp * Various typos and small fixes, thanks @jairhenrique, @timgates42 * Thu Aug 26 2021 [email protected] - Update to 4.1.1: * Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique) * Include a trailing newline on json cassettes (thanks @AaronRobson) * Fri Aug 28 2020 [email protected] - Update to 4.1.0: * Add support for httpx!! (thanks @herdigiorgi) * Add the new allow_playback_repeats option (thanks @tysonholub) * Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks @pauloromeira) * Use enums for record modes (thanks @aaronbannin) * Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs) * Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique) * Mon Apr 20 2020 [email protected] - Remove patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch as we dropped py2 integration support on Tumbleweed * Mon Feb 24 2020 [email protected] - Added patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch * Enable python2 again since it breaks many packages - Fix locale on Leap * Fri Feb 07 2020 [email protected] - update to version 4.0.2 * Remove Python2 support * Add Python 3.8 TravisCI support * Correct mock imports * Sun Nov 03 2019 [email protected] - Update to version 2.1.1 * Format code with black * Improve documentation about custom matchers * Fix exception when body is empty * Fix yarl and python3.5 version issue * Fix header matcher for boto3 * Mon Sep 16 2019 [email protected] - Update to 2.1.0: * Add a rewind method to reset a cassette (thanks @khamidou) * New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith) * Handle connect tunnel URI (thanks @jeking3) * Drop support to python 3.4 * Add deprecation warning on python 2.7, next major release will drop python 2.7 support - Drop merged patch python-vcrpy-fix-tunnel-uri-generation.patch * Wed Apr 17 2019 [email protected] - Test suite just doesn't work. gh#kevin1024/vcrpy#427 * Sat Dec 29 2018 [email protected] - Add patch: * python-vcrpy-fix-tunnel-uri-generation.patch Needed for python-pyvmomi * Wed Oct 24 2018 [email protected] - Use noun phrase in summary and adjust descriptions. * Wed Oct 24 2018 [email protected] - Version update to 2.0.1: * Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars) * Thu Jul 13 2017 [email protected] - Move vcrpy to single spec. * Thu Jun 08 2017 [email protected] - Changes from version 1.11.1: * Bugfixes * Add support for latest requests and urllib3 releases - Changes from version 1.11.0: * Allow injection of persistence methods * Bugfixes * Support python 3.6 + CI tests * Support pytest-asyncio coroutines - Changes from version 1.10.5: * Added a fix to httplib2 * Fix an issue with aiohttp * Add missing requirement yarl * Remove duplicate mock triple - Changes from version 1.10.3: * Aiohttp bugfix * Empty cassette body bugfix * Sun Sep 18 2016 [email protected] - Fix Source-URL - Update to version 1.10.2: * only version bump - no code changes - Changes from version 1.10.1 * Move vcr.stubs.aiohttp_stub to a package * Merge pull request #271 from lamenezes/fix-py2-setup * Exclude aiohttp from python < 3 setup - Changes from version 1.10.0: * remove py26-flakes test * fix flake8: ignore yield from syntax errors * fix tox's flakes tests * fix test_aiohttp * fix tests * remove async/await from aiohttp_stubs to support python 3.4 * add aiohttp to tests config * add integration tests for aiohttp * fix aiohttp_stubs.vcr_request error message * fix aiohttp response closing * remove CIMultiDictProxy from aiohttp_stubs.vcr_request * add support for aiohttp * Merge pull request #265 from adamchainz/readthedocs.io * fix flaky test * Convert readthedocs links for their .org -> .io migration for hosted projects - Changes from version 1.9.0: * unzip bodies before comparing. Fixes #261 * Merge pull request #247 from dedsm/boto3_support * Running boto3 tests in travis * Fixing pep8 errors in boto tests * boto3 integration tests * Adding support for boto3 * fix tests in stubs, requests ssl verification and httpbin+flask * Removed requests usage from test * Renamed inside2 to inside * Fix flake8 issue * Updated comments * Added a note on the deepcopy * Added regression test * Move deepcopy higher to not mutate original headers - Changes from version 1.8.0: * missed a httpbin call * Merge pull request #253 from jayvdb/no-pytest-localserver * Remove pytest-localserver from test dependencies * pep8 * Fix for Serialization errors with JSON adapter * Use pytest-httpbin * Add Python 3.5 and PyPy 3 to Travis * Fix/ignore some flake errors * Add test to make sure we can post chunked binary data * Avoid concatenating bytes with strings * Fix travis check for flakes * allow filtering by response * Exclude __pycache__ dirs & compiled files in sdist * Fix Tornado support behavior for Tornado 3. * Use tox-travis * support python 3.4 * tests / docs for decode_compressed_response * add decode_compressed_response option and filter * Fix pyflakes and pep8 errors * Use tox for Travis-CI * Fix typo * Add documentation for new features of filter_headers, filter_query_parameters and filter_post_data_parameters * Update VCR params to use new filters. * Add replace_post_data_parameters() * Add replace_query_parameters() * Add replace_headers() * Add note and link for vcrpy-unittest. * Blindly add modules to be documented * Add PyPI badge. * Rename waffle badge from 'ready' to 'waffle' which seems clearer. * Split README.rst into appropriate docs sections * Use sphinx_rtd_theme building docs locally * Switch to default RtD theme * Lint cleanup * Fallback to importing from urllib3 * Tue Jan 26 2016 [email protected] - Update to version 1.7.4: 1.7.4 [#217] Make use_cassette decorated functions actually return a value (thanks @bcen). [#199] Fix path transfromation defaults. Better headers dictionary management. 1.7.3 [#188] additional_matchers kwarg on use_cassette. [#191] Actually support passing multiple before_record_request functions (thanks @agriffis). 1.7.2 [#186] Get effective_url in tornado (thanks @mvschaik), [#187] Set request_time on Response object in tornado (thanks @abhinav). 1.7.1 [#183] Patch fetch_impl instead of the entire HTTPClient class for Tornado (thanks @abhinav). 1.7.0 [#177] Properly support coroutine/generator decoration. [#178] Support distribute (thanks @graingert). [#163] Make compatibility between python2 and python3 recorded cassettes more robust (thanks @gward). 1.6.1 [#169] Support conditional requirements in old versions of pip, Fix RST parse errors generated by pandoc, [Tornado] Fix unsupported features exception not being raised, [#166] content-aware body matcher. 1.6.0 [#120] Tornado support (thanks @abhinav), [#147] packaging fixes (thanks @graingert), [#158] allow filtering post params in requests (thanks @MrJohz), [#140] add xmlrpclib support (thanks @Diaoul). 1.5.2 Fix crash when cassette path contains cassette library directory (thanks @gazpachoking). 1.5.0 Automatic cassette naming and ‘application/json’ post data filtering (thanks @marco-santamaria). 1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding 1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean. 1.4.0 Filter post data parameters (thanks @eadmundo), support for posting files through requests, inject_cassette kwarg to access cassette from use_cassette decorated function, with_current_defaults actually works (thanks @samstav). 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default port for https (thanks @abhinav). * Wed Feb 04 2015 [email protected] - Update to version 1.2.0: * Add custom_patches argument to VCR/Cassette objects to allow users to stub custom classes when cassettes become active. - Changes from version 2.1.4: * Add force reset around calls to actual connection from stubs, to ensure compatibility with the version of httplib/urlib2 in python 2.7.9. - Changes from version 1.1.3: * Fix python3 headers field * Fix boto test * Fix new_episodes record mode * Fix Windows connectionpool * Stub bug * Add support for requests 2.5 * Tue Nov 04 2014 [email protected] - version 1.1.2: initial build
/usr/lib/python3.11/site-packages/vcr /usr/lib/python3.11/site-packages/vcr/__init__.py /usr/lib/python3.11/site-packages/vcr/__pycache__ /usr/lib/python3.11/site-packages/vcr/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/_handle_coroutine.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/_handle_coroutine.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/cassette.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/cassette.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/config.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/config.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/filters.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/filters.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/matchers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/matchers.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/migration.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/migration.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/patch.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/patch.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/record_mode.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/record_mode.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/request.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/request.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/serialize.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/serialize.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/unittest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/unittest.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/__pycache__/util.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/_handle_coroutine.py /usr/lib/python3.11/site-packages/vcr/cassette.py /usr/lib/python3.11/site-packages/vcr/config.py /usr/lib/python3.11/site-packages/vcr/errors.py /usr/lib/python3.11/site-packages/vcr/filters.py /usr/lib/python3.11/site-packages/vcr/matchers.py /usr/lib/python3.11/site-packages/vcr/migration.py /usr/lib/python3.11/site-packages/vcr/patch.py /usr/lib/python3.11/site-packages/vcr/persisters /usr/lib/python3.11/site-packages/vcr/persisters/__init__.py /usr/lib/python3.11/site-packages/vcr/persisters/__pycache__ /usr/lib/python3.11/site-packages/vcr/persisters/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/persisters/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/persisters/__pycache__/filesystem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/persisters/__pycache__/filesystem.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/persisters/filesystem.py /usr/lib/python3.11/site-packages/vcr/record_mode.py /usr/lib/python3.11/site-packages/vcr/request.py /usr/lib/python3.11/site-packages/vcr/serialize.py /usr/lib/python3.11/site-packages/vcr/serializers /usr/lib/python3.11/site-packages/vcr/serializers/__init__.py /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__ /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/compat.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/jsonserializer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/jsonserializer.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/yamlserializer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/serializers/__pycache__/yamlserializer.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/serializers/compat.py /usr/lib/python3.11/site-packages/vcr/serializers/jsonserializer.py /usr/lib/python3.11/site-packages/vcr/serializers/yamlserializer.py /usr/lib/python3.11/site-packages/vcr/stubs /usr/lib/python3.11/site-packages/vcr/stubs/__init__.py /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__ /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/aiohttp_stubs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/aiohttp_stubs.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/boto3_stubs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/boto3_stubs.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/compat.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/httplib2_stubs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/httplib2_stubs.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/httpx_stubs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/httpx_stubs.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/requests_stubs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/requests_stubs.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/tornado_stubs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/tornado_stubs.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/urllib3_stubs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/vcr/stubs/__pycache__/urllib3_stubs.cpython-311.pyc /usr/lib/python3.11/site-packages/vcr/stubs/aiohttp_stubs.py /usr/lib/python3.11/site-packages/vcr/stubs/boto3_stubs.py /usr/lib/python3.11/site-packages/vcr/stubs/compat.py /usr/lib/python3.11/site-packages/vcr/stubs/httplib2_stubs.py /usr/lib/python3.11/site-packages/vcr/stubs/httpx_stubs.py /usr/lib/python3.11/site-packages/vcr/stubs/requests_stubs.py /usr/lib/python3.11/site-packages/vcr/stubs/tornado_stubs.py /usr/lib/python3.11/site-packages/vcr/stubs/urllib3_stubs.py /usr/lib/python3.11/site-packages/vcr/unittest.py /usr/lib/python3.11/site-packages/vcr/util.py /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info/LICENSE.txt /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info/METADATA /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info/RECORD /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/vcrpy-7.0.0.dist-info/top_level.txt /usr/share/doc/packages/python311-vcrpy /usr/share/doc/packages/python311-vcrpy/README.rst /usr/share/licenses/python311-vcrpy /usr/share/licenses/python311-vcrpy/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 22 00:10:27 2025