From f34d25aa2bfb93ecb00c0e25caad785bc77b81ddde6c7a68af01466641563536 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 9 Oct 2017 00:59:21 +0000 Subject: [PATCH] Accepting request 532341 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/532341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=17 --- hypothesis-3.31.2.tar.gz | 3 --- hypothesis-3.31.3.tar.gz | 3 +++ python-hypothesis.changes | 12 ++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.31.2.tar.gz create mode 100644 hypothesis-3.31.3.tar.gz diff --git a/hypothesis-3.31.2.tar.gz b/hypothesis-3.31.2.tar.gz deleted file mode 100644 index 28cf52a..0000000 --- a/hypothesis-3.31.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dae1880acd1c05f9c0796498c219d99ec36369b24e844f20df36f862eef20bb1 -size 128076 diff --git a/hypothesis-3.31.3.tar.gz b/hypothesis-3.31.3.tar.gz new file mode 100644 index 0000000..1e7a88d --- /dev/null +++ b/hypothesis-3.31.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8111d860a5638294fee7490acde44275ad00ffd10184aa55797ba1cbed09e871 +size 128066 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index ef7038d..b24af09 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Oct 6 19:43:51 UTC 2017 - arun@gmx.de + +- update to version 3.31.3: + * This release makes some small optimisations to our use of coverage + that should reduce constant per-example overhead. This is probably + only noticeable on examples where the test itself is quite + fast. On no-op tests that don’t test anything you may see up to a + fourfold speed increase (which is still significantly slower than + without coverage). On more realistic tests the speed up is likely + to be less than that. + ------------------------------------------------------------------- Thu Oct 5 12:11:08 UTC 2017 - dimstar@opensuse.org diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a805a8a..2bcbc96 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.31.2 +Version: 3.31.3 Release: 0 Summary: A library for property based testing License: MPL-2.0