[Python-modules-commits] [python-hypothesis] 11/12: record new upstream branch created by importing python-hypothesis_2.0.0.orig.tar.gz and merge it

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Jan 23 02:52:25 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-hypothesis.

commit 34e8b02910f01103e59bab33d40ad0910a5deb05
Merge: 368180d eb7b1f8
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sat Jan 23 04:34:38 2016 +0200

    record new upstream branch created by importing python-hypothesis_2.0.0.orig.tar.gz and merge it

 .coveragerc                                        |   2 +-
 .travis.yml                                        |   7 +-
 Makefile                                           |  15 +-
 README.rst                                         |  11 +-
 debian/.git-dpm                                    |  14 +-
 docs/changes.rst                                   |  99 ++++
 docs/data.rst                                      |  17 -
 docs/details.rst                                   |  51 +-
 docs/settings.rst                                  |  24 +-
 examples/__init__.py                               |  15 -
 examples/bintree.py                                | 619 ---------------------
 scripts/retry.sh                                   |  13 +
 tests/conftest.py => scripts/unicodechecker.py     |  46 +-
 src/hypothesis/__init__.py                         |  10 +-
 src/hypothesis/{settings.py => _settings.py}       | 298 +++++-----
 src/hypothesis/configuration.py                    |  52 ++
 src/hypothesis/control.py                          |   4 +-
 src/hypothesis/core.py                             | 424 +++++++-------
 src/hypothesis/errors.py                           |  17 +-
 src/hypothesis/executors/executors.py              |  10 +-
 src/hypothesis/extra/datetime.py                   |  23 -
 src/hypothesis/extra/django/fixtures.py            |   2 +-
 src/hypothesis/extra/pytestplugin.py               |   4 +-
 src/hypothesis/internal/charstree.py               |   2 +-
 src/hypothesis/internal/compat.py                  |  47 +-
 src/hypothesis/internal/debug.py                   |  12 +-
 src/hypothesis/{utils => internal}/extmethod.py    |   0
 src/hypothesis/internal/reflection.py              | 166 +++---
 src/hypothesis/internal/strategymethod.py          | 214 -------
 src/hypothesis/internal/tracker.py                 |   6 +-
 src/hypothesis/internal/typechecking.py            |  69 ---
 src/hypothesis/reporting.py                        |  10 +-
 src/hypothesis/searchstrategy/__init__.py          |   5 -
 src/hypothesis/searchstrategy/basic.py             | 311 -----------
 src/hypothesis/searchstrategy/collections.py       |  51 +-
 src/hypothesis/searchstrategy/deferred.py          |  25 +-
 src/hypothesis/searchstrategy/flatmapped.py        |   7 +-
 src/hypothesis/searchstrategy/misc.py              |   2 +-
 src/hypothesis/searchstrategy/narytree.py          | 166 ------
 src/hypothesis/searchstrategy/numbers.py           |  79 +--
 src/hypothesis/searchstrategy/recursive.py         |  16 +-
 src/hypothesis/searchstrategy/reprwrapper.py       |   3 +
 src/hypothesis/searchstrategy/strategies.py        |  71 +--
 src/hypothesis/searchstrategy/streams.py           |   5 +-
 src/hypothesis/searchstrategy/strings.py           |   8 +-
 src/hypothesis/specifiers.py                       |  90 ---
 src/hypothesis/stateful.py                         |  16 +-
 src/hypothesis/strategies.py                       | 266 +++++----
 src/hypothesis/strategytests.py                    |  94 ++--
 src/hypothesis/types.py                            |   3 +-
 src/hypothesis/utils/dynamicvariables.py           |   4 +-
 src/hypothesis/utils/idkey.py                      |  53 --
 src/hypothesis/utils/show.py                       | 190 -------
 src/hypothesis/version.py                          |   4 +-
 tests/common/__init__.py                           |  32 +-
 tests/common/basic.py                              |  48 --
 tests/conftest.py                                  |  23 +-
 tests/cover/test_bad_repr.py                       |  55 +-
 tests/cover/test_basic_strategy.py                 | 217 --------
 tests/cover/test_caching.py                        |  55 ++
 tests/cover/test_choices.py                        |   4 +-
 tests/cover/test_collective_minimization.py        |   9 +-
 tests/cover/test_converter.py                      |   3 -
 tests/cover/test_core.py                           |  19 +-
 tests/cover/test_database.py                       |  26 +-
 tests/cover/test_database_backend.py               |  10 +-
 tests/cover/test_deprecated_api.py                 | 299 ----------
 tests/cover/test_deprecation.py                    | 101 ----
 tests/cover/test_direct_strategies.py              |  33 +-
 tests/cover/test_draw_example.py                   |   5 +-
 tests/cover/test_eval_as_source.py                 |   6 +-
 tests/cover/test_exhaustion.py                     |   5 +-
 tests/cover/test_explicit_examples.py              |   5 +-
 tests/cover/test_extmethod.py                      |   2 +-
 tests/cover/test_filestorage.py                    |   2 +-
 tests/cover/test_find.py                           |  11 +-
 tests/cover/test_flakiness.py                      | 146 +++++
 tests/cover/test_flatmap.py                        |  39 +-
 tests/cover/test_float_nastiness.py                |  13 +-
 tests/cover/test_given_error_conditions.py         |   8 +-
 tests/cover/test_health_checks.py                  |  51 +-
 tests/cover/test_idkey.py                          |  42 --
 tests/cover/test_imports.py                        |   2 +-
 tests/cover/test_manual_given_invocation.py        |  80 ---
 tests/cover/test_minimal.py                        |   5 +-
 tests/cover/test_morpher.py                        |  11 +-
 tests/cover/test_nary_tree.py                      |  77 ---
 tests/cover/test_nice_string.py                    | 200 -------
 tests/cover/test_randomization.py                  |  19 +-
 tests/cover/test_recursive.py                      |  18 +-
 tests/cover/test_reflection.py                     | 244 ++++----
 tests/cover/test_reporting.py                      |  19 +-
 tests/cover/test_sampled_from.py                   |   5 +-
 tests/cover/test_searchstrategy.py                 |   3 +-
 tests/cover/test_sets.py                           |   7 +-
 tests/cover/test_settings.py                       | 116 ++--
 tests/cover/test_setup_teardown.py                 |  12 +-
 ...est_descriptors.py => test_shrinking_limits.py} |  20 +-
 tests/cover/test_simple_collections.py             |   7 +-
 tests/cover/test_simple_strings.py                 |   5 +-
 tests/cover/test_stateful.py                       |  23 +-
 tests/cover/test_streams.py                        |   3 +-
 tests/cover/test_testdecorators.py                 | 180 ++----
 tests/cover/test_timeout.py                        |   5 +-
 tests/cover/test_validation.py                     |  51 +-
 tests/cover/test_verbosity.py                      |  31 +-
 tests/cover/test_via_the_database.py               |  21 +-
 tests/cover/test_weird_settings.py                 |   5 +-
 tests/datetime/test_datetime.py                    |  24 +-
 tests/datetime/test_times.py                       |   4 +-
 tests/fakefactory/test_fake_factory.py             |   6 -
 tests/nocover/test_debug.py                        |   5 +-
 tests/nocover/test_descriptortests.py              | 359 ++++++------
 tests/nocover/test_example_quality.py              |  10 +-
 tests/nocover/test_floating.py                     |  55 +-
 tests/nocover/test_git_merge.py                    |   3 +
 tests/nocover/test_pretty_repr.py                  |   7 +-
 tests/nocover/test_strategy_state.py               |  31 +-
 tests/numpy/test_gen_data.py                       |   4 +-
 tests/pytest/test_capture.py                       |  10 +-
 tests/pytest/test_profiles.py                      |   8 +-
 tox.ini                                            |  11 +
 122 files changed, 2081 insertions(+), 4666 deletions(-)

diff --cc debian/.git-dpm
index 42c7e3a,0000000..93ddda3
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
- 9cb4900fe95190c3a6cb4a87a6ee68cb8d53fa65
- 9cb4900fe95190c3a6cb4a87a6ee68cb8d53fa65
- 9cb4900fe95190c3a6cb4a87a6ee68cb8d53fa65
- 9cb4900fe95190c3a6cb4a87a6ee68cb8d53fa65
- python-hypothesis_1.18.0.orig.tar.gz
- 8ccd260a38a56e5d3b9705604643cc3a6db08387
- 261660
++eb7b1f82e4146b3477e35b9791b21bcfdffa2067
++eb7b1f82e4146b3477e35b9791b21bcfdffa2067
++eb7b1f82e4146b3477e35b9791b21bcfdffa2067
++eb7b1f82e4146b3477e35b9791b21bcfdffa2067
++python-hypothesis_2.0.0.orig.tar.gz
++bab42a31188290e8890d898357dace720643002b
++242005
 +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/python-hypothesis.git



More information about the Python-modules-commits mailing list