Update to 3.34.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
5496c908d3
commit
3826556e7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/hypothesis-3.12.0.tar.gz
|
/hypothesis-3.12.0.tar.gz
|
||||||
/hypothesis-3.33.1.tar.gz
|
/hypothesis-3.33.1.tar.gz
|
||||||
/hypothesis-3.34.0.tar.gz
|
/hypothesis-3.34.0.tar.gz
|
||||||
|
/hypothesis-3.34.1.tar.gz
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
%global srcname hypothesis
|
%global srcname hypothesis
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.34.0
|
Version: 3.34.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for property based testing
|
Summary: Library for property based testing
|
||||||
|
|
||||||
@ -81,16 +81,21 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
|||||||
%files -n python2-%{srcname}
|
%files -n python2-%{srcname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python2_sitelib}/*
|
%{python2_sitelib}/hypothesis-*.egg-info/
|
||||||
|
%{python2_sitelib}/hypothesis/
|
||||||
%{_mandir}/man1/hypothesis.1*
|
%{_mandir}/man1/hypothesis.1*
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/hypothesis-*.egg-info
|
||||||
|
%{python3_sitelib}/hypothesis/
|
||||||
%{_mandir}/man1/hypothesis.1*
|
%{_mandir}/man1/hypothesis.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.34.1-1
|
||||||
|
- Update to 3.34.1
|
||||||
|
|
||||||
* Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.34.0-1
|
* Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.34.0-1
|
||||||
- Update to 3.34.0
|
- Update to 3.34.0
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hypothesis-3.34.0.tar.gz) = 45e49bb6bfa60b1bc78b09021c23c7180a2a7ff1f5bab317a9538a09af14e61b07b13d8fbef1ac0bc09acd7deae7b2a5c35b9869426dfa9494422033107a9f31
|
SHA512 (hypothesis-3.34.1.tar.gz) = d061c67551c7f877fd7b046ab8164fd01f73f8b013f257817a4e85177f0b8b1782d333d79b492e07771ecdb54ca4451fbcc6271cae19f9a9040160cc45db0644
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user