diff --git a/_service b/_service index 6b79b8d..3c5fbdc 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.92.2 + hypothesis-python-6.93.2 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.92.2.tar.gz b/hypothesis-python-6.92.2.tar.gz deleted file mode 100644 index 694a662..0000000 --- a/hypothesis-python-6.92.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5120fedfce44e47a4aad3727ad45be51f44e5bcd211923a679bd05e7c1bc7603 -size 849472 diff --git a/hypothesis-python-6.93.2.tar.gz b/hypothesis-python-6.93.2.tar.gz new file mode 100644 index 0000000..33be0af --- /dev/null +++ b/hypothesis-python-6.93.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60feb432a7ec7846fd97aebd58a2a2e2a42fd70527e615df6b81d51ff58d6c18 +size 856122 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index fec7c07..dd2dfee 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 24 13:47:04 UTC 2024 - ecsos + +- Update to 6.93.2: + * This patch improves observability reports by moving timing + information from metadata to a new timing key, and supporting + conversion of additional argument types to json rather than + string reprs via a .to_json() method + (including e.g. Pandas dataframes). + ------------------------------------------------------------------- Sat Jan 6 20:28:21 UTC 2024 - Dirk Müller diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 4002582..ff71c61 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.92.2 +Version: 6.93.2 Release: 0 Summary: A library for property based testing License: MPL-2.0