|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 5.8.0
|
|
|
|
Version: 5.8.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Library for property based testing
|
|
|
|
Summary: Library for property based testing
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -50,6 +50,7 @@ BuildRequires: python3dist(pexpect)
|
|
|
|
BuildRequires: python3dist(pytest)
|
|
|
|
BuildRequires: python3dist(pytest)
|
|
|
|
BuildRequires: python3dist(pytest-xdist)
|
|
|
|
BuildRequires: python3dist(pytest-xdist)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: python%{python3_version}dist(sortedcontainers)
|
|
|
|
Suggests: python%{python3_version}dist(pytz) >= 2014.1
|
|
|
|
Suggests: python%{python3_version}dist(pytz) >= 2014.1
|
|
|
|
Suggests: python%{python3_version}dist(numpy) >= 1.9.0
|
|
|
|
Suggests: python%{python3_version}dist(numpy) >= 1.9.0
|
|
|
|
Suggests: python%{python3_version}dist(pytest) >= 3.0
|
|
|
|
Suggests: python%{python3_version}dist(pytest) >= 3.0
|
|
|
@ -93,6 +94,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 7 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.8.0-2
|
|
|
|
|
|
|
|
- Manually add requirement on sortedcontainers
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 7 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.8.0-1
|
|
|
|
* Tue Apr 7 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.8.0-1
|
|
|
|
- Update to 5.8.0
|
|
|
|
- Update to 5.8.0
|
|
|
|
|
|
|
|
|
|
|
|