From b2d16d7217d2e3400c868199c2bc8438f0fe429e Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Tue, 1 Aug 2023 16:06:33 +0800 Subject: [PATCH] fix obs error caused by nothing provider --- python-hypothesmith.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index bad4cfc..32c1f6a 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -5,7 +5,7 @@ Hypothesis strategies for generating Python programs, something like CSmith.} Name: python-%{pypi_name} Version: 0.2.3 -Release: 1 +Release: 2 Summary: Hypothesis strategies for generating Python programs License: MPLv2.0 URL: https://github.com/Zac-HD/hypothesmith @@ -18,8 +18,8 @@ BuildRequires: python3-wheel BuildRequires: python3-editables BuildRequires: python3-hatch-vcs BuildRequires: python3-hatchling -BuildRequires: python3.10dist(hypothesis) >= 6.58.1 -BuildRequires: python3.10dist(libcst) >= 0.4 +BuildRequires: python3-hypothesis >= 6.58.1 +BuildRequires: python3-libcst >= 0.4 %description %{common_description} @@ -48,5 +48,8 @@ Summary: %{summary} %doc README.md CHANGELOG.md %changelog +* Tue Aug 1 2023 Dongxing Wang - 0.2.3-2 +- fix obs error caused by nothing provider + * Thu Jun 8 2023 chaozhangm - 0.2.3-1 - Initial package. -- Gitee