Update to 2.0.0

epel9
Michel Alexandre Salim 9 years ago
parent 77636b7ae1
commit c955852d4f

2
.gitignore vendored

@ -1 +1 @@
/hypothesis-1.11.2.tar.gz /hypothesis-2.0.0.tar.gz

@ -6,17 +6,18 @@
%endif %endif
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.11.2 Version: 2.0.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: %{sum} Summary: %{sum}
License: MPLv2.0 License: MPLv2.0
URL: https://github.com/DRMacIver/hypothesis 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 BuildArch: noarch
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: python-sphinx_rtd_theme
# Test dependencies # Test dependencies
BuildRequires: numpy BuildRequires: numpy
BuildRequires: pytest BuildRequires: pytest
@ -102,7 +103,8 @@ rm -rf tests/nocover
%py2_build %py2_build
%if 0%{?with_python3} %if 0%{?with_python3}
%py3_build %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 %endif
@ -140,6 +142,9 @@ rm -rf tests/py2
%endif %endif
%changelog %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 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
91ade740d78dd6c64e131d8dd11fdf93 hypothesis-1.11.2.tar.gz b1d19eeea7e0410e31c51b34813b9dc0 hypothesis-2.0.0.tar.gz

Loading…
Cancel
Save