diff --git a/3.44.7.tar.gz b/3.44.7.tar.gz deleted file mode 100644 index 3caac4a..0000000 --- a/3.44.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a36a30fab722a9d4409d6c94c656a26dba838927b6efd7df25fbd5a7fc318cee -size 403113 diff --git a/3.44.9.tar.gz b/3.44.9.tar.gz new file mode 100644 index 0000000..1870375 --- /dev/null +++ b/3.44.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dab896b7cfa6e37f0095527b3f9e9821359dc75a411cf3c4b1ef4209e7a7245 +size 404739 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 56813bf..b2ba14c 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Jan 6 17:11:29 UTC 2018 - arun@gmx.de + +- update to version 3.44.9: + * This patch blacklists null characters ('\x00') in automatically + created strategies for Django CharField and TextField, due to a + database issue which was recently fixed upstream (Hypothesis issue + #1045). + +------------------------------------------------------------------- +Sat Jan 6 07:24:23 UTC 2018 - arun@gmx.de + +- update to version 3.44.8: + * This release makes the Hypothesis shrinker slightly less greedy in + order to avoid local minima - when it gets stuck, it makes a small + attempt to search around the final example it would previously + have returned to find a new starting point to shrink from. This + should improve example quality in some cases, especially ones + where the test data has dependencies among parts of it that make + it difficult for Hypothesis to proceed. + ------------------------------------------------------------------- Thu Jan 4 17:06:43 UTC 2018 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 8b3e942..87624e8 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.44.7 +Version: 3.44.9 Release: 0 Summary: A library for property based testing License: MPL-2.0