From f7b06530329fef464a2d17de762ba7e0d8a1674dcfc8c4fd5579e3ceb5f07588 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 6 Sep 2024 07:04:37 +0000 Subject: [PATCH] - Update to 6.112.0 * This release adds support for variable-width bytes in our IR layer (issue #3921), which should mean improved performance anywhere you use binary(). If you maintain an alternative backend as part of our (for now explicitly unstable) Alternative backends for Hypothesis, this release changes the draw_* interface and may be a breaking change for you. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=193 --- _service | 2 +- hypothesis-python-6.111.1.tar.gz | 3 --- hypothesis-python-6.112.0.tar.gz | 3 +++ python-hypothesis.changes | 11 +++++++++++ python-hypothesis.spec | 4 +++- 5 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 hypothesis-python-6.111.1.tar.gz create mode 100644 hypothesis-python-6.112.0.tar.gz diff --git a/_service b/_service index f44e5c2..d701c57 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.111.1 + hypothesis-python-6.112.0 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.111.1.tar.gz b/hypothesis-python-6.111.1.tar.gz deleted file mode 100644 index 68550d2..0000000 --- a/hypothesis-python-6.111.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2fc1464cea0aa733276a6ed9288002c25a8ef5339388a5d187493ae5063c067 -size 933508 diff --git a/hypothesis-python-6.112.0.tar.gz b/hypothesis-python-6.112.0.tar.gz new file mode 100644 index 0000000..f1d8cc6 --- /dev/null +++ b/hypothesis-python-6.112.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cb533357dd4d9e0f16071f5b8fca2f9a6966872cc9ca0e1377f071b08da7b2 +size 933779 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 2622a6a..cb133e5 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 6 05:56:55 UTC 2024 - Ben Greiner + +- Update to 6.112.0 + * This release adds support for variable-width bytes in our IR + layer (issue #3921), which should mean improved performance + anywhere you use binary(). If you maintain an alternative + backend as part of our (for now explicitly unstable) + Alternative backends for Hypothesis, this release changes the + draw_* interface and may be a breaking change for you. + ------------------------------------------------------------------- Wed Aug 21 14:23:01 UTC 2024 - Nico Krapp diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 29d5e15..f9d2832 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -38,7 +38,7 @@ ExclusiveArch: do_not_build %endif %{?sle15_python_module_pythons} Name: python-hypothesis%{psuffix} -Version: 6.111.1 +Version: 6.112.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -158,6 +158,8 @@ fi # https://github.com/HypothesisWorks/hypothesis/issues/3704 donttest+=" or (test_make_full_patch and covering)" donttest+=" or test_overflowing_integers_are_deprecated" +# suddenly does not raise InvalidArgument with Numpy 2 +donttest+=" or test_unrepresentable_elements_are_deprecated" # we're disabling the healthcheck below, obs is too flaky with it donttest+=" or fails_health_check or slow_tests or on_healthcheck or a_health_check" donttest+=" or test_statistics_with_events_and_target"