Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-vcrpy-6.0.1-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-vcrpy Distribution: openSUSE Tumbleweed
Version: 6.0.1 Vendor: openSUSE
Release: 1.2 Build date: Tue Feb 6 10:30:05 2024
Group: Unspecified Build host: reproducible
Size: 334082 Source RPM: python-vcrpy-6.0.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
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.

Provides

Requires

License

MIT

Changelog

* Tue Feb 06 2024 Markéta Machová <mmachova@suse.com>
  - 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 pgajdos@suse.com
  - 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 Andreas Schneider <asn@cryptomilk.org>
  - Use sle15_python_module_pythons
* Tue May 23 2023 Ben Greiner <code@bnavigator.de>
  - Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688
* Tue Oct 11 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - 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 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - 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 Steve Kowalik <steven.kowalik@suse.com>
  - 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 Tomáš Chvátal <tchvatal@suse.com>
  - 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 Marketa Calabkova <mcalabkova@suse.com>
  - 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 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 4.0.2
    * Remove Python2 support
    * Add Python 3.8 TravisCI support
    * Correct mock imports

Files

/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-6.0.1.dist-info
/usr/lib/python3.11/site-packages/vcrpy-6.0.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/vcrpy-6.0.1.dist-info/LICENSE.txt
/usr/lib/python3.11/site-packages/vcrpy-6.0.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/vcrpy-6.0.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/vcrpy-6.0.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/vcrpy-6.0.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/vcrpy-6.0.1.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, Wed May 1 23:23:10 2024