forked from pool/python-hypothesis
Accepting request 621456 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/621456 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=68
This commit is contained in:
parent
487889e109
commit
d1419e6407
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19dd76d061b091e4e8f19c80b406558633e9a93387aded9ae9e53240c6f2a87e
|
|
||||||
size 514562
|
|
3
hypothesis-python-3.66.0.tar.gz
Normal file
3
hypothesis-python-3.66.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db3cd4d8ad493f9d1b1afdd650833eaeba0833bf797df16c7ea8c05a8ca1eb48
|
||||||
|
size 518670
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 7 17:11:59 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 3.66.0:
|
||||||
|
* This release improves validation of the alphabet argument to the
|
||||||
|
text() strategy. The following misuses are now deprecated, and
|
||||||
|
will be an error in a future version:
|
||||||
|
+ passing an unordered collection (such as set('abc')), which
|
||||||
|
violates invariants about shrinking and reproducibility
|
||||||
|
+ passing an alphabet sequence with elements that are not strings
|
||||||
|
+ passing an alphabet sequence with elements that are not of
|
||||||
|
length one, which violates any size constraints that may apply
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 6 11:58:50 UTC 2018 - dmueller@suse.com
|
Fri Jul 6 11:58:50 UTC 2018 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 3.65.0
|
Version: 3.66.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
|
||||||
|
Loading…
Reference in New Issue
Block a user