From ee301b8bc1a4a6d916039f26edf509a844bc4417ae89d7660e456648ff8b2957 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 3 Nov 2017 14:36:35 +0000 Subject: [PATCH 1/3] Accepting request 538563 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/538563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=22 --- hypothesis-3.33.0.tar.gz | 3 --- hypothesis-3.34.0.tar.gz | 3 +++ python-hypothesis.changes | 22 ++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.33.0.tar.gz create mode 100644 hypothesis-3.34.0.tar.gz diff --git a/hypothesis-3.33.0.tar.gz b/hypothesis-3.33.0.tar.gz deleted file mode 100644 index 141659c..0000000 --- a/hypothesis-3.33.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd1624a8f0d39456423f1c3041b996dccb292efc81e30366407304960253df12 -size 128548 diff --git a/hypothesis-3.34.0.tar.gz b/hypothesis-3.34.0.tar.gz new file mode 100644 index 0000000..514eea8 --- /dev/null +++ b/hypothesis-3.34.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591011e75261d04b2245981be73cf87ef06e074826c003c10ccd552ae86cf41a +size 129003 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 4a09d2a..7600f8d 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Nov 3 05:13:56 UTC 2017 - arun@gmx.de + +- update to version 3.34.0: + * Hypothesis now emits deprecation warnings if you apply @given more + than once to a target. + Applying @given repeatedly wraps the target multiple times. Each + wrapper will search the space of of possible parameters + separately. This is equivalent but will be much more inefficient + than doing it with a single call to @given. + For example, instead of @given(booleans()) @given(integers()), you + could write @given(booleans(), integers()) + +- changes from version 3.33.1 : + * builds() would try to infer a strategy for required positional + arguments of the target from type hints, even if they had been + given to builds() as positional arguments (issue #946). Now it + only infers missing required arguments. + * An internal introspection function wrongly reported self as a + required argument for bound methods, which might also have + affected builds(). Now it knows better. + ------------------------------------------------------------------- Tue Oct 17 01:47:00 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index d341c73..21f7e4a 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.33.0 +Version: 3.34.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 From 25b6774b1d3c27dbfdfc1b90bce277ccdd412a25c1f545cd752a48854cf0962b Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 6 Nov 2017 15:39:07 +0000 Subject: [PATCH 2/3] Accepting request 538966 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/538966 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=23 --- hypothesis-3.34.0.tar.gz | 3 --- hypothesis-3.34.1.tar.gz | 3 +++ python-hypothesis.changes | 7 +++++++ python-hypothesis.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.34.0.tar.gz create mode 100644 hypothesis-3.34.1.tar.gz diff --git a/hypothesis-3.34.0.tar.gz b/hypothesis-3.34.0.tar.gz deleted file mode 100644 index 514eea8..0000000 --- a/hypothesis-3.34.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:591011e75261d04b2245981be73cf87ef06e074826c003c10ccd552ae86cf41a -size 129003 diff --git a/hypothesis-3.34.1.tar.gz b/hypothesis-3.34.1.tar.gz new file mode 100644 index 0000000..200aec4 --- /dev/null +++ b/hypothesis-3.34.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f2c59f741ee8637436a97cf7a86173d0cca8023cb62e6849af4d9d12f4ef41 +size 129059 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 7600f8d..b5361d9 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 4 02:01:40 UTC 2017 - arun@gmx.de + +- update to version 3.34.1: + * This patch updates the documentation to suggest builds(callable) + instead of just(callable()). + ------------------------------------------------------------------- Fri Nov 3 05:13:56 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 21f7e4a..299e80b 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.34.0 +Version: 3.34.1 Release: 0 Summary: A library for property based testing License: MPL-2.0 From f7327ceaff2c0fad79a05c6de4d612c99e8ba2f7c0c717e91442369d5f3b3d31 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 8 Nov 2017 15:34:07 +0000 Subject: [PATCH 3/3] Accepting request 539744 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/539744 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=24 --- hypothesis-3.34.1.tar.gz | 3 --- hypothesis-3.36.0.tar.gz | 3 +++ python-hypothesis.changes | 16 ++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.34.1.tar.gz create mode 100644 hypothesis-3.36.0.tar.gz diff --git a/hypothesis-3.34.1.tar.gz b/hypothesis-3.34.1.tar.gz deleted file mode 100644 index 200aec4..0000000 --- a/hypothesis-3.34.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67f2c59f741ee8637436a97cf7a86173d0cca8023cb62e6849af4d9d12f4ef41 -size 129059 diff --git a/hypothesis-3.36.0.tar.gz b/hypothesis-3.36.0.tar.gz new file mode 100644 index 0000000..dd55434 --- /dev/null +++ b/hypothesis-3.36.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736347bdd67f0ff8a881658b185e25d444484e3f300f37ae1e80d703e6d86a69 +size 128946 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index b5361d9..11192e1 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Nov 7 23:22:24 UTC 2017 - arun@gmx.de + +- update to version 3.36.0: + * This release adds a setting to the public API, and does some + internal cleanup: + + The derandomize setting is now documented (issue #890) + + Removed - and disallowed - all ‘bare excepts’ in Hypothesis + (issue #953) + + Documented the strict setting as deprecated, and updated the + build so our docs always match deprecations in the code. + +- changes from version 3.35.0: + * This minor release supports constraining uuids() to generate + uuid.UUID`s of a particular version. (:issue:`721) + ------------------------------------------------------------------- Sat Nov 4 02:01:40 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 299e80b..f416eb9 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.34.1 +Version: 3.36.0 Release: 0 Summary: A library for property based testing License: MPL-2.0