diff --git a/_service b/_service index 1f914f5..aef83e2 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.127.2 + hypothesis-python-6.127.5 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.127.2.tar.gz b/hypothesis-python-6.127.2.tar.gz deleted file mode 100644 index dae16bc..0000000 --- a/hypothesis-python-6.127.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b87692f1bf46ea5f8460bd6bcca6eb93f1db941743bf2229bd61e85434653223 -size 973770 diff --git a/hypothesis-python-6.127.5.tar.gz b/hypothesis-python-6.127.5.tar.gz new file mode 100644 index 0000000..b1bd22a --- /dev/null +++ b/hypothesis-python-6.127.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdc5181341e7b64ecc0d9980a38fd1c56de444f2f91768844c76ffc54a04855 +size 974063 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index e92ac31..6605bd8 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,7 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 3 11:32:39 UTC 2025 - Markéta Machová + +- Update to 6.127.5 + * Improve shrinking of non-standard NaN float values + * Update our vendored list of top-level domains, which is used by + the provisional domains() strategy. + * Fix a bug where from_type() would error on certain types + involving Protocol + ------------------------------------------------------------------- Wed Feb 26 07:00:42 UTC 2025 - Daniel Garcia -- Update to 6.172.2: +- Update to 6.127.2: - Adjust type hints for the pub-sub database implementation in version 6.126.0, and remove a remnant debug print in its implementation. diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 26cde45..4c4398d 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.127.2 +Version: 6.127.5 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -224,7 +224,7 @@ donttest+=" or test_adds_note_showing_which_strategy" %if !%{with test} %files %{python_files} %license LICENSE.txt -%doc README.rst +%doc README.md %python_alternative %{_bindir}/hypothesis %{python_sitelib}/hypothesis %{python_sitelib}/_hypothesis*.py