Update to 6.6.0

epel9
Miro Hrončok 4 years ago
parent eeddc37642
commit a7ad9a7ad1

@ -1,12 +1,12 @@
%global srcname hypothesis %global srcname hypothesis
Name: python-%{srcname} Name: python-%{srcname}
Version: 5.43.9 Version: 6.6.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for property based testing Summary: Library for property based testing
License: MPLv2.0 License: MPLv2.0
URL: https://github.com/HypothesisWorks/hypothesis-python URL: https://github.com/HypothesisWorks/hypothesis
Source0: %{url}/archive/%{srcname}-python-%{version}/%{srcname}-%{version}.tar.gz Source0: %{url}/archive/%{srcname}-python-%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -82,7 +82,8 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
%if %{with tests} %if %{with tests}
%check %check
%pytest -v -n auto \ %pytest -v -n auto \
-k "not test_healthcheck_traceback_is_hidden and not test_registered_from_entrypoint" -k "not test_registered_from_entrypoint" \
--ignore tests/codemods \
%endif %endif
%files -n python%{python3_pkgversion}-%{srcname} %files -n python%{python3_pkgversion}-%{srcname}
@ -96,6 +97,10 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
%endif %endif
%changelog %changelog
* Mon Mar 08 2021 Miro Hrončok <mhroncok@redhat.com> - 6.6.0-1
- Update to 6.6.0
- Fixes: rhbz#1902400
* Mon Feb 01 2021 Miro Hrončok <mhroncok@redhat.com> - 5.43.9-1 * Mon Feb 01 2021 Miro Hrončok <mhroncok@redhat.com> - 5.43.9-1
- Update to 5.43.9 - Update to 5.43.9

@ -1 +1 @@
SHA512 (hypothesis-5.43.9.tar.gz) = 1040dd8065604c175c5c138846c050ea1c28c5823e9ba17ffee67edfbae9a3ea071d9db40c844735513d2c7f1168aa6fef8d3fc3a3774cc49b6889b77816008b SHA512 (hypothesis-6.6.0.tar.gz) = a446b4a11c6ee013225bfcd58e26efc6c9d867545d9bcf90a19468cb01fc5e2c5a7280ff9a80d4a1adbfe06dd155df6152941d5f53869d85e1d259e68a33a5e2

Loading…
Cancel
Save