Update to 6.6.0
This commit is contained in:
parent
eeddc37642
commit
a7ad9a7ad1
@ -1,12 +1,12 @@
|
||||
%global srcname hypothesis
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 5.43.9
|
||||
Version: 6.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for property based testing
|
||||
|
||||
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
|
||||
|
||||
BuildArch: noarch
|
||||
@ -82,7 +82,8 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
||||
%if %{with tests}
|
||||
%check
|
||||
%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
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{srcname}
|
||||
@ -96,6 +97,10 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Update to 5.43.9
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hypothesis-5.43.9.tar.gz) = 1040dd8065604c175c5c138846c050ea1c28c5823e9ba17ffee67edfbae9a3ea071d9db40c844735513d2c7f1168aa6fef8d3fc3a3774cc49b6889b77816008b
|
||||
SHA512 (hypothesis-6.6.0.tar.gz) = a446b4a11c6ee013225bfcd58e26efc6c9d867545d9bcf90a19468cb01fc5e2c5a7280ff9a80d4a1adbfe06dd155df6152941d5f53869d85e1d259e68a33a5e2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user