Accepting request 541883 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/541883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2017-11-17 09:37:15 +00:00 committed by Git OBS Bridge
commit 5d34ab0037
4 changed files with 40 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:736347bdd67f0ff8a881658b185e25d444484e3f300f37ae1e80d703e6d86a69
size 128946

3
hypothesis-3.37.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:890b4f6476e31c4e49eaf8504f00384d203ada7c4b714f3d068d976037f5598d
size 129368

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
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 hasnt 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 doesnt 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
- update to version 3.36.1:
* This is a yak shaving release, mostly concerned with our own
tests.
While getfullargspec() was documented as deprecated in Python 3.5,
it never actually emitted a warning. Our code to silence this
(nonexistent) warning has therefore been removed.
We now run our tests with DeprecationWarning as an error, and made
some minor changes to our own tests as a result. This required
similar upstream updates to coverage and execnet (a test-time
dependency via pytest-xdist).
There is no user-visible change in Hypothesis itself, but we
encourage you to consider enabling deprecations as errors in your
own tests.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 7 23:22:24 UTC 2017 - arun@gmx.de Tue Nov 7 23:22:24 UTC 2017 - arun@gmx.de

View File

@ -24,7 +24,7 @@
%endif %endif
%bcond_with test %bcond_with test
Name: python-hypothesis Name: python-hypothesis
Version: 3.36.0 Version: 3.37.0
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