From 487889e1094b22c1b5f98eca96d3a3ab87f8e40b5ed8d95efcede76405f253b2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 6 Jul 2018 11:59:02 +0000 Subject: [PATCH 1/3] - remove redundant pythons buildrequire OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=67 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 0771ffa..fa0920e 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 6 11:58:50 UTC 2018 - dmueller@suse.com + +- remove redundant pythons buildrequire + ------------------------------------------------------------------- Sun Jul 1 17:47:50 UTC 2018 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index b16ba4b..a1caf8c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -48,7 +48,6 @@ BuildRequires: %{python_module flaky} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 2.8.0} BuildRequires: %{python_module pytest-xdist >= 1.22.2} -BuildRequires: %{pythons} # /SECTION %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-Django >= 1.11 From d1419e6407636e2ee539d10d6bf49d40d59f294085e84cb5ad03e0a58f7181a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 8 Jul 2018 16:38:58 +0000 Subject: [PATCH 2/3] Accepting request 621456 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/621456 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=68 --- hypothesis-python-3.65.0.tar.gz | 3 --- hypothesis-python-3.66.0.tar.gz | 3 +++ python-hypothesis.changes | 13 +++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-3.65.0.tar.gz create mode 100644 hypothesis-python-3.66.0.tar.gz diff --git a/hypothesis-python-3.65.0.tar.gz b/hypothesis-python-3.65.0.tar.gz deleted file mode 100644 index 6faeaf0..0000000 --- a/hypothesis-python-3.65.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19dd76d061b091e4e8f19c80b406558633e9a93387aded9ae9e53240c6f2a87e -size 514562 diff --git a/hypothesis-python-3.66.0.tar.gz b/hypothesis-python-3.66.0.tar.gz new file mode 100644 index 0000000..1ef631d --- /dev/null +++ b/hypothesis-python-3.66.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3cd4d8ad493f9d1b1afdd650833eaeba0833bf797df16c7ea8c05a8ca1eb48 +size 518670 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index fa0920e..d8c9c42 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 7 17:11:59 UTC 2018 - arun@gmx.de + +- update to version 3.66.0: + * This release improves validation of the alphabet argument to the + text() strategy. The following misuses are now deprecated, and + will be an error in a future version: + + passing an unordered collection (such as set('abc')), which + violates invariants about shrinking and reproducibility + + passing an alphabet sequence with elements that are not strings + + passing an alphabet sequence with elements that are not of + length one, which violates any size constraints that may apply + ------------------------------------------------------------------- Fri Jul 6 11:58:50 UTC 2018 - dmueller@suse.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a1caf8c..e42ef27 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis -Version: 3.65.0 +Version: 3.66.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 From bf76b6325ff1958d8cba4e41c266e93296d51b44af8b1bd9c3ea052ab409ea3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Jul 2018 17:07:05 +0000 Subject: [PATCH 3/3] Accepting request 622326 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/622326 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=69 --- hypothesis-python-3.66.0.tar.gz | 3 --- hypothesis-python-3.66.1.tar.gz | 3 +++ python-hypothesis.changes | 12 ++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-3.66.0.tar.gz create mode 100644 hypothesis-python-3.66.1.tar.gz diff --git a/hypothesis-python-3.66.0.tar.gz b/hypothesis-python-3.66.0.tar.gz deleted file mode 100644 index 1ef631d..0000000 --- a/hypothesis-python-3.66.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3cd4d8ad493f9d1b1afdd650833eaeba0833bf797df16c7ea8c05a8ca1eb48 -size 518670 diff --git a/hypothesis-python-3.66.1.tar.gz b/hypothesis-python-3.66.1.tar.gz new file mode 100644 index 0000000..9a6787d --- /dev/null +++ b/hypothesis-python-3.66.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4609b142680f11c556043569fec2de8e990cd8a9f34000a8f3610a9c7d78c8cb +size 519129 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index d8c9c42..79f264a 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 12 15:59:06 UTC 2018 - arun@gmx.de + +- update to version 3.66.1: + * This patch fixes a rare bug where an incorrect percentage drawtime + could be displayed for a test, when the system clock was changed + during a test running under Python 2 (we use time.monotonic() + where it is available to avoid such problems). It also fixes a + possible zero-division error that can occur when the underlying C + library double-rounds an intermediate value in math.fsum() and + gets the least significant bit wrong. + ------------------------------------------------------------------- Sat Jul 7 17:11:59 UTC 2018 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index e42ef27..3a34968 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis -Version: 3.66.0 +Version: 3.66.1 Release: 0 Summary: A library for property based testing License: MPL-2.0