diff --git a/hypothesis-python-3.65.0.tar.gz b/hypothesis-python-3.65.0.tar.gz deleted file mode 100644 index 6faeaf0..0000000 --- a/hypothesis-python-3.65.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19dd76d061b091e4e8f19c80b406558633e9a93387aded9ae9e53240c6f2a87e -size 514562 diff --git a/hypothesis-python-3.66.0.tar.gz b/hypothesis-python-3.66.0.tar.gz new file mode 100644 index 0000000..1ef631d --- /dev/null +++ b/hypothesis-python-3.66.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3cd4d8ad493f9d1b1afdd650833eaeba0833bf797df16c7ea8c05a8ca1eb48 +size 518670 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index fa0920e..d8c9c42 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -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 diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a1caf8c..e42ef27 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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