diff --git a/hypothesis-python-3.82.1.tar.gz b/hypothesis-python-3.82.1.tar.gz deleted file mode 100644 index d71100b..0000000 --- a/hypothesis-python-3.82.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:021859ee1bd132b45dabd1d413c692f82601a8f11848174caaa43fdf3525e22e -size 562417 diff --git a/hypothesis-python-3.82.5.tar.gz b/hypothesis-python-3.82.5.tar.gz new file mode 100644 index 0000000..1696f27 --- /dev/null +++ b/hypothesis-python-3.82.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54f557b8d6b28145acde8a7f63c7c627953524cf3636692f01ed9f72948cc48 +size 563499 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index c29e872..29da485 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Dec 8 19:35:13 UTC 2018 - Arun Persaud + +- update to version 3.82.5: + * This patch fixes issue #1667, where passing bounds of Numpy dtype + int64 to integers() could cause errors on Python 3 due to internal + rounding. + +- changes from version 3.82.4: + * Hypothesis now seeds and resets the global state of np.random for + each test case, to ensure that tests are reproducible. + * This matches and complements the existing handling of the random + module - Numpy simply maintains an independent PRNG for + performance reasons. + +- changes from version 3.82.3 : + * This is a no-op release to add the new Framework :: Hypothesis + trove classifier to hypothesis on PyPI. + * You can use it as a filter to find Hypothesis-related packages + such as extensions as they add the tag over the coming weeks, or + simply visit our curated list. + +- changes from version 3.82.2 : + * The Hypothesis for Pandas extension is now listed in setup.py, so + you can pip install hypothesis[pandas]. + ------------------------------------------------------------------- Thu Nov 1 22:43:45 UTC 2018 - Arun Persaud diff --git a/python-hypothesis.spec b/python-hypothesis.spec index d41246e..61e0981 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -30,7 +30,7 @@ %bcond_with test %endif %bcond_without python2 -Version: 3.82.1 +Version: 3.82.5 Release: 0 Summary: A library for property based testing License: MPL-2.0