Update to 3.38.4
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
9e7435a481
commit
f3aed1bd6f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/hypothesis-3.36.1.tar.gz
|
||||
/hypothesis-3.37.0.tar.gz
|
||||
/hypothesis-3.38.0.tar.gz
|
||||
/hypothesis-3.38.4.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global srcname hypothesis
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 3.38.0
|
||||
Version: 3.38.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for property based testing
|
||||
|
||||
@ -74,9 +74,7 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
||||
%install
|
||||
%py2_install
|
||||
%py3_install
|
||||
|
||||
%{__install} -Dp -m 644 docs/_build/man/hypothesis.1 \
|
||||
$RPM_BUILD_ROOT%{_mandir}/man1/hypothesis.1
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1
|
||||
|
||||
%files -n python2-%{srcname}
|
||||
%license LICENSE.txt
|
||||
@ -93,6 +91,9 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
||||
%{_mandir}/man1/hypothesis.1*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.38.4-1
|
||||
- Update to 3.38.4
|
||||
|
||||
* Sun Nov 19 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.38.0-1
|
||||
- Update to 3.38.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hypothesis-3.38.0.tar.gz) = 9001b045013f720885e53649c9445ac12c149e609b2532fc52ed2b4743aad59a2a59d6775988f65a23b58983a726849d75c368d291662c4b1d62e5d769efe88e
|
||||
SHA512 (hypothesis-3.38.4.tar.gz) = be96636dca13dd3e86f09744b3cbb778bace108396cdb6f664a887c0c60963d8f3b02eef021f9f20a38e1444524da93ea324279d537dab2c38d6fd5cfd2ede91
|
||||
|
||||
Loading…
Reference in New Issue
Block a user