From 3be375c5b1d53eab856c4be7e94a447244e0aa8d4e3799742a228d470a2d0b60 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 May 2023 15:30:47 +0000 Subject: [PATCH] - update to 6.75.3: * This patch fixes ~hypothesis.strategies.complex_numbers accidentally invalidating itself when passed magnitude arguments for 32 and 64-bit widths, i.e. 16- and 32-bit floats, due to not internally down-casting numbers OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=168 --- _service | 2 +- hypothesis-python-6.75.2.tar.gz | 3 --- hypothesis-python-6.75.3.tar.gz | 3 +++ python-hypothesis.changes | 9 +++++++++ python-hypothesis.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 hypothesis-python-6.75.2.tar.gz create mode 100644 hypothesis-python-6.75.3.tar.gz diff --git a/_service b/_service index 57d8534..17c7a8f 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.75.2 + hypothesis-python-6.75.3 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.75.2.tar.gz b/hypothesis-python-6.75.2.tar.gz deleted file mode 100644 index f1491a1..0000000 --- a/hypothesis-python-6.75.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c692dc124a95f31ba19e8c55444bf3638129bfc9455b686dadab93ef91186e7 -size 809663 diff --git a/hypothesis-python-6.75.3.tar.gz b/hypothesis-python-6.75.3.tar.gz new file mode 100644 index 0000000..b68ec75 --- /dev/null +++ b/hypothesis-python-6.75.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f417698963d55df7dcd495df96a765a88b49ad7b7793f026c6e25a89a7c044 +size 810597 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index ef89506..0d88341 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 14 15:30:18 UTC 2023 - Dirk Müller + +- update to 6.75.3: + * This patch fixes ~hypothesis.strategies.complex_numbers accidentally + invalidating itself when passed magnitude arguments for 32 + and 64-bit widths, i.e. 16- and 32-bit floats, due to not + internally down-casting numbers + ------------------------------------------------------------------- Wed May 10 16:11:33 UTC 2023 - Daniel Garcia diff --git a/python-hypothesis.spec b/python-hypothesis.spec index c530665..0af52ce 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -37,7 +37,7 @@ ExclusiveArch: do_not_build %endif %{?sle15_python_module_pythons} Name: python-hypothesis%{psuffix} -Version: 6.75.2 +Version: 6.75.3 Release: 0 Summary: A library for property based testing License: MPL-2.0