RHEL 9.0.0 Alpha bootstrap

The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python-hypothesis#65a4191709c9d3adb2dc5c705f887486ec2dbad5
This commit is contained in:
Troy Dawson 2020-11-16 13:44:17 -08:00
parent e3c31c74f4
commit 9ac1b9344a

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 5.29.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for property based testing
License: MPLv2.0
@ -38,14 +38,12 @@ Obsoletes: platform-python-%{srcname} < %{version}-%{release}
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python3dist(attrs) >= 19.2.0
BuildRequires: python3dist(coverage)
BuildRequires: python3dist(sortedcontainers)
%if %{with tests}
#BuildRequires: python3dist(django)
#BuildRequires: python3dist(dpcontracts)
#BuildRequires: python3dist(lark)
BuildRequires: black
BuildRequires: python3dist(mock)
BuildRequires: python3dist(numpy)
BuildRequires: python3dist(pandas)
BuildRequires: python3dist(pexpect)
@ -98,6 +96,9 @@ PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitelib} pyte
%endif
%changelog
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 5.29.4-2
- Remove build dependencies on mock and coverage
* Fri Aug 28 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.29.4-1
- Update to 5.29.4