From e5ea557acc94a9404ee73e612abe39fe9c233bff8da09cc47604a3fd7607e852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 21 Oct 2018 18:21:09 +0000 Subject: [PATCH] Accepting request 643507 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/643507 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=87 --- hypothesis-python-3.76.0.tar.gz | 3 --- hypothesis-python-3.79.0.tar.gz | 3 +++ python-hypothesis.changes | 28 ++++++++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-3.76.0.tar.gz create mode 100644 hypothesis-python-3.79.0.tar.gz diff --git a/hypothesis-python-3.76.0.tar.gz b/hypothesis-python-3.76.0.tar.gz deleted file mode 100644 index 5c9916d..0000000 --- a/hypothesis-python-3.76.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98325aac025ec78f10b3ff81385d441522f9bd16c1d45ee2505757e7779cd8e9 -size 555266 diff --git a/hypothesis-python-3.79.0.tar.gz b/hypothesis-python-3.79.0.tar.gz new file mode 100644 index 0000000..eb3a410 --- /dev/null +++ b/hypothesis-python-3.79.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c58d823d9fe042a351730f7971aacad52946e94b80c9fc41cf276d1c4bf29a +size 556928 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 424d466..a93e6ce 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Oct 20 15:34:34 UTC 2018 - Arun Persaud + +- update to version 3.79.0: + * This release adds a CLI flag for verbosity --hypothesis-verbosity + to the Hypothesis pytest plugin, applied after loading the profile + specified by --hypothesis-profile. Valid options are the names of + verbosity settings, quiet, normal, verbose or debug.Thanks to Bex + Dunn for writing this patch at the PyCon Australia sprints! + * The pytest header now correctly reports the current profile if + --hypothesis-profile has been used. Thanks to Mathieu Paturel for t + he contribution at the Canberra Python Hacktoberfest. + +- changes from version 3.78.0: + * This release has deprecated the generation of integers, floats and + fractions when the conversion of the upper and/ or lower bound is + not 100% exact, e.g. when an integer gets passed a bound that is + not a whole number. (issue #1625) + +- changes from version 3.77.0: + * This minor release adds functionality to settings allowing it to + be used as a decorator on RuleBasedStateMachine and + GenericStateMachine. + +- changes from version 3.76.1: + * This patch fixes some warnings added by recent releases of + pydocstyle and mypy. + ------------------------------------------------------------------- Sun Oct 14 15:26:36 UTC 2018 - Arun Persaud diff --git a/python-hypothesis.spec b/python-hypothesis.spec index d6b13ee..f3e1124 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -30,7 +30,7 @@ %bcond_with test %endif %bcond_without python2 -Version: 3.76.0 +Version: 3.79.0 Release: 0 Summary: A library for property based testing License: MPL-2.0