1
0

Accepting request 538563 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/538563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=22
This commit is contained in:
Jan Matejek 2017-11-03 14:36:35 +00:00 committed by Git OBS Bridge
parent 5a11e311dc
commit ee301b8bc1
4 changed files with 26 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:591011e75261d04b2245981be73cf87ef06e074826c003c10ccd552ae86cf41a
size 129003

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Nov 3 05:13:56 UTC 2017 - arun@gmx.de
- update to version 3.34.0:
* Hypothesis now emits deprecation warnings if you apply @given more
than once to a target.
Applying @given repeatedly wraps the target multiple times. Each
wrapper will search the space of of possible parameters
separately. This is equivalent but will be much more inefficient
than doing it with a single call to @given.
For example, instead of @given(booleans()) @given(integers()), you
could write @given(booleans(), integers())
- changes from version 3.33.1 :
* builds() would try to infer a strategy for required positional
arguments of the target from type hints, even if they had been
given to builds() as positional arguments (issue #946). Now it
only infers missing required arguments.
* An internal introspection function wrongly reported self as a
required argument for bound methods, which might also have
affected builds(). Now it knows better.
-------------------------------------------------------------------
Tue Oct 17 01:47:00 UTC 2017 - arun@gmx.de

View File

@ -24,7 +24,7 @@
%endif
%bcond_with test
Name: python-hypothesis
Version: 3.33.0
Version: 3.34.0
Release: 0
Summary: A library for property based testing
License: MPL-2.0