Update to 6.24.2
This commit is contained in:
parent
6570743402
commit
d967ec51f0
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hypothesis-6.14.3.tar.gz) = 1722c5dcf1eb7375fd09d4208851826582808449fcaaa0345f1461d9a531961500a9c888bec5a457efbbb34f8178464b3358a3187b94bb5c783af42b4e7287ce
|
||||
SHA512 (hypothesis-6.24.2.tar.gz) = 9e4ee194fe561f8a39a26ab63cad4b6f093b2fcb56d02a5adfc4bdee1d7ccf55e6712d1af41d17155c6e88ecc75e6f191cf2761c2d71c2c052d7e8259cff0326
|
||||
|
||||
Loading…
Reference in New Issue
Block a user