diff --git a/hypothesis-3.38.0.tar.gz b/hypothesis-3.38.0.tar.gz deleted file mode 100644 index c4be354..0000000 --- a/hypothesis-3.38.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffa4b080640f0528d37436c8d20dd4e6a6b7628d644d1d69e8a7d124b4a31565 -size 129612 diff --git a/hypothesis-3.38.5.tar.gz b/hypothesis-3.38.5.tar.gz new file mode 100644 index 0000000..b9f3ea2 --- /dev/null +++ b/hypothesis-3.38.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6986e6b46c43cefe10cd0f0f3a7a792ad89de3fb5e2b1f8837c8cbb9b93dce +size 129849 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 41b3825..b4d5ba4 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Nov 26 21:26:33 UTC 2017 - arun@gmx.de + +- update to version 3.38.5: + * This fixes the repr of strategies using lambda that are defined + inside decorators to include the lambda source. + This would mostly have been visible when using the statistics + functionality - lambdas used for e.g. filtering would have shown + up with a as their body. This can still happen, but it + should happen less often now. + +------------------------------------------------------------------- +Wed Nov 22 19:42:32 UTC 2017 - arun@gmx.de + +- update to version 3.38.4: + * This release updates the reported statistics so that they show + approximately what fraction of your test run time is spent in data + generation (as opposed to test execution). + +- changes from version 3.38.3: + * This is a documentation release, which ensures code examples are + up to date by running them as doctests in CI (issue #711). + +- changes from version 3.38.2: + * This release changes the behaviour of the deadline setting when + used with data(): Time spent inside calls to data.draw will no + longer be counted towards the deadline time. + * As a side effect of some refactoring required for this work, the + way flaky tests are handled has changed slightly. You are unlikely + to see much difference from this, but some error messages will + have changed. + +- changes from version 3.38.1: + * This patch has a variety of non-user-visible refactorings, + removing various minor warts ranging from indirect imports to + typos in comments. + ------------------------------------------------------------------- Sun Nov 19 05:19:56 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 1701fcb..be3a8e9 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.38.0 +Version: 3.38.5 Release: 0 Summary: A library for property based testing License: MPL-2.0