[Python-modules-commits] [python-hypothesis] branch master updated (7008d56 -> 6ca8ae8)

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Dec 11 16:17:57 UTC 2015


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

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

      from  7008d56   Update VCS fields for Git migration.
       new  1b81c3b   Import python-hypothesis_1.16.0.orig.tar.gz
       new  2ae20fe   record new upstream branch created by importing python-hypothesis_1.16.0.orig.tar.gz and merge it
       new  1ee757e   New upstream release.
       new  6ca8ae8   Remove stray egg-info directory.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |  20 +-
 README.rst                                         |  16 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  10 +-
 debian/rules                                       |   5 +
 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 +-
 77 files changed, 2374 insertions(+), 1149 deletions(-)
 create mode 100644 src/hypothesis.egg-info/entry_points.txt
 delete mode 100644 src/hypothesis/deprecation.py
 create mode 100644 src/hypothesis/extra/pytestplugin.py
 create mode 100644 src/hypothesis/internal/charstree.py
 copy src/hypothesis/{version.py => internal/compat3.py} (80%)
 create mode 100644 src/hypothesis/internal/strategymethod.py
 create mode 100644 src/hypothesis/searchstrategy/deferred.py
 create mode 100644 src/hypothesis/searchstrategy/shared.py

-- 
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