diff --git a/_service b/_service index 9304bc6..a8d8151 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.56.2 + hypothesis-python-6.61.0 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.56.2.tar.gz b/hypothesis-python-6.56.2.tar.gz deleted file mode 100644 index 319fe07..0000000 --- a/hypothesis-python-6.56.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80f558a87a70cec6d9bee6ee62b16c824ce797502fe790563514b597e9128c8c -size 774940 diff --git a/hypothesis-python-6.61.0.tar.gz b/hypothesis-python-6.61.0.tar.gz new file mode 100644 index 0000000..5983f17 --- /dev/null +++ b/hypothesis-python-6.61.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffef1824aeeb2faad3739b78d4079632a1ddd66ece356ee500f5d72474e34a9 +size 781055 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 5863fa9..bf3031c 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Thu Dec 15 06:35:15 UTC 2022 - Daniel Garcia + +- Update to 6.61.0 + + - This release improves our treatment of database keys, which based on (among + other things) the source code of your test function. We now post-process + this source to ignore decorators, comments, trailing whitespace, and blank + lines - so that you can add :obj:`@example() `\ s or + make some small no-op edits to your code without preventing replay of any + known failing or covering examples. + +- 6.60.1 - 2022-12-11 + + - This patch updates our vendored `list of top-level domains + `__, + which is used by the provisional :func:`~hypothesis.provisional.domains` + strategy. + +- 6.60.0 - 2022-12-04 + + - This release improves Hypothesis' ability to resolve forward references in + type annotations. It fixes a bug that prevented + :func:`~hypothesis.strategies.builds` from being used with `pydantic models + that possess updated forward references + `__. See + :issue:`3519`. + +- 6.59.0 - 2022-12-02 + + - The :obj:`@example(...) ` decorator now has a ``.via()`` + method, which future tools will use to track automatically-added covering + examples (:issue:`3506`). + +- 6.58.2 - 2022-11-30 + + - This patch updates our vendored `list of top-level domains + `__, which is used by the provisional + :func:`~hypothesis.provisional.domains` strategy. + +- 6.58.1 - 2022-11-26 + + - This patch shifts ``hypothesis[lark]`` from depending on the old + :pypi:`lark-parser` package to the new :pypi:`lark` package. There are no + code changes in Hypothesis, it's just that Lark got a new name on PyPI for + version 1.0 onwards. + +- 6.58.0 - 2022-11-19 + + - :func:`~hypothesis.register_random` has used :mod:`weakref` since + :ref:`v6.27.1`, allowing the :class:`~random.Random`-compatible objects to + be garbage-collected when there are no other references remaining in order + to avoid memory leaks. We now raise an error or emit a warning when this + seems likely to happen immediately. + + - The type annotation of :func:`~hypothesis.register_random` was also widened + so that structural subtypes of :class:`~random.Random` are accepted by + static typecheckers. + +- 6.57.1 - 2022-11-14 + + - This patch updates some internal type annotations and fixes a formatting + bug in the :obj:`~hypothesis.Phase.explain` phase reporting. + +- 6.57.0 - 2022-11-14 + + - Hypothesis now raises an error if you passed a strategy as the + ``alphabet=`` argument to :func:`~hypothesis.strategies.text`, and it + generated something which was not a length-one string. This has never been + supported, we're just adding explicit validation to catch cases like `this + StackOverflow question `__. + +- 6.56.4 - 2022-10-28 + + - This patch updates some docs, and depends on :pypi:`exceptiongroup` 1.0.0 + final to avoid a bug in the previous version. + +- 6.56.3 - 2022-10-17 + + - This patch teaches :func:`~hypothesis.strategies.text` to rewrite a few + more filter predicates (:issue:`3134`). You're unlikely to notice any + change. + ------------------------------------------------------------------- Sun Oct 16 17:44:52 UTC 2022 - Dirk Müller diff --git a/python-hypothesis.spec b/python-hypothesis.spec index bd3ea9b..7370d47 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -31,7 +31,7 @@ ExclusiveArch: do_not_build %bcond_with test %endif Name: python-hypothesis%{psuffix} -Version: 6.56.2 +Version: 6.61.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -45,7 +45,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs >= 19.2.0 -Requires: python-exceptiongroup >= 1.0.0~rc8 +Requires: python-exceptiongroup >= 1.0.0 Requires: python-sortedcontainers >= 2.1.0 Requires(post): update-alternatives Requires(preun):update-alternatives @@ -55,7 +55,7 @@ Recommends: python-Django >= 2.2 Recommends: python-black >= 19.10 Recommends: python-click >= 7.0 Recommends: python-dpcontracts >= 0.4 -Recommends: python-lark-parser >= 0.6.5 +Recommends: python-lark >= 0.10.1 Recommends: python-libcst >= 0.3.16 Recommends: python-numpy >= 1.9.0 Recommends: python-pandas >= 0.25 @@ -78,7 +78,7 @@ BuildRequires: %{python_module dpcontracts >= 0.4} BuildRequires: %{python_module fakeredis} BuildRequires: %{python_module flaky} BuildRequires: %{python_module hypothesis = %{version}} -BuildRequires: %{python_module lark-parser >= 0.6.5} +BuildRequires: %{python_module lark >= 0.10.1} BuildRequires: %{python_module libcst >= 0.3.16} BuildRequires: %{python_module numpy >= 1.9.0} BuildRequires: %{python_module pandas >= 1.0}