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

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Dec 26 14:09:26 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 e561605552ba2e57932eea5b9a9a8dd7ef6593f0
Merge: 4b6347b 56b9a3b
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Mon Dec 26 14:45:34 2016 +0200

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

 CONTRIBUTING.rst                                   |   1 +
 README.rst                                         |  10 ++
 debian/.git-dpm                                    |  14 +--
 docs/changes.rst                                   |  25 ++++
 docs/extras.rst                                    |   5 +
 docs/index.rst                                     |   1 +
 docs/settings.rst                                  |   2 +-
 docs/stateful.rst                                  |   2 +-
 docs/strategies.rst                                |  10 ++
 scripts/basic-test.sh                              |   5 +-
 setup.py                                           |   5 +-
 src/hypothesis/_settings.py                        |   2 +
 src/hypothesis/extra/django/models.py              |  31 ++++-
 src/hypothesis/internal/charmap.py                 |   1 +
 src/hypothesis/internal/conjecture/data.py         |  22 +++-
 src/hypothesis/internal/conjecture/engine.py       | 104 ++++++++++++----
 src/hypothesis/internal/conjecture/minimizer.py    |  55 +++++++--
 src/hypothesis/internal/debug.py                   |   1 +
 src/hypothesis/searchstrategy/flatmapped.py        |   8 ++
 src/hypothesis/searchstrategy/strategies.py        |  26 ++++
 src/hypothesis/stateful.py                         |   2 +
 src/hypothesis/strategies.py                       |  24 +++-
 src/hypothesis/tools/mergedbs.py                   |   1 +
 src/hypothesis/vendor/pretty.py                    |   3 +
 src/hypothesis/version.py                          |   2 +-
 tests/common/__init__.py                           |   1 +
 tests/common/utils.py                              |   1 +
 tests/cover/test_composite.py                      |  33 ++++++
 tests/cover/test_core.py                           |   1 +
 tests/cover/test_database_agreement.py             |   1 +
 tests/cover/test_flatmap.py                        |  10 ++
 tests/cover/test_pretty.py                         |   2 +
 tests/cover/test_runner_strategy.py                |   1 +
 tests/cover/test_stateful.py                       |   4 +
 .../django/toystore/test_email_strategies.py       |  17 ++-
 tests/nocover/test_compat.py                       |   3 +
 tests/nocover/test_descriptortests.py              |   2 +
 tests/nocover/test_pretty_repr.py                  |   4 -
 tests/nocover/test_statistical_distribution.py     | 132 ++++++++++++++++++++-
 tests/nocover/test_strategy_state.py               |   1 +
 tests/py3/test_asyncio.py                          |   1 +
 tox.ini                                            |   2 -
 42 files changed, 509 insertions(+), 69 deletions(-)

diff --cc debian/.git-dpm
index b27d2ff,0000000..ef31591
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
- 357abc579531c922c1e06b99369cc8f53f08a084
- 357abc579531c922c1e06b99369cc8f53f08a084
- 357abc579531c922c1e06b99369cc8f53f08a084
- 357abc579531c922c1e06b99369cc8f53f08a084
- python-hypothesis_3.6.0.orig.tar.gz
- 1465778cd9d02ddb8379ef5224f59b7259e71ee7
- 247002
++56b9a3bc36584695ed36682c464b94debb064d17
++56b9a3bc36584695ed36682c464b94debb064d17
++56b9a3bc36584695ed36682c464b94debb064d17
++56b9a3bc36584695ed36682c464b94debb064d17
++python-hypothesis_3.6.1.orig.tar.gz
++b2d685c5364aac8c68de014de1720a6d1837a945
++250341
 +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