|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|