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.122.2.tar.gz b/hypothesis-6.122.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8af4c8d84d1c32ea44da3bedfd19f563ad9f3928 Binary files /dev/null and b/hypothesis-6.122.2.tar.gz differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index b2137a206b18659157d1a9bbab942f91b7280d5e..55d19897f94705a82bd6ac3c5afc93ed87d55a54 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.122.2 Release: 1 Summary: based testing for python code License: MPLv2.0 @@ -54,6 +54,10 @@ Help document for the python-hypothesis %{python3_sitelib}/hypothesis/ %changelog +* Tue May 13 2025 openeuler_bot - 6.122.2-1 +- update python-hypothesis to 6.122.2 + + * 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.