[Python-modules-commits] [vcr.py] 04/09: record new upstream branch created by importing vcr.py_1.10.0.orig.tar.gz and merge it
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 commit to branch master
in repository vcr.py.
commit 1d99b84c6cd896f6273a17de16b35c8a610c1bd4
Merge: 927a95c 4dac0b8
Author: Daniele Tricoli <eriol at mornie.org>
Date: Sun Aug 21 18:27:53 2016 +0200
record new upstream branch created by importing vcr.py_1.10.0.orig.tar.gz and merge it
.gitignore | 3 +-
.travis.yml | 74 ++-
MANIFEST.in | 2 +
README.rst | 738 +-----------------------
debian/.git-dpm | 14 +-
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 +-
65 files changed, 3159 insertions(+), 1397 deletions(-)
diff --cc debian/.git-dpm
index d31065b,0000000..0e71d62
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- ed4328cff1c291912cc0927bc5e7db99dbfd8b3d
- ed4328cff1c291912cc0927bc5e7db99dbfd8b3d
- ed4328cff1c291912cc0927bc5e7db99dbfd8b3d
- ed4328cff1c291912cc0927bc5e7db99dbfd8b3d
- vcr.py_1.7.3.orig.tar.gz
- 72b8fb921d16d4d345e05933aeb5facfd02d8d46
- 307857
++4dac0b8a3dd26a14acb4f8a1b4c846e4bc93535f
++4dac0b8a3dd26a14acb4f8a1b4c846e4bc93535f
++4dac0b8a3dd26a14acb4f8a1b4c846e4bc93535f
++4dac0b8a3dd26a14acb4f8a1b4c846e4bc93535f
++vcr.py_1.10.0.orig.tar.gz
++fdb5dc711f5dec04f20614b7286ecad45baee16f
++323346
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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