|
|
|
@ -6,17 +6,18 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 1.11.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.0.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
|
URL: https://github.com/DRMacIver/hypothesis
|
|
|
|
|
Source0: https://github.com/DRMacIver/hypothesis/archive/v%{version}.tar.gz#/hypothesis-%{version}.tar.gz
|
|
|
|
|
Source0: https://github.com/DRMacIver/hypothesis/archive/%{version}.tar.gz#/hypothesis-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-sphinx
|
|
|
|
|
BuildRequires: python-sphinx_rtd_theme
|
|
|
|
|
# Test dependencies
|
|
|
|
|
BuildRequires: numpy
|
|
|
|
|
BuildRequires: pytest
|
|
|
|
@ -102,7 +103,8 @@ rm -rf tests/nocover
|
|
|
|
|
%py2_build
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%py3_build
|
|
|
|
|
(cd docs && READTHEDOCS=True make man)
|
|
|
|
|
#(cd docs && READTHEDOCS=True make man)
|
|
|
|
|
sphinx-build -W -b man -d docs/_build/doctrees docs docs/_build/man
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -140,6 +142,9 @@ rm -rf tests/py2
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 14 2016 Michel Salim <salimma@fedoraproject.org> - 2.0.0-1
|
|
|
|
|
- Update to 2.0.0
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|