Update to 5.29.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 4 years ago
parent e44857e313
commit 8710abd5cd

2
.gitignore vendored

@ -1 +1 @@
/hypothesis-5.20.3.tar.gz /hypothesis-5.29.0.tar.gz

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

@ -1 +1 @@
SHA512 (hypothesis-5.20.3.tar.gz) = 2b8819c425f607e300ad569115cc72b3ab45026a4d82b7f52a66fc60fe92d392a4ca0dac3260969409006958a81e69fbaac1b4612bfa6236e27f4d8f996acb89 SHA512 (hypothesis-5.29.0.tar.gz) = e3fc350181f86bb9669d4b0d0a43291056550bb73545070e2c7931006393895e7010050f90a063935bedb60bd18a3bad904ca92b147d81254ab50d4868adc8d0

Loading…
Cancel
Save