|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
%{?python_enable_dependency_generator}
|
|
|
|
|
%global srcname hypothesis
|
|
|
|
|
|
|
|
|
|
%?python_enable_dependency_generator
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 3.44.24
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Library for property based testing
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
@ -35,8 +34,6 @@ BuildRequires: python2-setuptools
|
|
|
|
|
BuildRequires: python2dist(attrs)
|
|
|
|
|
BuildRequires: python2dist(coverage)
|
|
|
|
|
BuildRequires: python2dist(enum34)
|
|
|
|
|
# https://github.com/rpm-software-management/rpm/issues/382
|
|
|
|
|
Requires: python%{python2_version}dist(enum34)
|
|
|
|
|
Suggests: python%{python2_version}dist(pytz)
|
|
|
|
|
Suggests: python%{python2_version}dist(numpy) >= 1.9.0
|
|
|
|
|
Suggests: python%{python2_version}dist(pytest) >= 2.8.0
|
|
|
|
@ -89,6 +86,9 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
|
|
|
|
%{_mandir}/man1/hypothesis.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.44.24-4
|
|
|
|
|
- Pick up automatic dependency from generator
|
|
|
|
|
|
|
|
|
|
* Sat Feb 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.44.24-3
|
|
|
|
|
- Add missing dependency on enum34
|
|
|
|
|
|
|
|
|
|