[Python-modules-commits] [vcr.py] branch master updated (75353c5 -> ee2046c)

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


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  75353c5   deb/changelog: upload to unstable
       new  b82a629   New upstream release
       new  927a95c   Remove Daniel Stender and add myself as uploader (Closes: #816592)
       new  4dac0b8   Import vcr.py_1.10.0.orig.tar.gz
       new  1d99b84   record new upstream branch created by importing vcr.py_1.10.0.orig.tar.gz and merge it
       new  d7ff866   Sort Build-Depends
       new  e57c0e5   Add myself as copyright holder for debian directory
       new  750d7b6   Update changelog creation
       new  e3d94de   Clean egg-info
       new  ee2046c   Build sphinx documentation

The 9 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                                      |   3 +-
 .travis.yml                                     |  74 ++-
 MANIFEST.in                                     |   2 +
 README.rst                                      | 738 +-----------------------
 debian/.git-dpm                                 |  14 +-
 debian/changelog                                |   6 +
 debian/clean                                    |   1 +
 debian/control                                  |  55 +-
 debian/copyright                                |   1 +
 debian/rules                                    |  15 +-
 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 +-
 70 files changed, 3220 insertions(+), 1414 deletions(-)
 create mode 100644 debian/clean
 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