|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
%global _without_doc 1
|
|
|
|
|
%global _without_tests 1
|
|
|
|
|
Name: python-hypothesis
|
|
|
|
|
Version: 6.6.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Library for property based testing
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
@ -113,6 +115,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 6.6.0-3
|
|
|
|
|
- Bootstrap for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Thu Mar 11 2021 Miro Hrončok <mhroncok@redhat.com> - 6.6.0-2
|
|
|
|
|
- Skip test_data_frames_with_timestamp_columns on s390x until Pandas is fixed
|
|
|
|
|
|
|
|
|
|