Update to 3.4.0

- Version the explicit Provides
epel9
Michel Alexandre Salim 9 years ago
parent 4ea8acb003
commit 9487d2ed8e

2
.gitignore vendored

@ -1 +1 @@
/hypothesis-3.1.3.tar.gz
/hypothesis-3.4.0.tar.gz

@ -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 <salimma@fedoraproject.org> - 3.4.0-1
- Update to 3.4.0
- Version the explicit Provides
* Wed May 04 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3.1.3-1
- Update to 3.1.3
- Remove unused code

@ -1 +1 @@
ad3a43e64099ac45a4c1b4271a6e96a0 hypothesis-3.1.3.tar.gz
c123bc1c62545d18cd243e3964000357 hypothesis-3.4.0.tar.gz

Loading…
Cancel
Save