diff --git a/hypothesis-6.122.1.tar.gz b/hypothesis-6.122.1.tar.gz deleted file mode 100644 index 2ea38c0aa7e662fa0f0a0e94a37a26ae573728da..0000000000000000000000000000000000000000 Binary files a/hypothesis-6.122.1.tar.gz and /dev/null differ diff --git a/hypothesis-6.130.8.tar.gz b/hypothesis-6.130.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..23e86b2b6453fbc798cbdbef8a29f78bcb9c4682 Binary files /dev/null and b/hypothesis-6.130.8.tar.gz differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index b2137a206b18659157d1a9bbab942f91b7280d5e..566e130be2924da48a85b93ce4c98b9b1708125d 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,6 +1,6 @@ %{?python_enable_dependency_generator} Name: python-hypothesis -Version: 6.122.1 +Version: 6.130.8 Release: 1 Summary: based testing for python code License: MPLv2.0 @@ -54,6 +54,13 @@ Help document for the python-hypothesis %{python3_sitelib}/hypothesis/ %changelog +* Thu Apr 03 2025 openeuler_bot - 6.130.8-1 +- Improve the documentation for some strategies, including "@composite" and "data()" (version: 6.130.1). +- Nesting "@given" inside of "@given" is now a health check failure (version: 6.130.0). +- Improve an additional interaction between the hypothesis-crosshair backend and our observability tools (version: 6.130.4). +- Improve the interaction between the hypothesis-crosshair backend and our observability tools (version: 6.130.3). +- Improves the documentation of "verbosity" objects (version: 6.130.8). + * Thu Dec 05 2024 xu_ping <707078654@qq.com> - 6.122.1-1 - Update package to version 6.122.1 * Fix from_type() on collections.abc.Callable returning None.