From e3ca12448242d35e77488943bbd5190a8a11caef8b847cf991de14abef32c4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 31 Dec 2017 09:40:34 +0000 Subject: [PATCH] Accepting request 560855 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/560855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=44 --- 3.42.2.tar.gz | 3 -- 3.44.4.tar.gz | 3 ++ python-hypothesis.changes | 59 +++++++++++++++++++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 63 insertions(+), 4 deletions(-) delete mode 100644 3.42.2.tar.gz create mode 100644 3.44.4.tar.gz diff --git a/3.42.2.tar.gz b/3.42.2.tar.gz deleted file mode 100644 index 26467eb..0000000 --- a/3.42.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:522d33c65022c0b182b3e354525c14bd86ce7f8808644a11d36970c218bcf65b -size 480878 diff --git a/3.44.4.tar.gz b/3.44.4.tar.gz new file mode 100644 index 0000000..61193cc --- /dev/null +++ b/3.44.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c685ebc981d0332be184ebed9c45a954c9869441273412cabc37ae26fd13a6 +size 401917 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index c76ce96..29f6d79 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,62 @@ +------------------------------------------------------------------- +Sun Dec 31 05:55:59 UTC 2017 - arun@gmx.de + +- update to version 3.44.4: + * This release fixes issue #1044, which slowed tests by up to 6% due + to broken caching. + +------------------------------------------------------------------- +Thu Dec 21 18:22:00 UTC 2017 - arun@gmx.de + +- update to version 3.44.3: + * This release improves the shrinker in cases where examples drawn + earlier can affect how much data is drawn later (e.g. when you + draw a length parameter in a composite and then draw that many + elements). Examples found in cases like this should now be much + closer to minimal. + +- changes from version 3.44.2: + * This is a pure refactoring release which changes how Hypothesis + manages its set of examples internally. It should have no + externally visible effects. + +- changes from version 3.44.1: + * This release fixes issue #997, in which under some circumstances + the body of tests run under Hypothesis would not show up when run + under coverage even though the tests were run and the code they + called outside of the test file would show up normally. + +- changes from version 3.44.0: + * This release adds a new feature: The @reproduce_failure, designed + to make it easy to use Hypothesis’s binary format for examples to + reproduce a problem locally without having to share your example + database between machines. + This also changes when seeds are printed: + + They will no longer be printed for normal falsifying examples, + as there are now adequate ways of reproducing those for all + cases, so it just contributes noise. + + They will once again be printed when reusing examples from the + database, as health check failures should now be more reliable + in this scenario so it will almost always work in this case. + +- changes from version 3.43.1: + * This release fixes a bug with Hypothesis’s database management - + examples that were found in the course of shrinking were saved in + a way that indicated that they had distinct causes, and so they + would all be retried on the start of the next test. The intended + behaviour, which is now what is implemented, is that only a + bounded subset of these examples would be retried. + +------------------------------------------------------------------- +Sun Dec 17 01:26:12 UTC 2017 - arun@gmx.de + +- update to version 3.43.0: + * HypothesisDeprecationWarning now inherits from FutureWarning + instead of DeprecationWarning, as recommended by PEP 565 for + user-facing warnings (issue #618). If you have not changed the + default warnings settings, you will now see each distinct + HypothesisDeprecationWarning instead of only the first. + ------------------------------------------------------------------- Fri Dec 15 08:55:52 UTC 2017 - ecsos@opensuse.org diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 0f1bf1c..c1f478b 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.42.2 +Version: 3.44.4 Release: 0 Summary: A library for property based testing License: MPL-2.0