[Python-modules-commits] [python-hypothesis] 02/04: record new upstream branch created by importing python-hypothesis_3.1.0.orig.tar.gz and merge it

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Mar 7 04:02:20 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 7a44871ff17fa48eb7346ff23e2eb15a9847f8c7
Merge: 25c7b8c 61c11c2
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sun Mar 6 23:40:19 2016 +0200

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

 .travis.yml                                        |   3 +
 CONTRIBUTING.rst                                   |   1 +
 LICENSE.txt                                        |   4 +
 Makefile                                           |  12 +-
 README.rst                                         |  15 +-
 debian/.git-dpm                                    |  14 +-
 docs/changes.rst                                   |  41 +
 docs/django.rst                                    |  20 +
 scripts/install.sh                                 |   3 +
 src/hypothesis/__init__.py                         |   4 +-
 src/hypothesis/_settings.py                        |  55 +-
 src/hypothesis/core.py                             |  72 +-
 src/hypothesis/extra/django/models.py              |  11 +-
 src/hypothesis/extra/pytestplugin.py               |   9 +-
 src/hypothesis/internal/compat.py                  |  38 +-
 src/hypothesis/internal/conjecture/engine.py       | 141 ++--
 src/hypothesis/internal/conjecture/minimizer.py    |   8 -
 src/hypothesis/internal/reflection.py              |   9 +-
 src/hypothesis/reporting.py                        |   7 +-
 src/hypothesis/searchstrategy/collections.py       |   5 +-
 src/hypothesis/searchstrategy/deferred.py          |   4 +
 src/hypothesis/searchstrategy/flatmapped.py        |   3 +-
 src/hypothesis/searchstrategy/strategies.py        |  10 +-
 src/hypothesis/searchstrategy/wrappers.py          |   4 +
 src/hypothesis/stateful.py                         |  74 +-
 src/hypothesis/strategies.py                       | 107 ++-
 src/hypothesis/{version.py => vendor/__init__.py}  |   5 -
 src/hypothesis/vendor/pretty.py                    | 864 +++++++++++++++++++++
 src/hypothesis/version.py                          |   2 +-
 tests/common/utils.py                              |   5 +-
 tests/cover/test_conjecture_engine.py              |  17 +-
 tests/cover/test_database_usage.py                 |   2 +-
 tests/cover/test_deferred_errors.py                |   4 +-
 tests/cover/test_direct_strategies.py              |   1 -
 tests/cover/test_explicit_examples.py              |   6 +-
 tests/cover/test_health_checks.py                  |  25 +-
 tests/cover/test_nothing.py                        |  75 ++
 .../version.py => tests/cover/test_phases.py       |  24 +-
 tests/cover/test_pretty.py                         | 752 ++++++++++++++++++
 tests/cover/test_runner_strategy.py                |  71 ++
 tests/cover/test_searchstrategy.py                 |  10 +-
 tests/cover/test_simple_collections.py             |   8 +
 tests/cover/test_stateful.py                       |  46 +-
 tests/cover/test_testdecorators.py                 |  12 +-
 tests/datetime/test_datetime.py                    |   2 +
 tests/django/toystore/models.py                    |  16 +
 tests/django/toystore/test_given_models.py         |  24 +-
 tests/nocover/test_example_quality.py              |   8 +-
 tests/nocover/test_recursive.py                    |   2 +-
 tests/nocover/test_statistical_distribution.py     |   2 +-
 tests/py3/test_asyncio.py                          |  63 ++
 tox.ini                                            |   8 +
 52 files changed, 2542 insertions(+), 186 deletions(-)

diff --cc debian/.git-dpm
index 2b3946b,0000000..afe0d1c
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
- 0a3b85eee61321c771e053e1353cc5007a59f0de
- 0a3b85eee61321c771e053e1353cc5007a59f0de
- 0a3b85eee61321c771e053e1353cc5007a59f0de
- 0a3b85eee61321c771e053e1353cc5007a59f0de
- python-hypothesis_3.0.3.orig.tar.gz
- b7b48d3cfae15654437e31290f19d739d59afc29
- 218903
++61c11c29171cd875c52eb4cfa48359546eb8c32f
++61c11c29171cd875c52eb4cfa48359546eb8c32f
++61c11c29171cd875c52eb4cfa48359546eb8c32f
++61c11c29171cd875c52eb4cfa48359546eb8c32f
++python-hypothesis_3.1.0.orig.tar.gz
++d1528018c92fc5a00ecc3d654485f73f385b2bcb
++235953
 +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