14
0

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