[Python-modules-commits] [python-hypothesis] 02/04: record new upstream branch created by importing python-hypothesis_1.16.0.orig.tar.gz and merge it
Tristan Seligmann
mithrandi at moszumanska.debian.org
Fri Dec 11 16:17:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-hypothesis.
commit 2ae20fe3befe15d38d4b8ecd7cc3054d1ab63e5a
Merge: 7008d56 1b81c3b
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Fri Dec 11 16:54:15 2015 +0200
record new upstream branch created by importing python-hypothesis_1.16.0.orig.tar.gz and merge it
PKG-INFO | 20 +-
README.rst | 16 +-
debian/.git-dpm | 14 +-
setup.cfg | 2 +-
setup.py | 23 +-
src/hypothesis.egg-info/PKG-INFO | 20 +-
src/hypothesis.egg-info/SOURCES.txt | 9 +-
src/hypothesis.egg-info/entry_points.txt | 3 +
src/hypothesis.egg-info/requires.txt | 14 +-
src/hypothesis/__init__.py | 20 +-
src/hypothesis/control.py | 63 +++-
src/hypothesis/core.py | 102 +++---
src/hypothesis/database/__init__.py | 10 +-
src/hypothesis/database/backend.py | 32 +-
src/hypothesis/database/formats.py | 10 +-
src/hypothesis/deprecation.py | 37 --
src/hypothesis/errors.py | 18 +-
src/hypothesis/executors/__init__.py | 10 +-
src/hypothesis/executors/executors.py | 10 +-
src/hypothesis/extra/__init__.py | 54 +--
src/hypothesis/extra/datetime.py | 240 ++++++------
src/hypothesis/extra/django/__init__.py | 10 +-
src/hypothesis/extra/django/fixtures.py | 23 +-
src/hypothesis/extra/django/models.py | 13 +-
src/hypothesis/extra/fakefactory.py | 13 +-
src/hypothesis/extra/numpy.py | 11 +-
src/hypothesis/extra/pytestplugin.py | 77 ++++
src/hypothesis/internal/__init__.py | 10 +-
src/hypothesis/internal/charstree.py | 310 ++++++++++++++++
src/hypothesis/internal/chooser.py | 10 +-
src/hypothesis/internal/classmap.py | 16 +-
src/hypothesis/internal/compat.py | 143 +++++++-
src/hypothesis/{version.py => internal/compat3.py} | 21 +-
src/hypothesis/internal/debug.py | 39 +-
src/hypothesis/internal/distributions.py | 10 +-
src/hypothesis/internal/examplesource.py | 16 +-
src/hypothesis/internal/reflection.py | 140 ++++---
src/hypothesis/internal/strategymethod.py | 214 +++++++++++
src/hypothesis/internal/tracker.py | 12 +-
src/hypothesis/internal/typechecking.py | 10 +-
src/hypothesis/reporting.py | 17 +-
src/hypothesis/searchstrategy/__init__.py | 24 +-
src/hypothesis/searchstrategy/basic.py | 40 +-
src/hypothesis/searchstrategy/collections.py | 33 +-
src/hypothesis/searchstrategy/deferred.py | 127 +++++++
src/hypothesis/searchstrategy/flatmapped.py | 14 +-
src/hypothesis/searchstrategy/misc.py | 22 +-
src/hypothesis/searchstrategy/morphers.py | 10 +-
src/hypothesis/searchstrategy/narytree.py | 20 +-
src/hypothesis/searchstrategy/numbers.py | 62 +---
src/hypothesis/searchstrategy/recursive.py | 10 +-
src/hypothesis/searchstrategy/reprwrapper.py | 10 +-
src/hypothesis/searchstrategy/shared.py | 92 +++++
src/hypothesis/searchstrategy/strategies.py | 86 ++---
src/hypothesis/searchstrategy/streams.py | 19 +-
src/hypothesis/searchstrategy/strings.py | 145 +++++---
src/hypothesis/searchstrategy/wrappers.py | 13 +-
src/hypothesis/settings.py | 221 ++++++++---
src/hypothesis/specifiers.py | 10 +-
src/hypothesis/stateful.py | 117 ++++--
src/hypothesis/strategies.py | 406 ++++++++++-----------
src/hypothesis/strategytests.py | 27 +-
src/hypothesis/testrunners/__init__.py | 10 +-
src/hypothesis/testrunners/forking.py | 10 +-
src/hypothesis/tools/__init__.py | 10 +-
src/hypothesis/tools/mergedbs.py | 10 +-
src/hypothesis/types.py | 10 +-
src/hypothesis/utils/__init__.py | 10 +-
src/hypothesis/utils/conventions.py | 16 +-
src/hypothesis/utils/dynamicvariables.py | 14 +-
src/hypothesis/utils/extmethod.py | 10 +-
src/hypothesis/utils/idkey.py | 16 +-
src/hypothesis/utils/show.py | 10 +-
src/hypothesis/utils/size.py | 16 +-
src/hypothesis/version.py | 16 +-
75 files changed, 2361 insertions(+), 1147 deletions(-)
diff --cc debian/.git-dpm
index b7ddf85,0000000..aa46dc6
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
- cae0f7d31dab3ed56863d21e56460674e9b7c2c6
- cae0f7d31dab3ed56863d21e56460674e9b7c2c6
- cae0f7d31dab3ed56863d21e56460674e9b7c2c6
- cae0f7d31dab3ed56863d21e56460674e9b7c2c6
- python-hypothesis_1.11.0.orig.tar.gz
- 63e15cc55c72510d793c9d94fd25cf2e7e619959
- 72986
++1b81c3bb31828a3dc5c11245fca8758ab604feb2
++1b81c3bb31828a3dc5c11245fca8758ab604feb2
++1b81c3bb31828a3dc5c11245fca8758ab604feb2
++1b81c3bb31828a3dc5c11245fca8758ab604feb2
++python-hypothesis_1.16.0.orig.tar.gz
++ee01734c875202669a9561bd7bec63aa9aea5756
++81976
+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