diff --git a/hypothesis-3.38.5.tar.gz b/hypothesis-3.38.5.tar.gz deleted file mode 100644 index b9f3ea2..0000000 --- a/hypothesis-3.38.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb6986e6b46c43cefe10cd0f0f3a7a792ad89de3fb5e2b1f8837c8cbb9b93dce -size 129849 diff --git a/hypothesis-3.40.1.tar.gz b/hypothesis-3.40.1.tar.gz new file mode 100644 index 0000000..9b9feb2 --- /dev/null +++ b/hypothesis-3.40.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab63b408904ce5f31a2279f3ad46b890d95b72f7d68ea059355a63171e7720a7 +size 132534 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index b4d5ba4..f8f46b7 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Wed Dec 6 02:52:35 UTC 2017 - arun@gmx.de + +- update to version 3.40.1: + +3.40.1 - 2017-12-04 + * This release makes two changes: + + It makes the calculation of some of the metadata that Hypothesis + uses for shrinking occur lazily. This should speed up + performance of test case generation a bit because it no longer + calculates information it doesn’t need. + + It improves the shrinker for certain classes of nested + examples. e.g. when shrinking lists of lists, the shrinker is + now able to concatenate two adjacent lists together into a + single list. As a result of this change, shrinking may get + somewhat slower when the minimal example found is large. + +- changes from version 3.40.0: + * This release improves how various ways of seeding Hypothesis + interact with the example database: + + Using the example database with seed() is now deprecated. You + should set database=None if you are doing that. This will only + warn if you actually load examples from the database while using + @seed. + + The derandomize will behave the same way as @seed. + + Using --hypothesis-seed will disable use of the database. + + If a test used examples from the database, it will not suggest + using a seed to reproduce it, because that won’t work. + +- changes from version 3.39.0: + * This release adds a new health check that checks if the smallest + “natural” possible example of your test case is very large - this + will tend to cause Hypothesis to generate bad examples and be + quite slow. + +- changes from version 3.38.9: + * This is a documentation release to improve the documentation of + shrinking behaviour for Hypothesis’s strategies. + +- changes from version 3.38.8: + * This release improves the performance of characters() when using + blacklist_characters and from_regex() when using negative + character classes. + +- changes from version 3.38.7: + * This is a patch release for from_regex(), which had a bug in + handling of the re.VERBOSE flag (issue #992). Flags are now + handled correctly when parsing regex. + +------------------------------------------------------------------- +Tue Nov 28 19:04:24 UTC 2017 - arun@gmx.de + +- update to version 3.38.6: + * This patch changes a few byte-string literals from double to + single quotes, thanks to an update in unify. There are no + user-visible changes. + ------------------------------------------------------------------- Sun Nov 26 21:26:33 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index be3a8e9..66cb980 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.38.5 +Version: 3.40.1 Release: 0 Summary: A library for property based testing License: MPL-2.0