forked from pool/python-hypothesis
Accepting request 541872 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/541872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=27
This commit is contained in:
parent
86e1a7fdb4
commit
c38e382671
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfd3ae2f26541dc6974bd0f9a0899f949062a656c95dac36c4f83b998d8a3741
|
||||
size 128781
|
3
hypothesis-3.37.0.tar.gz
Normal file
3
hypothesis-3.37.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:890b4f6476e31c4e49eaf8504f00384d203ada7c4b714f3d068d976037f5598d
|
||||
size 129368
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 01:32:07 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 3.37.0:
|
||||
* This is a deprecation release for some health check related
|
||||
features.
|
||||
* The following are now deprecated:
|
||||
+ Passing exception_in_generation to suppress_health_check. This
|
||||
no longer does anything even when passed - All errors that occur
|
||||
during data generation will now be immediately reraised rather
|
||||
than going through the health check mechanism.
|
||||
+ Passing random_module to suppress_health_check. This hasn’t done
|
||||
anything for a long time, but was never explicitly
|
||||
deprecated. Hypothesis always seeds the random module when
|
||||
running @given tests, so this is no longer an error and
|
||||
suppressing it doesn’t do anything.
|
||||
+ Passing non-HealthCheck values in suppress_health_check. This
|
||||
was previously allowed but never did anything useful.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 17:16:21 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%bcond_with test
|
||||
Name: python-hypothesis
|
||||
Version: 3.36.1
|
||||
Version: 3.37.0
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user