From c955852d4f6b1c41a8f8a9c50bc553f56494f461 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 14 Feb 2016 10:36:33 +0700 Subject: [PATCH] Update to 2.0.0 --- .gitignore | 2 +- python-hypothesis.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 618c0f5..57164fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/hypothesis-1.11.2.tar.gz +/hypothesis-2.0.0.tar.gz diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 85d7708..5e693e9 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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 - 2.0.0-1 +- Update to 2.0.0 + * Thu Feb 04 2016 Fedora Release Engineering - 1.11.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index a3f5537..c802664 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91ade740d78dd6c64e131d8dd11fdf93 hypothesis-1.11.2.tar.gz +b1d19eeea7e0410e31c51b34813b9dc0 hypothesis-2.0.0.tar.gz