[Python-modules-commits] [vcr.py] branch master updated (2058d7c -> e24bc5e)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Mon Sep 11 00:54:26 UTC 2017


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

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

      from  2058d7c   Upload to unstable
       new  82ec5e5   New upstream release
       new  e7b6107   record new upstream branch created by importing vcr.py_1.11.1.orig.tar.gz
       new  141da83   Import vcr.py_1.11.1.orig.tar.gz
       new  73f9951   Remove privacy breach URLs
       new  e24bc5e   merge patched into master

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  1 +
 .travis.yml                                        | 25 +++++---
 debian/.git-dpm                                    | 14 ++---
 debian/changelog                                   |  6 ++
 debian/patches/remove-privacy-breach-urls.patch    |  2 +-
 docs/advanced.rst                                  | 27 ++++++++-
 docs/changelog.rst                                 | 13 ++++
 runtests.sh                                        |  2 +-
 setup.py                                           |  9 ++-
 tests/integration/aiohttp_utils.py                 | 12 +++-
 tests/integration/async_def.py                     | 13 ++++
 tests/integration/test_aiohttp.py                  | 70 +++++++++++++++++-----
 tests/integration/test_http                        | 22 +++++++
 tests/integration/test_register_persister.py       | 40 +++++++++++++
 tests/integration/test_requests.py                 | 33 +++++++++-
 tests/unit/test_cassettes.py                       |  3 +-
 tests/unit/test_persist.py                         |  6 +-
 tests/unit/test_serialize.py                       |  8 ++-
 tests/unit/test_stubs.py                           |  9 +++
 tests/unit/test_vcr.py                             |  6 +-
 tox.ini                                            | 19 +++---
 vcr/_handle_coroutine.py                           |  7 +++
 vcr/cassette.py                                    | 61 +++++++++++--------
 vcr/config.py                                      |  6 ++
 vcr/matchers.py                                    |  3 +-
 vcr/migration.py                                   |  1 +
 vcr/patch.py                                       | 33 +++++-----
 vcr/persist.py                                     | 14 -----
 vcr/persisters/filesystem.py                       | 17 +++++-
 vcr/serializers/compat.py                          |  2 +-
 vcr/stubs/__init__.py                              | 23 ++++++-
 .../__init__.py}                                   | 13 ++--
 vcr/stubs/requests_stubs.py                        |  4 +-
 33 files changed, 400 insertions(+), 124 deletions(-)
 create mode 100644 tests/integration/async_def.py
 create mode 100644 tests/integration/test_http
 create mode 100644 tests/integration/test_register_persister.py
 create mode 100644 vcr/_handle_coroutine.py
 delete mode 100644 vcr/persist.py
 rename vcr/stubs/{aiohttp_stubs.py => aiohttp_stubs/__init__.py} (84%)

-- 
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