From 86e1a7fdb45696cc09f92e2ed3231895ce4ec3b7b79959e0736a37fd43535eeb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 13 Nov 2017 09:18:24 +0000 Subject: [PATCH 1/2] Accepting request 540764 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/540764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=26 --- hypothesis-3.36.0.tar.gz | 3 --- hypothesis-3.36.1.tar.gz | 3 +++ python-hypothesis.changes | 17 +++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.36.0.tar.gz create mode 100644 hypothesis-3.36.1.tar.gz diff --git a/hypothesis-3.36.0.tar.gz b/hypothesis-3.36.0.tar.gz deleted file mode 100644 index dd55434..0000000 --- a/hypothesis-3.36.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:736347bdd67f0ff8a881658b185e25d444484e3f300f37ae1e80d703e6d86a69 -size 128946 diff --git a/hypothesis-3.36.1.tar.gz b/hypothesis-3.36.1.tar.gz new file mode 100644 index 0000000..0719f80 --- /dev/null +++ b/hypothesis-3.36.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd3ae2f26541dc6974bd0f9a0899f949062a656c95dac36c4f83b998d8a3741 +size 128781 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 11192e1..1533f53 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Nov 11 17:16:21 UTC 2017 - arun@gmx.de + +- update to version 3.36.1: + * This is a yak shaving release, mostly concerned with our own + tests. + While getfullargspec() was documented as deprecated in Python 3.5, + it never actually emitted a warning. Our code to silence this + (nonexistent) warning has therefore been removed. + We now run our tests with DeprecationWarning as an error, and made + some minor changes to our own tests as a result. This required + similar upstream updates to coverage and execnet (a test-time + dependency via pytest-xdist). + There is no user-visible change in Hypothesis itself, but we + encourage you to consider enabling deprecations as errors in your + own tests. + ------------------------------------------------------------------- Tue Nov 7 23:22:24 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index f416eb9..7d51ab5 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.36.0 +Version: 3.36.1 Release: 0 Summary: A library for property based testing License: MPL-2.0 From c38e3826710fee2218d798df7545ea56dce19531d56ab1e9b1b5d9de20287b8d Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 14 Nov 2017 17:01:18 +0000 Subject: [PATCH 2/2] Accepting request 541872 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/541872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=27 --- hypothesis-3.36.1.tar.gz | 3 --- hypothesis-3.37.0.tar.gz | 3 +++ python-hypothesis.changes | 19 +++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.36.1.tar.gz create mode 100644 hypothesis-3.37.0.tar.gz diff --git a/hypothesis-3.36.1.tar.gz b/hypothesis-3.36.1.tar.gz deleted file mode 100644 index 0719f80..0000000 --- a/hypothesis-3.36.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd3ae2f26541dc6974bd0f9a0899f949062a656c95dac36c4f83b998d8a3741 -size 128781 diff --git a/hypothesis-3.37.0.tar.gz b/hypothesis-3.37.0.tar.gz new file mode 100644 index 0000000..27d22b5 --- /dev/null +++ b/hypothesis-3.37.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890b4f6476e31c4e49eaf8504f00384d203ada7c4b714f3d068d976037f5598d +size 129368 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 1533f53..9401370 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Nov 14 01:32:07 UTC 2017 - arun@gmx.de + +- update to version 3.37.0: + * This is a deprecation release for some health check related + features. + * The following are now deprecated: + + Passing exception_in_generation to suppress_health_check. This + no longer does anything even when passed - All errors that occur + during data generation will now be immediately reraised rather + than going through the health check mechanism. + + Passing random_module to suppress_health_check. This hasn’t done + anything for a long time, but was never explicitly + deprecated. Hypothesis always seeds the random module when + running @given tests, so this is no longer an error and + suppressing it doesn’t do anything. + + Passing non-HealthCheck values in suppress_health_check. This + was previously allowed but never did anything useful. + ------------------------------------------------------------------- Sat Nov 11 17:16:21 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 7d51ab5..2432c64 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.36.1 +Version: 3.37.0 Release: 0 Summary: A library for property based testing License: MPL-2.0