From 9487d2ed8efb2941208fe30af41b91e69144f802 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: May 29 2016 13:27:00 +0000 Subject: Update to 3.4.0 - Version the explicit Provides --- diff --git a/.gitignore b/.gitignore index d6afc21..78577a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/hypothesis-3.1.3.tar.gz +/hypothesis-3.4.0.tar.gz diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 2ff7915..4c01610 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} -Version: 3.1.3 +Version: 3.4.0 Release: 1%{?dist} Summary: A library for property based testing @@ -40,7 +40,7 @@ Requires: python-enum34 Suggests: numpy Suggests: pytz %else -Provides: python-hypothesis +Provides: python-hypothesis = %{version}-%{release} %endif %description -n python2-%{srcname} @@ -113,6 +113,10 @@ READTHEDOCS=True sphinx-build -b man docs docs/_build/man %endif %changelog +* Sun May 29 2016 Michel Alexandre Salim - 3.4.0-1 +- Update to 3.4.0 +- Version the explicit Provides + * Wed May 04 2016 Nathaniel McCallum - 3.1.3-1 - Update to 3.1.3 - Remove unused code diff --git a/sources b/sources index 9265c1b..f1254a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad3a43e64099ac45a4c1b4271a6e96a0 hypothesis-3.1.3.tar.gz +c123bc1c62545d18cd243e3964000357 hypothesis-3.4.0.tar.gz