pkgsrc/devel/py-hypothesis/PLIST
adam 27b997ebe2 py-hypothesis: updated to 6.29.3
6.29.3

This patch fixes a bug in mutually_broadcastable_shapes(), which restricted the patterns of singleton dimensions that could be generated for dimensions that extended beyond base_shape.

6.29.2

This patch clarifies our pretty-printing of DataFrames.

6.29.1

This patch documents timezones() Windows-only requirement for the tzdata package, and ensures that pip install hypothesis[zoneinfo] will install the latest version.

6.29.0

This release teaches builds() to use deferred() when resolving unrecognised type hints, so that you can conveniently register strategies for recursive types with constraints on some arguments:

class RecursiveClass:
    def __init__(self, value: int, next_node: typing.Optional["SomeClass"]):
        assert value > 0
        self.value = value
        self.next_node = next_node


st.register_type_strategy(
    RecursiveClass, st.builds(RecursiveClass, value=st.integers(min_value=1))
)
6.28.1

This release fixes some internal calculations related to collection sizes.

6.28.0

This release modifies our pytest plugin, to avoid importing Hypothesis and therefore triggering Hypothesis’ entry points for test suites where Hypothesis is installed but not actually used.

6.27.3

This release fixes issue 3080, where from_type() failed on unions containing PEP 585 builtin generic types (like list[int]) in Python 3.9 and later.

6.27.2

This patch makes the hypothesis codemod command somewhat faster.
2021-12-02 11:15:26 +00:00

311 lines
15 KiB
Text

