|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: python-hypothesis
|
|
|
|
|
Version: 6.14.3
|
|
|
|
|
Version: 6.24.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library for property based testing
|
|
|
|
|
|
|
|
|
@ -56,6 +56,8 @@ Summary: %{summary}
|
|
|
|
|
%autosetup -n hypothesis-hypothesis-python-%{version}/hypothesis-python -p2
|
|
|
|
|
# disable Sphinx extensions that require Internet access
|
|
|
|
|
sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
|
|
|
|
|
# disable Sphinx non-available extensions
|
|
|
|
|
sed -i -e '/sphinx_codeautolink/d' docs/conf.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -86,9 +88,6 @@ k="not test_registered_from_entrypoint"
|
|
|
|
|
# https://github.com/HypothesisWorks/hypothesis/issues/3035
|
|
|
|
|
k="$k and not test_recursion_error_is_not_flaky"
|
|
|
|
|
|
|
|
|
|
# https://github.com/HypothesisWorks/hypothesis/issues/3036
|
|
|
|
|
k="$k and not test_ghostwriter_example_outputs[base64_magic]"
|
|
|
|
|
|
|
|
|
|
# https://github.com/pandas-dev/pandas/commit/95a86a9884e
|
|
|
|
|
%if "%{_arch}" == "s390x"
|
|
|
|
|
k="$k and not test_data_frames_with_timestamp_columns"
|
|
|
|
@ -117,6 +116,10 @@ k="$k and not test_data_frames_with_timestamp_columns"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 12 2021 Lumír Balhar <lbalhar@redhat.com> - 6.24.2
|
|
|
|
|
- Update to 6.24.2
|
|
|
|
|
Resolves: rhbz#1986184
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Miro Hrončok <mhroncok@redhat.com> - 6.14.3-1
|
|
|
|
|
- Update to 6.14.3
|
|
|
|
|
- Fixes: rhbz#1937016
|
|
|
|
|