diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a72c576d867f845c524537ef3b15b2025ec3c5c4..8ce7c5f28a5b3f9ceeaac6e7c6affcf63fafe7b8 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: python-hypothesis Version: 6.135.16 -Release: 1 +Release: 2 Summary: based testing for python code License: MPL-2.0 URL: https://github.com/HypothesisWorks/hypothesis @@ -22,6 +22,8 @@ Obsoletes: platform-python-hypothesis < %{version}-%{release} BuildRequires: python3-devel python3-setuptools python3dist(attrs) BuildRequires: python3-pip python3-wheel +%python_extras_subpkg -n python3-hypothesis -i %{python3_sitelib}/hypothesis-*.dist-info lark + %description -n python3-hypothesis This package provides a library called hypothesis for testing Python code, which has more examples and is based on the Haskell library, Quickcheck, @@ -55,6 +57,9 @@ Help document for the python-hypothesis %{python3_sitelib}/hypothesis/ %changelog +* Wed Aug 13 2025 Dongxing Wang - 6.135.16-2 +- Add extra package lark for hypothesmith install deps + * Thu Jun 26 2025 Ge Wang - 6.135.16-1 - Update to 6.135.16: * Fixes an error when the "_pytest" module is present in "sys.modules",