@comment $NetBSD: PLIST,v 1.36 2021/12/02 11:15:26 adam Exp $
bin/hypothesis
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/_hypothesis_pytestplugin.py
${PYSITELIB}/_hypothesis_pytestplugin.pyc
${PYSITELIB}/_hypothesis_pytestplugin.pyo
${PYSITELIB}/hypothesis/__init__.py
${PYSITELIB}/hypothesis/__init__.pyc
${PYSITELIB}/hypothesis/__init__.pyo
${PYSITELIB}/hypothesis/_error_if_old.py
${PYSITELIB}/hypothesis/_error_if_old.pyc
${PYSITELIB}/hypothesis/_error_if_old.pyo
${PYSITELIB}/hypothesis/_settings.py
${PYSITELIB}/hypothesis/_settings.pyc
${PYSITELIB}/hypothesis/_settings.pyo
${PYSITELIB}/hypothesis/configuration.py
${PYSITELIB}/hypothesis/configuration.pyc
${PYSITELIB}/hypothesis/configuration.pyo
${PYSITELIB}/hypothesis/control.py
${PYSITELIB}/hypothesis/control.pyc
${PYSITELIB}/hypothesis/control.pyo
${PYSITELIB}/hypothesis/core.py
${PYSITELIB}/hypothesis/core.pyc
${PYSITELIB}/hypothesis/core.pyo
${PYSITELIB}/hypothesis/database.py
${PYSITELIB}/hypothesis/database.pyc
${PYSITELIB}/hypothesis/database.pyo
${PYSITELIB}/hypothesis/entry_points.py
${PYSITELIB}/hypothesis/entry_points.pyc
${PYSITELIB}/hypothesis/entry_points.pyo
${PYSITELIB}/hypothesis/errors.py
${PYSITELIB}/hypothesis/errors.pyc
${PYSITELIB}/hypothesis/errors.pyo
${PYSITELIB}/hypothesis/executors.py
${PYSITELIB}/hypothesis/executors.pyc
${PYSITELIB}/hypothesis/executors.pyo
${PYSITELIB}/hypothesis/extra/__init__.py
${PYSITELIB}/hypothesis/extra/__init__.pyc
${PYSITELIB}/hypothesis/extra/__init__.pyo
${PYSITELIB}/hypothesis/extra/_array_helpers.py
${PYSITELIB}/hypothesis/extra/_array_helpers.pyc
${PYSITELIB}/hypothesis/extra/_array_helpers.pyo
${PYSITELIB}/hypothesis/extra/array_api.py
${PYSITELIB}/hypothesis/extra/array_api.pyc
${PYSITELIB}/hypothesis/extra/array_api.pyo
${PYSITELIB}/hypothesis/extra/cli.py
${PYSITELIB}/hypothesis/extra/cli.pyc
${PYSITELIB}/hypothesis/extra/cli.pyo
${PYSITELIB}/hypothesis/extra/codemods.py
${PYSITELIB}/hypothesis/extra/codemods.pyc
${PYSITELIB}/hypothesis/extra/codemods.pyo
${PYSITELIB}/hypothesis/extra/dateutil.py
${PYSITELIB}/hypothesis/extra/dateutil.pyc
${PYSITELIB}/hypothesis/extra/dateutil.pyo
${PYSITELIB}/hypothesis/extra/django/__init__.py
${PYSITELIB}/hypothesis/extra/django/__init__.pyc
${PYSITELIB}/hypothesis/extra/django/__init__.pyo
${PYSITELIB}/hypothesis/extra/django/_fields.py
${PYSITELIB}/hypothesis/extra/django/_fields.pyc
${PYSITELIB}/hypothesis/extra/django/_fields.pyo
${PYSITELIB}/hypothesis/extra/django/_impl.py
${PYSITELIB}/hypothesis/extra/django/_impl.pyc
${PYSITELIB}/hypothesis/extra/django/_impl.pyo
${PYSITELIB}/hypothesis/extra/dpcontracts.py
${PYSITELIB}/hypothesis/extra/dpcontracts.pyc
${PYSITELIB}/hypothesis/extra/dpcontracts.pyo
${PYSITELIB}/hypothesis/extra/ghostwriter.py
${PYSITELIB}/hypothesis/extra/ghostwriter.pyc
${PYSITELIB}/hypothesis/extra/ghostwriter.pyo
${PYSITELIB}/hypothesis/extra/lark.py
${PYSITELIB}/hypothesis/extra/lark.pyc
${PYSITELIB}/hypothesis/extra/lark.pyo
${PYSITELIB}/hypothesis/extra/numpy.py
${PYSITELIB}/hypothesis/extra/numpy.pyc
${PYSITELIB}/hypothesis/extra/numpy.pyo
${PYSITELIB}/hypothesis/extra/pandas/__init__.py
${PYSITELIB}/hypothesis/extra/pandas/__init__.pyc
${PYSITELIB}/hypothesis/extra/pandas/__init__.pyo
${PYSITELIB}/hypothesis/extra/pandas/impl.py
${PYSITELIB}/hypothesis/extra/pandas/impl.pyc
${PYSITELIB}/hypothesis/extra/pandas/impl.pyo
${PYSITELIB}/hypothesis/extra/pytestplugin.py
${PYSITELIB}/hypothesis/extra/pytestplugin.pyc
${PYSITELIB}/hypothesis/extra/pytestplugin.pyo
${PYSITELIB}/hypothesis/extra/pytz.py
${PYSITELIB}/hypothesis/extra/pytz.pyc
${PYSITELIB}/hypothesis/extra/pytz.pyo
${PYSITELIB}/hypothesis/extra/redis.py
${PYSITELIB}/hypothesis/extra/redis.pyc
${PYSITELIB}/hypothesis/extra/redis.pyo
${PYSITELIB}/hypothesis/internal/__init__.py
${PYSITELIB}/hypothesis/internal/__init__.pyc
${PYSITELIB}/hypothesis/internal/__init__.pyo
${PYSITELIB}/hypothesis/internal/cache.py
${PYSITELIB}/hypothesis/internal/cache.pyc
${PYSITELIB}/hypothesis/internal/cache.pyo
${PYSITELIB}/hypothesis/internal/cathetus.py
${PYSITELIB}/hypothesis/internal/cathetus.pyc
${PYSITELIB}/hypothesis/internal/cathetus.pyo
${PYSITELIB}/hypothesis/internal/charmap.py
${PYSITELIB}/hypothesis/internal/charmap.pyc
${PYSITELIB}/hypothesis/internal/charmap.pyo
${PYSITELIB}/hypothesis/internal/compat.py
${PYSITELIB}/hypothesis/internal/compat.pyc
${PYSITELIB}/hypothesis/internal/compat.pyo
${PYSITELIB}/hypothesis/internal/conjecture/__init__.py
${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyc
${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyo
${PYSITELIB}/hypothesis/internal/conjecture/choicetree.py
${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyc
${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyo
${PYSITELIB}/hypothesis/internal/conjecture/data.py
${PYSITELIB}/hypothesis/internal/conjecture/data.pyc
${PYSITELIB}/hypothesis/internal/conjecture/data.pyo
${PYSITELIB}/hypothesis/internal/conjecture/datatree.py
${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyc
${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyo
${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.py
${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.pyc
${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.pyo
${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.py
${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.pyc
${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.pyo
${PYSITELIB}/hypothesis/internal/conjecture/engine.py
${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc
${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo
${PYSITELIB}/hypothesis/internal/conjecture/floats.py
${PYSITELIB}/hypothesis/internal/conjecture/floats.pyc
${PYSITELIB}/hypothesis/internal/conjecture/floats.pyo
${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.py
${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.pyc
${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.pyo
${PYSITELIB}/hypothesis/internal/conjecture/optimiser.py
${PYSITELIB}/hypothesis/internal/conjecture/optimiser.pyc
${PYSITELIB}/hypothesis/internal/conjecture/optimiser.pyo
${PYSITELIB}/hypothesis/internal/conjecture/pareto.py
${PYSITELIB}/hypothesis/internal/conjecture/pareto.pyc
${PYSITELIB}/hypothesis/internal/conjecture/pareto.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinker.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinker.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinker.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.pyo
${PYSITELIB}/hypothesis/internal/conjecture/utils.py
${PYSITELIB}/hypothesis/internal/conjecture/utils.pyc
${PYSITELIB}/hypothesis/internal/conjecture/utils.pyo
${PYSITELIB}/hypothesis/internal/coverage.py
${PYSITELIB}/hypothesis/internal/coverage.pyc
${PYSITELIB}/hypothesis/internal/coverage.pyo
${PYSITELIB}/hypothesis/internal/detection.py
${PYSITELIB}/hypothesis/internal/detection.pyc
${PYSITELIB}/hypothesis/internal/detection.pyo
${PYSITELIB}/hypothesis/internal/entropy.py
${PYSITELIB}/hypothesis/internal/entropy.pyc
${PYSITELIB}/hypothesis/internal/entropy.pyo
${PYSITELIB}/hypothesis/internal/escalation.py
${PYSITELIB}/hypothesis/internal/escalation.pyc
${PYSITELIB}/hypothesis/internal/escalation.pyo
${PYSITELIB}/hypothesis/internal/filtering.py
${PYSITELIB}/hypothesis/internal/filtering.pyc
${PYSITELIB}/hypothesis/internal/filtering.pyo
${PYSITELIB}/hypothesis/internal/floats.py
${PYSITELIB}/hypothesis/internal/floats.pyc
${PYSITELIB}/hypothesis/internal/floats.pyo
${PYSITELIB}/hypothesis/internal/healthcheck.py
${PYSITELIB}/hypothesis/internal/healthcheck.pyc
${PYSITELIB}/hypothesis/internal/healthcheck.pyo
${PYSITELIB}/hypothesis/internal/intervalsets.py
${PYSITELIB}/hypothesis/internal/intervalsets.pyc
${PYSITELIB}/hypothesis/internal/intervalsets.pyo
${PYSITELIB}/hypothesis/internal/lazyformat.py
${PYSITELIB}/hypothesis/internal/lazyformat.pyc
${PYSITELIB}/hypothesis/internal/lazyformat.pyo
${PYSITELIB}/hypothesis/internal/reflection.py
${PYSITELIB}/hypothesis/internal/reflection.pyc
${PYSITELIB}/hypothesis/internal/reflection.pyo
${PYSITELIB}/hypothesis/internal/scrutineer.py
${PYSITELIB}/hypothesis/internal/scrutineer.pyc
${PYSITELIB}/hypothesis/internal/scrutineer.pyo
${PYSITELIB}/hypothesis/internal/validation.py
${PYSITELIB}/hypothesis/internal/validation.pyc
${PYSITELIB}/hypothesis/internal/validation.pyo
${PYSITELIB}/hypothesis/provisional.py
${PYSITELIB}/hypothesis/provisional.pyc
${PYSITELIB}/hypothesis/provisional.pyo
${PYSITELIB}/hypothesis/py.typed
${PYSITELIB}/hypothesis/reporting.py
${PYSITELIB}/hypothesis/reporting.pyc
${PYSITELIB}/hypothesis/reporting.pyo
${PYSITELIB}/hypothesis/stateful.py
${PYSITELIB}/hypothesis/stateful.pyc
${PYSITELIB}/hypothesis/stateful.pyo
${PYSITELIB}/hypothesis/statistics.py
${PYSITELIB}/hypothesis/statistics.pyc
${PYSITELIB}/hypothesis/statistics.pyo
${PYSITELIB}/hypothesis/strategies/__init__.py
${PYSITELIB}/hypothesis/strategies/__init__.pyc
${PYSITELIB}/hypothesis/strategies/__init__.pyo
${PYSITELIB}/hypothesis/strategies/_internal/__init__.py
${PYSITELIB}/hypothesis/strategies/_internal/__init__.pyc
${PYSITELIB}/hypothesis/strategies/_internal/__init__.pyo
${PYSITELIB}/hypothesis/strategies/_internal/attrs.py
${PYSITELIB}/hypothesis/strategies/_internal/attrs.pyc
${PYSITELIB}/hypothesis/strategies/_internal/attrs.pyo
${PYSITELIB}/hypothesis/strategies/_internal/collections.py
${PYSITELIB}/hypothesis/strategies/_internal/collections.pyc
${PYSITELIB}/hypothesis/strategies/_internal/collections.pyo
${PYSITELIB}/hypothesis/strategies/_internal/core.py
${PYSITELIB}/hypothesis/strategies/_internal/core.pyc
${PYSITELIB}/hypothesis/strategies/_internal/core.pyo
${PYSITELIB}/hypothesis/strategies/_internal/datetime.py
${PYSITELIB}/hypothesis/strategies/_internal/datetime.pyc
${PYSITELIB}/hypothesis/strategies/_internal/datetime.pyo
${PYSITELIB}/hypothesis/strategies/_internal/deferred.py
${PYSITELIB}/hypothesis/strategies/_internal/deferred.pyc
${PYSITELIB}/hypothesis/strategies/_internal/deferred.pyo
${PYSITELIB}/hypothesis/strategies/_internal/featureflags.py
${PYSITELIB}/hypothesis/strategies/_internal/featureflags.pyc
${PYSITELIB}/hypothesis/strategies/_internal/featureflags.pyo
${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.py
${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.pyc
${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.pyo
${PYSITELIB}/hypothesis/strategies/_internal/functions.py
${PYSITELIB}/hypothesis/strategies/_internal/functions.pyc
${PYSITELIB}/hypothesis/strategies/_internal/functions.pyo
${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.py
${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.pyc
${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.pyo
${PYSITELIB}/hypothesis/strategies/_internal/lazy.py
${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyc
${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyo
${PYSITELIB}/hypothesis/strategies/_internal/misc.py
${PYSITELIB}/hypothesis/strategies/_internal/misc.pyc
${PYSITELIB}/hypothesis/strategies/_internal/misc.pyo
${PYSITELIB}/hypothesis/strategies/_internal/numbers.py
${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyc
${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyo
${PYSITELIB}/hypothesis/strategies/_internal/random.py
${PYSITELIB}/hypothesis/strategies/_internal/random.pyc
${PYSITELIB}/hypothesis/strategies/_internal/random.pyo
${PYSITELIB}/hypothesis/strategies/_internal/recursive.py
${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyc
${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyo
${PYSITELIB}/hypothesis/strategies/_internal/regex.py
${PYSITELIB}/hypothesis/strategies/_internal/regex.pyc
${PYSITELIB}/hypothesis/strategies/_internal/regex.pyo
${PYSITELIB}/hypothesis/strategies/_internal/shared.py
${PYSITELIB}/hypothesis/strategies/_internal/shared.pyc
${PYSITELIB}/hypothesis/strategies/_internal/shared.pyo
${PYSITELIB}/hypothesis/strategies/_internal/strategies.py
${PYSITELIB}/hypothesis/strategies/_internal/strategies.pyc
${PYSITELIB}/hypothesis/strategies/_internal/strategies.pyo
${PYSITELIB}/hypothesis/strategies/_internal/strings.py
${PYSITELIB}/hypothesis/strategies/_internal/strings.pyc
${PYSITELIB}/hypothesis/strategies/_internal/strings.pyo
${PYSITELIB}/hypothesis/strategies/_internal/types.py
${PYSITELIB}/hypothesis/strategies/_internal/types.pyc
${PYSITELIB}/hypothesis/strategies/_internal/types.pyo
${PYSITELIB}/hypothesis/strategies/_internal/utils.py
${PYSITELIB}/hypothesis/strategies/_internal/utils.pyc
${PYSITELIB}/hypothesis/strategies/_internal/utils.pyo
${PYSITELIB}/hypothesis/utils/__init__.py
${PYSITELIB}/hypothesis/utils/__init__.pyc
${PYSITELIB}/hypothesis/utils/__init__.pyo
${PYSITELIB}/hypothesis/utils/conventions.py
${PYSITELIB}/hypothesis/utils/conventions.pyc
${PYSITELIB}/hypothesis/utils/conventions.pyo
${PYSITELIB}/hypothesis/utils/dynamicvariables.py
${PYSITELIB}/hypothesis/utils/dynamicvariables.pyc
${PYSITELIB}/hypothesis/utils/dynamicvariables.pyo
${PYSITELIB}/hypothesis/utils/terminal.py
${PYSITELIB}/hypothesis/utils/terminal.pyc
${PYSITELIB}/hypothesis/utils/terminal.pyo
${PYSITELIB}/hypothesis/vendor/__init__.py
${PYSITELIB}/hypothesis/vendor/__init__.pyc
${PYSITELIB}/hypothesis/vendor/__init__.pyo
${PYSITELIB}/hypothesis/vendor/pretty.py
${PYSITELIB}/hypothesis/vendor/pretty.pyc
${PYSITELIB}/hypothesis/vendor/pretty.pyo
${PYSITELIB}/hypothesis/vendor/tlds-alpha-by-domain.txt
${PYSITELIB}/hypothesis/version.py
${PYSITELIB}/hypothesis/version.pyc
${PYSITELIB}/hypothesis/version.pyo