From 2f4f3f6ac2ebb04fc0e76b76ce3804caf81ca27d Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Wed, 13 Aug 2025 11:46:44 +0800 Subject: [PATCH] Add extra package lark for hypothesmith install deps --- python-hypothesis.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a72c576..8ce7c5f 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", -- Gitee