[Python-modules-commits] [vcr.py] branch upstream updated (ed4328c -> 4dac0b8)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Aug 21 18:29:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a change to branch upstream
in repository vcr.py.

      from  ed4328c   Imported Upstream version 1.7.3
      adds  4dac0b8   Import vcr.py_1.10.0.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 .gitignore                                      |   3 +-
 .travis.yml                                     |  74 ++-
 MANIFEST.in                                     |   2 +
 README.rst                                      | 738 +-----------------------
 docs/Makefile                                   | 192 ++++++
 docs/advanced.rst                               | 345 +++++++++++
 docs/api.rst                                    |  51 ++
 docs/changelog.rst                              | 153 +++++
 docs/conf.py                                    | 291 ++++++++++
 docs/configuration.rst                          |  60 ++
 docs/contributing.rst                           |  25 +
 docs/debugging.rst                              |  31 +
 docs/index.rst                                  |  24 +
 docs/installation.rst                           |  84 +++
 docs/usage.rst                                  |  97 ++++
 runtests.sh                                     |   3 +
 setup.py                                        |   5 +-
 tests/integration/aiohttp_utils.py              |   7 +
 tests/integration/test_aiohttp.py               |  87 +++
 tests/integration/test_basic.py                 |  43 +-
 tests/integration/test_boto.py                  |  41 +-
 tests/integration/test_boto3.py                 |  67 +++
 tests/integration/test_config.py                |  18 +-
 tests/integration/test_disksaver.py             |  14 +-
 tests/integration/test_filter.py                |  65 ++-
 tests/integration/test_httplib2.py              | 119 ++--
 tests/integration/test_ignore.py                | 122 ++--
 tests/integration/test_matchers.py              |  44 +-
 tests/integration/test_multiple.py              |  12 +-
 tests/integration/test_record_mode.py           |  63 +-
 tests/integration/test_register_matcher.py      |  20 +-
 tests/integration/test_register_serializer.py   |   2 +-
 tests/integration/test_request.py               |  15 +-
 tests/integration/test_requests.py              | 107 ++--
 tests/integration/test_stubs.py                 |  71 ++-
 tests/integration/test_tornado.py               |  66 ++-
 tests/integration/test_urllib2.py               | 133 +++--
 tests/integration/test_urllib3.py               |  56 +-
 tests/integration/test_wild.py                  |  25 +-
 tests/unit/test_cassettes.py                    |  30 +-
 tests/unit/test_filters.py                      | 244 ++++++--
 tests/unit/test_request.py                      |  42 +-
 tests/unit/test_serialize.py                    |  50 +-
 tests/unit/test_stubs.py                        |   9 +
 tests/unit/test_vcr.py                          | 130 ++++-
 tox.ini                                         |  36 +-
 vcr/cassette.py                                 |   6 +-
 vcr/config.py                                   |  43 +-
 vcr/filters.py                                  | 174 +++++-
 vcr/matchers.py                                 |   6 +-
 vcr/migration.py                                |   2 +-
 vcr/patch.py                                    |  85 ++-
 vcr/request.py                                  |  76 ++-
 vcr/serialize.py                                |   2 +-
 vcr/serializers/compat.py                       |  48 +-
 vcr/serializers/jsonserializer.py               |  15 +-
 vcr/stubs/__init__.py                           |  34 +-
 vcr/stubs/aiohttp_stubs.py                      |  76 +++
 vcr/stubs/{requests_stubs.py => boto3_stubs.py} |   8 +-
 vcr/stubs/httplib2_stubs.py                     |   1 +
 vcr/stubs/requests_stubs.py                     |   8 +-
 vcr/stubs/tornado_stubs.py                      |   4 +-
 vcr/stubs/urllib3_stubs.py                      |   2 +
 vcr/util.py                                     |  36 +-
 64 files changed, 3152 insertions(+), 1390 deletions(-)
 create mode 100644 docs/Makefile
 create mode 100644 docs/advanced.rst
 create mode 100644 docs/api.rst
 create mode 100644 docs/changelog.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/configuration.rst
 create mode 100644 docs/contributing.rst
 create mode 100644 docs/debugging.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/installation.rst
 create mode 100644 docs/usage.rst
 create mode 100755 runtests.sh
 create mode 100644 tests/integration/aiohttp_utils.py
 create mode 100644 tests/integration/test_aiohttp.py
 create mode 100644 tests/integration/test_boto3.py
 create mode 100644 tests/unit/test_stubs.py
 create mode 100644 vcr/stubs/aiohttp_stubs.py
 copy vcr/stubs/{requests_stubs.py => boto3_stubs.py} (62%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/vcr.py.git



More information about the Python-modules-commits mailing list