From a53eb8ad4011376f2ccae04fd464ad0ee7d757acbdb6276e1c411786926e4470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 1 Nov 2023 15:22:24 +0000 Subject: [PATCH] - Update to 6.88.1 * improves :func:`~hypothesis.strategies.register_type_strategy` when used with tuple subclasses, by preventing them from being interpreted as generic and provided to strategies like st.from_type(Sequence[int]) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=177 --- _service | 2 +- hypothesis-python-6.88.0.tar.gz | 3 --- hypothesis-python-6.88.1.tar.gz | 3 +++ python-hypothesis.changes | 8 ++++++++ python-hypothesis.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 hypothesis-python-6.88.0.tar.gz create mode 100644 hypothesis-python-6.88.1.tar.gz diff --git a/_service b/_service index ce1f041..526b21e 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.88.0 + hypothesis-python-6.88.1 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.88.0.tar.gz b/hypothesis-python-6.88.0.tar.gz deleted file mode 100644 index f9bf133..0000000 --- a/hypothesis-python-6.88.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0191dae625a4958deba1bf321c820b8d00683ce72a7d19e2f2629ed7c1bf5a01 -size 830127 diff --git a/hypothesis-python-6.88.1.tar.gz b/hypothesis-python-6.88.1.tar.gz new file mode 100644 index 0000000..3491ee3 --- /dev/null +++ b/hypothesis-python-6.88.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a5a6ec53e46cc2df164b1d68ee587316c9113b79b0ed798d914af59e4bbbf0 +size 830739 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 8fc5677..650c5e0 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 1 15:02:50 UTC 2023 - Ondřej Súkup + +- Update to 6.88.1 + * improves :func:`~hypothesis.strategies.register_type_strategy` when + used with tuple subclasses, by preventing them from being interpreted + as generic and provided to strategies like st.from_type(Sequence[int]) + ------------------------------------------------------------------- Mon Oct 16 14:10:17 UTC 2023 - Ondřej Súkup diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 1c2bbed..d28afab 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.88.0 +Version: 6.88.1 Release: 0 Summary: A library for property based testing License: MPL-2.0