|
|
@ -1,8 +1,8 @@
|
|
|
|
%global srcname hypothesis
|
|
|
|
%global srcname hypothesis
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 5.20.3
|
|
|
|
Version: 5.29.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library for property based testing
|
|
|
|
Summary: Library for property based testing
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -18,6 +18,7 @@ BuildArch: noarch
|
|
|
|
%if %{with doc}
|
|
|
|
%if %{with doc}
|
|
|
|
# Manpage
|
|
|
|
# Manpage
|
|
|
|
BuildRequires: %{_bindir}/sphinx-build
|
|
|
|
BuildRequires: %{_bindir}/sphinx-build
|
|
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-sphinx-hoverxref
|
|
|
|
BuildRequires: python%{python3_pkgversion}-sphinx_rtd_theme
|
|
|
|
BuildRequires: python%{python3_pkgversion}-sphinx_rtd_theme
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -43,6 +44,7 @@ BuildRequires: python3dist(sortedcontainers)
|
|
|
|
#BuildRequires: python3dist(django)
|
|
|
|
#BuildRequires: python3dist(django)
|
|
|
|
#BuildRequires: python3dist(dpcontracts)
|
|
|
|
#BuildRequires: python3dist(dpcontracts)
|
|
|
|
#BuildRequires: python3dist(lark)
|
|
|
|
#BuildRequires: python3dist(lark)
|
|
|
|
|
|
|
|
BuildRequires: black
|
|
|
|
BuildRequires: python3dist(mock)
|
|
|
|
BuildRequires: python3dist(mock)
|
|
|
|
BuildRequires: python3dist(numpy)
|
|
|
|
BuildRequires: python3dist(numpy)
|
|
|
|
BuildRequires: python3dist(pandas)
|
|
|
|
BuildRequires: python3dist(pandas)
|
|
|
@ -82,12 +84,13 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healthcheck_traceback_is_hidden"
|
|
|
|
PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healthcheck_traceback_is_hidden"
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
%files -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
%license ../LICENSE.txt
|
|
|
|
%license ../LICENSE.txt
|
|
|
|
%doc README.rst
|
|
|
|
%doc README.rst
|
|
|
|
|
|
|
|
%{_bindir}/hypothesis
|
|
|
|
%{python3_sitelib}/hypothesis-*.egg-info
|
|
|
|
%{python3_sitelib}/hypothesis-*.egg-info
|
|
|
|
%{python3_sitelib}/hypothesis/
|
|
|
|
%{python3_sitelib}/hypothesis/
|
|
|
|
%if %{with doc}
|
|
|
|
%if %{with doc}
|
|
|
@ -95,6 +98,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 25 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.29.0-1
|
|
|
|
|
|
|
|
- Update to 5.29.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.20.3-2
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.20.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|