forked from pool/python-hypothesis
Accepting request 545893 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/545893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=12
This commit is contained in:
commit
59bba06ee8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffa4b080640f0528d37436c8d20dd4e6a6b7628d644d1d69e8a7d124b4a31565
|
|
||||||
size 129612
|
|
3
hypothesis-3.38.5.tar.gz
Normal file
3
hypothesis-3.38.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb6986e6b46c43cefe10cd0f0f3a7a792ad89de3fb5e2b1f8837c8cbb9b93dce
|
||||||
|
size 129849
|
@ -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 <unknown> 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
|
Sun Nov 19 05:19:56 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 3.38.0
|
Version: 3.38.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user