fix obs error caused by nothing provider
This commit is contained in:
parent
b9d7dcf6cb
commit
b2d16d7217
@ -5,7 +5,7 @@ Hypothesis strategies for generating Python programs, something like CSmith.}
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.3
|
Version: 0.2.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Hypothesis strategies for generating Python programs
|
Summary: Hypothesis strategies for generating Python programs
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: https://github.com/Zac-HD/hypothesmith
|
URL: https://github.com/Zac-HD/hypothesmith
|
||||||
@ -18,8 +18,8 @@ BuildRequires: python3-wheel
|
|||||||
BuildRequires: python3-editables
|
BuildRequires: python3-editables
|
||||||
BuildRequires: python3-hatch-vcs
|
BuildRequires: python3-hatch-vcs
|
||||||
BuildRequires: python3-hatchling
|
BuildRequires: python3-hatchling
|
||||||
BuildRequires: python3.10dist(hypothesis) >= 6.58.1
|
BuildRequires: python3-hypothesis >= 6.58.1
|
||||||
BuildRequires: python3.10dist(libcst) >= 0.4
|
BuildRequires: python3-libcst >= 0.4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
@ -48,5 +48,8 @@ Summary: %{summary}
|
|||||||
%doc README.md CHANGELOG.md
|
%doc README.md CHANGELOG.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 8 2023 chaozhangm <chaozhangm@isoftstone.com> - 0.2.3-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user