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:
Tomáš Chvátal 2018-07-08 16:38:58 +00:00 committed by Git OBS Bridge
parent 487889e109
commit d1419e6407
4 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

@ -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

View File

@ -28,7 +28,7 @@
%endif
%bcond_without python2
Name: python-hypothesis
Version: 3.65.0
Version: 3.66.0
Release: 0
Summary: A library for property based testing
License: MPL-2.0