Update to 5.8.0
This commit is contained in:
parent
a726522294
commit
afe78cbb2a
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,25 +1 @@
|
||||
/hypothesis-3.12.0.tar.gz
|
||||
/hypothesis-3.33.1.tar.gz
|
||||
/hypothesis-3.34.0.tar.gz
|
||||
/hypothesis-3.34.1.tar.gz
|
||||
/hypothesis-3.36.0.tar.gz
|
||||
/hypothesis-3.36.1.tar.gz
|
||||
/hypothesis-3.37.0.tar.gz
|
||||
/hypothesis-3.38.0.tar.gz
|
||||
/hypothesis-3.38.4.tar.gz
|
||||
/hypothesis-3.42.2.tar.gz
|
||||
/hypothesis-3.44.4.tar.gz
|
||||
/hypothesis-3.44.12.tar.gz
|
||||
/hypothesis-3.44.14.tar.gz
|
||||
/hypothesis-3.44.16.tar.gz
|
||||
/hypothesis-3.44.17.tar.gz
|
||||
/hypothesis-3.44.18.tar.gz
|
||||
/hypothesis-3.44.24.tar.gz
|
||||
/hypothesis-3.47.0.tar.gz
|
||||
/hypothesis-3.49.0.tar.gz
|
||||
/hypothesis-3.56.7.tar.gz
|
||||
/hypothesis-3.66.0.tar.gz
|
||||
/hypothesis-3.66.11.tar.gz
|
||||
/hypothesis-4.9.0.tar.gz
|
||||
/hypothesis-4.23.4.tar.gz
|
||||
/hypothesis-4.23.8.tar.gz
|
||||
/hypothesis-5.8.0.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global srcname hypothesis
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.23.8
|
||||
Release: 7%{?dist}
|
||||
Version: 5.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for property based testing
|
||||
|
||||
License: MPLv2.0
|
||||
@ -18,6 +18,7 @@ BuildArch: noarch
|
||||
%if %{with doc}
|
||||
# Manpage
|
||||
BuildRequires: %{_bindir}/sphinx-build
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
%endif
|
||||
|
||||
%global _description \
|
||||
@ -35,8 +36,9 @@ Summary: %{summary}
|
||||
Obsoletes: platform-python-%{srcname} < %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3dist(attrs) >= 16
|
||||
BuildRequires: python3dist(attrs) >= 19.2.0
|
||||
BuildRequires: python3dist(coverage)
|
||||
BuildRequires: python3dist(sortedcontainers)
|
||||
%if %{with tests}
|
||||
#BuildRequires: python3dist(django)
|
||||
#BuildRequires: python3dist(dpcontracts)
|
||||
@ -44,6 +46,7 @@ BuildRequires: python3dist(coverage)
|
||||
BuildRequires: python3dist(mock)
|
||||
BuildRequires: python3dist(numpy)
|
||||
BuildRequires: python3dist(pandas)
|
||||
BuildRequires: python3dist(pexpect)
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pytest-xdist)
|
||||
%endif
|
||||
@ -61,9 +64,7 @@ Python 3 version.
|
||||
sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
|
||||
|
||||
# remove tests we cannot run
|
||||
rm -r tests/py2 # python 2
|
||||
rm -r tests/lark tests/dpcontracts # missing deps
|
||||
rm -r tests/django # doesn't work, maybe bad django version
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -92,6 +93,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 7 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.8.0-1
|
||||
- Update to 5.8.0
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.23.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hypothesis-4.23.8.tar.gz) = 4eb66bc467f37fb66600c2e88f031c41e063286bdd1aa40495e75e1a41018053db2b054ee2696b25f9a58e92f5b9ea60f3b59659a1c0ad15bc1a5e63e582ee5a
|
||||
SHA512 (hypothesis-5.8.0.tar.gz) = 60e355e2f3a03264fff852f422fcceec6ca621e28ea63e100f85ab0144a8e291e7fada78e82ad55623c0bfba971008a059bc125eff89c82d5ddfbfca88e4d43c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user