forked from pool/python-hypothesis
Accepting request 544482 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/544482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=31
This commit is contained in:
parent
463cfece72
commit
492547d1ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffa4b080640f0528d37436c8d20dd4e6a6b7628d644d1d69e8a7d124b4a31565
|
||||
size 129612
|
3
hypothesis-3.38.4.tar.gz
Normal file
3
hypothesis-3.38.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4163f599c0c0ffd283531001795a6a14f9ed8ceb6b2a2ebe1eb6e37da6a217ed
|
||||
size 129660
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%bcond_with test
|
||||
Name: python-hypothesis
|
||||
Version: 3.38.0
|
||||
Version: 3.38.4
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user