forked from pool/python-hypothesis
Accepting request 560855 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/560855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=44
This commit is contained in:
parent
1d20597d73
commit
e3ca124482
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:522d33c65022c0b182b3e354525c14bd86ce7f8808644a11d36970c218bcf65b
|
||||
size 480878
|
3
3.44.4.tar.gz
Normal file
3
3.44.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7c685ebc981d0332be184ebed9c45a954c9869441273412cabc37ae26fd13a6
|
||||
size 401917
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 31 05:55:59 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 3.44.4:
|
||||
* This release fixes issue #1044, which slowed tests by up to 6% due
|
||||
to broken caching.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 18:22:00 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 3.44.3:
|
||||
* This release improves the shrinker in cases where examples drawn
|
||||
earlier can affect how much data is drawn later (e.g. when you
|
||||
draw a length parameter in a composite and then draw that many
|
||||
elements). Examples found in cases like this should now be much
|
||||
closer to minimal.
|
||||
|
||||
- changes from version 3.44.2:
|
||||
* This is a pure refactoring release which changes how Hypothesis
|
||||
manages its set of examples internally. It should have no
|
||||
externally visible effects.
|
||||
|
||||
- changes from version 3.44.1:
|
||||
* This release fixes issue #997, in which under some circumstances
|
||||
the body of tests run under Hypothesis would not show up when run
|
||||
under coverage even though the tests were run and the code they
|
||||
called outside of the test file would show up normally.
|
||||
|
||||
- changes from version 3.44.0:
|
||||
* This release adds a new feature: The @reproduce_failure, designed
|
||||
to make it easy to use Hypothesis’s binary format for examples to
|
||||
reproduce a problem locally without having to share your example
|
||||
database between machines.
|
||||
This also changes when seeds are printed:
|
||||
+ They will no longer be printed for normal falsifying examples,
|
||||
as there are now adequate ways of reproducing those for all
|
||||
cases, so it just contributes noise.
|
||||
+ They will once again be printed when reusing examples from the
|
||||
database, as health check failures should now be more reliable
|
||||
in this scenario so it will almost always work in this case.
|
||||
|
||||
- changes from version 3.43.1:
|
||||
* This release fixes a bug with Hypothesis’s database management -
|
||||
examples that were found in the course of shrinking were saved in
|
||||
a way that indicated that they had distinct causes, and so they
|
||||
would all be retried on the start of the next test. The intended
|
||||
behaviour, which is now what is implemented, is that only a
|
||||
bounded subset of these examples would be retried.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 01:26:12 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 3.43.0:
|
||||
* HypothesisDeprecationWarning now inherits from FutureWarning
|
||||
instead of DeprecationWarning, as recommended by PEP 565 for
|
||||
user-facing warnings (issue #618). If you have not changed the
|
||||
default warnings settings, you will now see each distinct
|
||||
HypothesisDeprecationWarning instead of only the first.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 08:55:52 UTC 2017 - ecsos@opensuse.org
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define oldpython python
|
||||
%endif
|
||||
Name: python-hypothesis
|
||||
Version: 3.42.2
|
||||
Version: 3.44.4
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user