From fe3e38ad366119d50a62a79a68199a13a4b4eb86cb7347bde467e19a3baf5b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 6 Jun 2019 09:04:16 +0000 Subject: [PATCH 1/2] - update to 4.24.2 * Deprecation messages for functions in hypothesis.extra.django.models now explicitly name the deprecated function to make it easier to track down usages. * a spurious bug raised when a @st.composite function was passed a keyword-only argument. * deprecates GenericStateMachine, in favor of RuleBasedStateMachine. * This patch clarifies some error messages when the test function signature is incompatible with the arguments to @given, especially when the @settings() decorator is also used * ixes a minor formatting issue the docstring of from_type() OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=106 --- hypothesis-python-4.23.4.tar.gz | 3 --- hypothesis-python-4.24.2.tar.gz | 3 +++ python-hypothesis.changes | 13 +++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-4.23.4.tar.gz create mode 100644 hypothesis-python-4.24.2.tar.gz diff --git a/hypothesis-python-4.23.4.tar.gz b/hypothesis-python-4.23.4.tar.gz deleted file mode 100644 index 3c111b2..0000000 --- a/hypothesis-python-4.23.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e1cb35a794813336600ebe7c8f7d29aa98a3a492e28ac9feaef14ef4e83d64 -size 1188342 diff --git a/hypothesis-python-4.24.2.tar.gz b/hypothesis-python-4.24.2.tar.gz new file mode 100644 index 0000000..0b31cce --- /dev/null +++ b/hypothesis-python-4.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127f590504b10a7558b51e3e258e5f77c1a97f5708abd1296209132bc6c30e01 +size 1188668 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 885d3b7..09ba656 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jun 6 09:01:21 UTC 2019 - Ondřej Súkup + +- update to 4.24.2 + * Deprecation messages for functions in hypothesis.extra.django.models + now explicitly name the deprecated function to make it easier to track down usages. + * a spurious bug raised when a @st.composite function was passed a keyword-only argument. + * deprecates GenericStateMachine, in favor of RuleBasedStateMachine. + * This patch clarifies some error messages when the test function signature + is incompatible with the arguments to @given, especially when the @settings() + decorator is also used + * ixes a minor formatting issue the docstring of from_type() + ------------------------------------------------------------------- Tue May 14 11:05:16 UTC 2019 - Ondřej Súkup diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 60bd1cd..01b9448 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis%{psuffix} -Version: 4.23.4 +Version: 4.24.2 Release: 0 Summary: A library for property based testing License: MPL-2.0 From 812634a3d38eb09deea5e5876d9c9aeb69650b3db34753c93b77942226951b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 10 Jun 2019 08:15:30 +0000 Subject: [PATCH 2/2] Accepting request 708789 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/708789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=107 --- hypothesis-python-4.24.2.tar.gz | 3 --- hypothesis-python-4.24.3.tar.gz | 3 +++ python-hypothesis.changes | 10 ++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-4.24.2.tar.gz create mode 100644 hypothesis-python-4.24.3.tar.gz diff --git a/hypothesis-python-4.24.2.tar.gz b/hypothesis-python-4.24.2.tar.gz deleted file mode 100644 index 0b31cce..0000000 --- a/hypothesis-python-4.24.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127f590504b10a7558b51e3e258e5f77c1a97f5708abd1296209132bc6c30e01 -size 1188668 diff --git a/hypothesis-python-4.24.3.tar.gz b/hypothesis-python-4.24.3.tar.gz new file mode 100644 index 0000000..01ae3a4 --- /dev/null +++ b/hypothesis-python-4.24.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141d9cab734812e973183598fbef947824b8ece01d7bf4ba3780627474e232e5 +size 1188860 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 09ba656..78e246e 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 8 23:18:22 UTC 2019 - Arun Persaud + +- update to version 4.24.3: + * This patch improves the implementation of an internal wrapper on + Python 3.8 beta1 (and will break on the alphas; but they’re not + meant to be stable). On other versions, there is no change at + all. Thanks to Daniel Hahler for the patch, and Victor Stinner for + his work on bpo-37032 that made it possible. + ------------------------------------------------------------------- Thu Jun 6 09:01:21 UTC 2019 - Ondřej Súkup diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 01b9448..6fda9db 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis%{psuffix} -Version: 4.24.2 +Version: 4.24.3 Release: 0 Summary: A library for property based testing License: MPL-2.0