From 492547d1eee4f0f43595d2190648942efe8eba1281fc580d98d97c5f3bd5fecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 22 Nov 2017 22:36:42 +0000 Subject: [PATCH] Accepting request 544482 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/544482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=31 --- hypothesis-3.38.0.tar.gz | 3 --- hypothesis-3.38.4.tar.gz | 3 +++ python-hypothesis.changes | 26 ++++++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.38.0.tar.gz create mode 100644 hypothesis-3.38.4.tar.gz diff --git a/hypothesis-3.38.0.tar.gz b/hypothesis-3.38.0.tar.gz deleted file mode 100644 index c4be354..0000000 --- a/hypothesis-3.38.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffa4b080640f0528d37436c8d20dd4e6a6b7628d644d1d69e8a7d124b4a31565 -size 129612 diff --git a/hypothesis-3.38.4.tar.gz b/hypothesis-3.38.4.tar.gz new file mode 100644 index 0000000..25731b7 --- /dev/null +++ b/hypothesis-3.38.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4163f599c0c0ffd283531001795a6a14f9ed8ceb6b2a2ebe1eb6e37da6a217ed +size 129660 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 41b3825..cd43e8e 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Nov 22 19:42:32 UTC 2017 - arun@gmx.de + +- update to version 3.38.4: + * This release updates the reported statistics so that they show + approximately what fraction of your test run time is spent in data + generation (as opposed to test execution). + +- changes from version 3.38.3: + * This is a documentation release, which ensures code examples are + up to date by running them as doctests in CI (issue #711). + +- changes from version 3.38.2: + * This release changes the behaviour of the deadline setting when + used with data(): Time spent inside calls to data.draw will no + longer be counted towards the deadline time. + * As a side effect of some refactoring required for this work, the + way flaky tests are handled has changed slightly. You are unlikely + to see much difference from this, but some error messages will + have changed. + +- changes from version 3.38.1: + * This patch has a variety of non-user-visible refactorings, + removing various minor warts ranging from indirect imports to + typos in comments. + ------------------------------------------------------------------- Sun Nov 19 05:19:56 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 1701fcb..fc38ce0 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.38.0 +Version: 3.38.4 Release: 0 Summary: A library for property based testing License: MPL-2.0