fix obs error caused by nothing provider

This commit is contained in:
desert-sailor 2023-08-01 16:06:33 +08:00
parent b9d7dcf6cb
commit b2d16d7217

View File

@ -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 <dxwangk@isoftstone.com> - 0.2.3-2
- fix obs error caused by nothing provider
* Thu Jun 8 2023 chaozhangm <chaozhangm@isoftstone.com> - 0.2.3-1
- Initial package.