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

python3-vcrpy-1.11.0-6.mga8 RPM for noarch

From Mageia 8 for i586 / media / core / release

Name: python3-vcrpy Distribution: Mageia
Version: 1.11.0 Vendor: Mageia.Org
Release: 6.mga8 Build date: Sun Feb 16 09:53:59 2020
Group: Development/Python Build host: localhost
Size: 200687 Source RPM: python-vcrpy-1.11.0-6.mga8.src.rpm
Packager: umeabot <umeabot>
Url: https://pypi.io/project/vcrpy
Summary: Automatically mock your HTTP interactions to simplify and speed up testing
Simplify and speed up testing HTTP by recording all HTTP interactions and
saving them to "cassette" files, which are yaml files containing the contents
of your requests and responses.  Then when you run your tests again, they all
just hit the text files instead of the internet.  This speeds up your tests and
lets you work offline.

If the server you are testing against ever changes its API, all you need to do
is delete your existing cassette files, and run your tests again.  All of the
mocked responses will be updated with the new API.

Provides

Requires

License

MIT

Changelog

* Sun Feb 16 2020 umeabot <umeabot> 1.11.0-6.mga8
  + Revision: 1532567
  - Mageia 8 Mass Rebuild
* Mon Sep 16 2019 tv <tv> 1.11.0-5.mga8
  + Revision: 1442514
  - rebuild for python-3.8
  - drop python2 subpkg
* Tue Jan 08 2019 ngompa <ngompa> 1.11.0-4.mga7
  + Revision: 1352716
  - Rebuild for Python 3.7
* Fri Sep 21 2018 umeabot <umeabot> 1.11.0-3.mga7
  + Revision: 1290454
  - Mageia 7 Mass Rebuild

Files

/usr/lib/python3.8/site-packages/vcr
/usr/lib/python3.8/site-packages/vcr/__init__.py
/usr/lib/python3.8/site-packages/vcr/__pycache__
/usr/lib/python3.8/site-packages/vcr/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/cassette.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/cassette.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/compat.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/compat.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/config.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/config.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/errors.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/errors.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/filters.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/filters.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/matchers.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/matchers.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/migration.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/migration.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/patch.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/patch.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/request.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/request.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/serialize.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/serialize.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/util.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/__pycache__/util.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/cassette.py
/usr/lib/python3.8/site-packages/vcr/compat.py
/usr/lib/python3.8/site-packages/vcr/config.py
/usr/lib/python3.8/site-packages/vcr/errors.py
/usr/lib/python3.8/site-packages/vcr/filters.py
/usr/lib/python3.8/site-packages/vcr/matchers.py
/usr/lib/python3.8/site-packages/vcr/migration.py
/usr/lib/python3.8/site-packages/vcr/patch.py
/usr/lib/python3.8/site-packages/vcr/persisters
/usr/lib/python3.8/site-packages/vcr/persisters/__init__.py
/usr/lib/python3.8/site-packages/vcr/persisters/__pycache__
/usr/lib/python3.8/site-packages/vcr/persisters/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/persisters/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/persisters/__pycache__/filesystem.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/persisters/__pycache__/filesystem.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/persisters/filesystem.py
/usr/lib/python3.8/site-packages/vcr/request.py
/usr/lib/python3.8/site-packages/vcr/serialize.py
/usr/lib/python3.8/site-packages/vcr/serializers
/usr/lib/python3.8/site-packages/vcr/serializers/__init__.py
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/compat.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/compat.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/jsonserializer.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/jsonserializer.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/yamlserializer.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/__pycache__/yamlserializer.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/serializers/compat.py
/usr/lib/python3.8/site-packages/vcr/serializers/jsonserializer.py
/usr/lib/python3.8/site-packages/vcr/serializers/yamlserializer.py
/usr/lib/python3.8/site-packages/vcr/stubs
/usr/lib/python3.8/site-packages/vcr/stubs/__init__.py
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/boto3_stubs.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/boto3_stubs.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/boto_stubs.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/boto_stubs.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/compat.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/compat.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/httplib2_stubs.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/httplib2_stubs.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/requests_stubs.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/requests_stubs.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/tornado_stubs.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/tornado_stubs.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/urllib3_stubs.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/__pycache__/urllib3_stubs.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/aiohttp_stubs
/usr/lib/python3.8/site-packages/vcr/stubs/aiohttp_stubs/__init__.py
/usr/lib/python3.8/site-packages/vcr/stubs/aiohttp_stubs/__pycache__
/usr/lib/python3.8/site-packages/vcr/stubs/aiohttp_stubs/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/aiohttp_stubs/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/vcr/stubs/boto3_stubs.py
/usr/lib/python3.8/site-packages/vcr/stubs/boto_stubs.py
/usr/lib/python3.8/site-packages/vcr/stubs/compat.py
/usr/lib/python3.8/site-packages/vcr/stubs/httplib2_stubs.py
/usr/lib/python3.8/site-packages/vcr/stubs/requests_stubs.py
/usr/lib/python3.8/site-packages/vcr/stubs/tornado_stubs.py
/usr/lib/python3.8/site-packages/vcr/stubs/urllib3_stubs.py
/usr/lib/python3.8/site-packages/vcr/util.py
/usr/lib/python3.8/site-packages/vcrpy-1.11.0-py3.8.egg-info
/usr/lib/python3.8/site-packages/vcrpy-1.11.0-py3.8.egg-info/PKG-INFO
/usr/lib/python3.8/site-packages/vcrpy-1.11.0-py3.8.egg-info/SOURCES.txt
/usr/lib/python3.8/site-packages/vcrpy-1.11.0-py3.8.egg-info/dependency_links.txt
/usr/lib/python3.8/site-packages/vcrpy-1.11.0-py3.8.egg-info/requires.txt
/usr/lib/python3.8/site-packages/vcrpy-1.11.0-py3.8.egg-info/top_level.txt
/usr/share/doc/python3-vcrpy
/usr/share/doc/python3-vcrpy/README.rst
/usr/share/licenses/python3-vcrpy
/usr/share/licenses/python3-vcrpy/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:22:09 2024