[Python-modules-commits] [betamax] 03/08: record new upstream branch created by importing betamax_0.7.0.orig.tar.gz and merge it

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sat May 28 21:06:22 UTC 2016


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

eriol-guest pushed a commit to branch master
in repository betamax.

commit c2b0c5d7b58ab0e19e389e7922d10b69c1ae0b20
Merge: c6b84c8 c06efe6
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sat May 28 12:47:44 2016 +0200

    record new upstream branch created by importing betamax_0.7.0.orig.tar.gz and merge it

 AUTHORS.rst                                        |   1 +
 HISTORY.rst                                        |  26 ++
 MANIFEST.in                                        |   4 +-
 PKG-INFO                                           |  47 ++-
 betamax/__init__.py                                |   9 +-
 betamax/adapter.py                                 |  92 +++-
 betamax/cassette/__init__.py                       |   5 +-
 betamax/cassette/cassette.py                       | 125 ++++--
 betamax/cassette/interaction.py                    |  56 ++-
 betamax/configure.py                               |  48 ++-
 betamax/exceptions.py                              |   4 +
 betamax/fixtures/pytest.py                         |  36 +-
 betamax/{cassette => }/headers.py                  |   0
 betamax/matchers/__init__.py                       |   5 +-
 betamax/matchers/body.py                           |   2 +-
 betamax/matchers/digest_auth.py                    |   2 +-
 betamax/matchers/headers.py                        |   2 +-
 betamax/matchers/query.py                          |  26 +-
 betamax/{cassette => }/mock_response.py            |   2 +-
 betamax/options.py                                 |   9 +-
 betamax/serializers/__init__.py                    |   5 +-
 betamax/serializers/proxy.py                       |   7 +
 betamax/{cassette => }/util.py                     |   8 +-
 debian/.git-dpm                                    |  14 +-
 docs/Makefile                                      | 130 ++++++
 docs/api.rst                                       | 197 +++++++++
 docs/cassettes.rst                                 | 151 +++++++
 docs/conf.py                                       | 249 +++++++++++
 docs/configuring.rst                               | 348 ++++++++++++++++
 docs/implementation_details.rst                    |  36 ++
 docs/index.rst                                     |  33 ++
 docs/integrations.rst                              | 137 ++++++
 docs/introduction.rst                              | 130 ++++++
 docs/long_term_usage.rst                           | 148 +++++++
 docs/matchers.rst                                  | 117 ++++++
 docs/record_modes.rst                              | 129 ++++++
 docs/serializers.rst                               |  49 +++
 docs/third_party_packages.rst                      | 167 ++++++++
 docs/usage_patterns.rst                            | 120 ++++++
 setup.cfg                                          |   4 +-
 setup.py                                           |   8 +-
 tests/__init__.py                                  |   0
 tests/cassettes/GitHub_create_issue.json           |   1 +
 tests/cassettes/GitHub_emojis.json                 |   1 +
 .../global_preserve_exact_body_bytes.json          |   1 +
 tests/cassettes/handles_digest_auth.json           |   1 +
 tests/cassettes/once_record_mode.json              |   1 +
 tests/cassettes/preserve_exact_bytes.json          |   1 +
 tests/cassettes/replay_interactions.json           |   1 +
 tests/cassettes/replay_multiple_times.json         |   1 +
 .../test-multiple-cookies-regression.json          |   1 +
 tests/cassettes/test.json                          |   1 +
 .../test_replays_response_on_right_order.json      |  63 +++
 ...res.TestPyTestFixtures.test_pytest_fixture.json |   1 +
 tests/conftest.py                                  |   8 +
 tests/integration/test_allow_playback_repeats.py   |  27 ++
 tests/integration/test_backwards_compat.py         |   2 +-
 tests/integration/test_hooks.py                    |  62 +++
 tests/integration/test_placeholders.py             |  12 +-
 .../integration/test_preserve_exact_body_bytes.py  |   4 +-
 tests/integration/test_record_modes.py             |  30 +-
 .../test_can_replay_interactions_multiple_times.py |  19 +
 .../test_cassettes_retain_global_configuration.py  |  26 ++
 tests/regression/test_gzip_compression.py          |  35 ++
 .../test_once_prevents_new_interactions.py         |  18 +
 tests/regression/test_works_with_digest_auth.py    |  23 +
 tests/unit/test_adapter.py                         |  37 ++
 tests/unit/test_betamax.py                         |  57 +++
 tests/unit/test_cassette.py                        | 462 +++++++++++++++++++++
 tests/unit/test_configure.py                       |  60 +++
 tests/unit/test_decorator.py                       |  39 ++
 tests/unit/test_fixtures.py                        |  94 +++++
 tests/unit/test_matchers.py                        | 171 ++++++++
 tests/unit/test_options.py                         |  51 +++
 tests/unit/test_recorder.py                        |  76 ++++
 tests/unit/test_replays.py                         |  21 +
 tests/unit/test_serializers.py                     |  42 ++
 77 files changed, 3978 insertions(+), 160 deletions(-)

diff --cc debian/.git-dpm
index 411c033,0000000..92dc1a5
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
- 17740df0d5f5a8d4a0b3d3037f3ae48e746cf12d
- 17740df0d5f5a8d4a0b3d3037f3ae48e746cf12d
- 17740df0d5f5a8d4a0b3d3037f3ae48e746cf12d
- 17740df0d5f5a8d4a0b3d3037f3ae48e746cf12d
- betamax_0.5.1.orig.tar.gz
- f1fab32412e5cc5b7c1a01bdeefe221a0788bd6e
- 25586
++c06efe6e5043cfd4b46c4dcb69572f0dfd0ac3b7
++c06efe6e5043cfd4b46c4dcb69572f0dfd0ac3b7
++c06efe6e5043cfd4b46c4dcb69572f0dfd0ac3b7
++c06efe6e5043cfd4b46c4dcb69572f0dfd0ac3b7
++betamax_0.7.0.orig.tar.gz
++ed67f608c6a87165edad65e0e01ea8ea9d7b7a50
++75780
 +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/betamax.git



More information about the Python-modules-commits mailing list